@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,div,img,border,ul,li{
		margin:0;
		padding:0;
}
body{
		font-family:"ＭＳ Ｐゴシック";
		color:#333;
		font-size:13px;
		text-align: center;
}
#wrapper{
		margin:0 auto;
		width:100%;
		
		
}
#header{
		width:860px;
		margin:0 auto;
		text-align:left;
		background:url(images/top.jpg) no-repeat left top;
}
#header h1{
		font-size:30px;
		line-height:40px;
		height:40px;
		padding:70px 5px;
}
#header h1 a{ 
		text-decoration:none;
		color:#fff;
}

#header #lead{
		line-height:30px;
		color:#000;
}
.daohang{
		height:30px;
		line-height:30px;
		color:#000;
		
}
.daohang a{
		color:#000;
		text-decoration:none;
		margin-right:6px;
}

#content{
		width:860px;
		margin:8px auto;
		text-align:left;
		overflow:hidden;
		
}
#content:after{
		content:"";
		display:block;
		visibility:hidden;
		clear:both;
		height:0;
}
#right{
		width:260px;
		float:right;
		padding-top:18px;

}

#right ul{
		list-style-type:none;
		padding-bottom:18px;
		}
#right ul li{
		list-style-type:none;
		font-size:12px;
		}
		
#right ul li a{
		display:block;
		padding-left:18px;
		line-height:32px;
		height:32px;
		color:#000;
		text-decoration:none;
		border-bottom:#fff solid 1px;
		background:#eee url(images/nav_01.gif) no-repeat 5px 8px;
}
#right ul li a:hover{
		color:#000;
		text-decoration:none;
		background:#CEDEFF url(images/nav_02.gif) no-repeat 5px 8px;
}
#right #nav_lot a{
		color:#000;
		text-decoration:none;
		background:#CEDEFF url(images/nav_02.gif) no-repeat 5px 8px;
}

#left{
		width:590px;
		float:left;
		}

#left h2{
		line-height:32px;
		height:32px;
		background:#eee url(images/title_bg.gif) no-repeat left top;
		padding:3px 0 0 30px;
		font-size:20px;
		color:#000;
}
#left p{
		line-height:24px;
		padding:5px 2px 50px 5px;
}
#left p a{
		color:#0977ff;
		text-decoration:none;
}
#footer{
		padding:6px 0px;
		width:860px;
		color:#fff;
		margin:0 auto;
		background:#408ae4;
		
		}