@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-size:14px;
	text-decoration:none;
	list-style-type:none;
}
img{
	border:0;
}
#header{
	width:1000px;
	margin:0 auto;
}
#header .logo{
	float:left;
	background:url(../picture/LOGO.jpg) top left no-repeat;
	margin:10px 0 10px 10px;
}
#header .logo a{
	display:block;
	width:393px;
	height:70px;
	text-indent:470px;
	white-space:nowrap;
	overflow:hidden;
}
#header .slogan{
	float:left;
	background:url(../picture/LOGO1.jpg) top left no-repeat;
	margin:10px 0 10px 10px;
}
#header .slogan a{
	display:block;
	width:324px;
	height:70px;
	text-indent:390px;
	white-space:nowrap;
	overflow:hidden;
}
#header .nav_top{
	width:80px;
	float:right;
	margin:15px 10px 10px 50px;
}
#header .nav_top li{
	width:80px;
	height:22px;
	line-height:22px;
	text-indent:20px;
	background:url(../picture/b_lists.gif) no-repeat center left;
}
#header .nav_top li a{
	color:#000;
}
#header .nav_top li a:hover{
	color:#F00;
	text-decoration:underline;
}
#header .nav_main{
	clear:both;
	width:1000px;
	height:38px;
	background:url(../picture/menu_bg.gif) top left no-repeat;
}
#header .nav_main li{
	float:left;
	width:140px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url(../picture/menu_li.gif) top left no-repeat;
}
#header .nav_main li a{
	display:block;
	color:#fff;
	width:138px;
	height:30px;
	line-height:30px;
}
#header .nav_main li a:hover{
	background:#C00;
}
#header .nav_main .last{
	background:none;
	width:300px;
	color:#fff;
}
#flash{
	width:1000px;
	height:150px;
	float:left;
	border-bottom:2px solid #CCC;
	border-top:2px solid #FFF;
	margin:0 auto;
}
#main{
	float:left;
	width:1000px;
	background:#D9D9D9;
	margin:0 auto 20px;
}
#content{
	float:right;
	width:780px;
	line-height:30px;
	margin-left:10px;
	background:#fff;
	padding:0 10px;
}
#content .first{
	border-bottom:2px solid #999;
}
#content p{
	text-indent:2em;
}
#content h3{
	color:#F00;
}
#sider{
	float:left;
	width:185px;
	margin:0 auto;
	background:url(../img/sider_bg.gif) repeat-y;
}
#sider h2{
	width:185px;
	line-height:30px;
	text-indent:20px;
	border-bottom:2px solid #666;
	background:url(../img/sider_top.gif) top left no-repeat;
	color:#C00;
}
#sider ul{
	width:185px;
	background:url(../img/sider_footer.gif) bottom left no-repeat;
	padding-bottom:20px;
}
#sider ul li{
	width:185px;
	height:40px;
	margin:0 auto;
	text-indent:40px;
	border-bottom:1px dashed #666;
	background:url(../picture/li_bg.gif) no-repeat center left;
}
#sider ul li a{
	line-height:50px;
	width:185px;
	height:40px;
	display:block;
	color:#333;
}
#sider ul li a:hover{
	color:#C00;
}
#footer{
	clear:both;
	margin:20px auto 0 auto;
	border-top:3px solid #069;
	height:60px;
	width:1000px;
}
#footer p{
	line-height:30px;
}
table{
	text-align:center;
}
table a{
	color:#000;
}
table a:hover{
	color:#F00;
	text-decoration:underline;
}