@charset "utf-8";

@import url("basic.css");
@import url("layout.css");

html{ background:url(/img/main/main_back.jpg) repeat-x;}
/* #container */
.main_bg {width: 100%; background:url(/img/main/main_bg.jpg) no-repeat top center;}
#wrapper{width: 980px; margin:0 auto;}
#header{width: 980px; height: 139px; margin:0 auto;}

#notice{	float:left; 	display: inline;	width:273px;	height: 139px;}
#notice ul.list{	float:left;	display: inline;	margin-top: 10px;}
#notice ul.list li{	width:273px;	height: 18px;}
#notice ul.list li a{	float:left; 	display: inline;	width:200px;	font-size: 12px;	background:url(/img/main/dot.gif) no-repeat 0 50%;	padding:0 0 0 10px; 	color:#666666; 
	text-decoration:none;}
#notice ul.list li span.date{	font-family: "Tahoma"; 	font-size: 11px;	float:right;	display: inline;	vertical-align: top;	color:#999; }
#notice p.more{	float: left; 	display: inline;	width:34px; 	margin:-45px 10px 0 240px;}
.go_page{margin-bottom: 50px;}

