@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	width:970px;
	background-color:#0065ad;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header{
	margin:0px auto;
	padding:0px;
	height:65px;
	background-color:#FFF;}
#header h2{
	margin:15px 0px 0px 30px;
	padding:0px;
	float:left;}
#flash{
	margin:0px;
	padding:0px;
	height:432px;}
#flashmenu{
	background-color:#FFF;
	padding:6px 0px 7px;
	text-align:center;
	font-family:'·L³n¥¿¶ÂÅé', Arial;
	font-size:15px;
	overflow:hidden;
	height:22px;
	background-image: url(../images/index_len_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#flashmenu a{
	color:#333;
	text-decoration:none;
}
#flashmenu a:hover{
	color:#333;
	text-decoration:underline;
}
#news{
	margin:0px;
	padding:0px;
}
#news .left{
	margin:0px;
	padding:0px;
	float:left;
	width:390px;
	height:140px;
	background-color:#FFF;
}
#news .left h2{
	margin:0px;
	padding:17px 0px 9px 18px;
}
#news .left ul{
	margin:0px 18px;
	padding:5px 0px 15px 0px;
	list-style-type:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c58c00;
	}
#news .left li{
	margin:5px 0px 0px 0px;
	padding:0px 0px 1px 0px;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
}
#news .left li span{
	margin:0px;
	padding:0px 5px 0px 0px;
	color: #6a82c4;
	font-weight: bold;
	font-size: 12px;
	font-family: "Century Gothic", Arial;
}
#news .middle{
	float:left;
}
#news .right{
	float:left;
}
#footer{
	margin:0px;
	padding:18px 0px 15px 115px;
	*padding:8px 0px 15px 115px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
}	
#footer p{
	margin:0px;
	padding:0px 25px 22px 0px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#footer p img{
	padding:5px 0px 0px 0px;
}
#footer p.right{
	padding:0px 0px 0px 25px;
	border:none;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #FFF;
}
#footer p.right a{
	color: #FFF;
	text-decoration:underline;
}
#footer p.right a:hover{
	color: #FFF;
	text-decoration:none;
}
.clear{ clear:both;}
img{ border:0px;}