@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

body{
	background-image:url(image/top_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

br.clear{
	clear:both;
}

#wrap{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	color:#666666;
}

#header{
	width:800px;
}


.footLink{
	margin-top:20px;
	font-size:12px;
	color:#999999;
}

.footLink a{
	text-decoration:none;
	padding-bottom:2px;
	color:#999999;
	border-bottom:dotted 1px #FF9900;
}

.footLink a:hover{
	text-decoration:none;
	padding-bottom:2px;
	color:#666633;
	border-bottom:dotted 1px #FF9900;
}

.footer{
	height:20px;
	margin-top:10px;
	padding-bottom:20px;
	font-size:11px;
	color:#666666;
	border-top:solid 1px #999999;
	text-align:right;
}

#headMenu{
	padding-top:10px;
	padding-bottom:10px;
}

#header h1{
	margin-top:50px;
	margin-bottom:5px;
}

#headMenu img{
	padding-right:15px;
}

.news{
	padding-top:20px;
	float:left;
}

.newsContent{
	width:510px;
	height:130px;
	overflow:auto;
	margin-bottom:10px;
}

.banner{
	width:281px;
	float:right;
	padding-top:20px;
	font-size:11px;
}

.banner img{
	padding-bottom:10px;
}

dl {  
  font-size:11px;
  color:#666666;
}

dt {  
  float:left;  
  width:75px;
  padding:3px 0 3px 10px;  
  clear:both;  
  font-weight:bold;  
}  

dd {  
  width:385px;
  margin-left:75px;  
  padding:3px 3px 3px 3px;  
 /* border-left:1px solid #999;*/
}