@charset "UTF-8";

@import "import.css";


/*-----------------------------newsflash*/

ul.newsflash{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	min-height:300px;
	height: auto !important;
	height: 300px;
}

.newsflash li{
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0px 10px 10px 10px;
}

.newsflash li span{
	color: #508101;
	margin-right: 15px;
}

.none{
	text-align: center;
	font-size: 1.2em;
	padding-top: 120px;
	padding-bottom: 150px;
}

#topMain{
	background-image:url(/app/img/top_main_bg2.jpg);
}

#menu li{
	float: left;
	margin-top: 10px;
	margin-bottom: 7px;
	margin-bottom /**/: 10px;
}



