@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:right;
		background:url(images/top.jpg) no-repeat left bottom;
}
#header h1{
		font-size:30px;
		line-height:40px;
		height:40px;
		padding:60px 8px;
}
#header h1 a{ 
		text-decoration:none;
		color:#000;
}

#header #lead{
		line-height:24px;
		color:#000;
		padding-right:5px;
}
.daohang{
		height:20px;
		line-height:20px;
		color:#000;
		padding-bottom:5px;	
		padding-right:5px;
}
.daohang a{
		color:#a2c18e;
		text-decoration:none;
		padding-right:2px;		
}
#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:left;
		background:#fff;
}

#right ul{
		list-style-type:none;
		margin:5px 0;
		background:#ffffff;
		}
#right ul li{
		list-style-type:none;
		font-size:12px;
		}
		
#right ul li a{
		display:block;
		padding-left:20px;
		line-height:34px;
		height:34px;
		color:#000;
		text-decoration:none;
		border-bottom:#fff solid 1px;
		background:url(images/nav_01.gif) no-repeat left 0;
}
#right ul li a:hover{
		color:#000;
		text-decoration:none;
		background:url(images/nav_03.gif) no-repeat left 0;
}
#right #nav_lot a{
		color:#fff;
		text-decoration:none;
		background:url(images/nav_02.gif) no-repeat left 0;
}
#left{
		width:590px;
		float:right;
		}

#left h2{
		line-height:38px;
		height:38px;
		background:#fff url(images/h_2.jpg) no-repeat left center;
		padding:18px 0 0 25px;
		font-size:20px;
		color:#fff;
}
#left p{
		line-height:24px;
		padding:5px 0 50px 10px;
}
#left p a{
		color:#0977ff;
		text-decoration:none;
}
#footer{
		padding:6px 0px;
		width:860px;
		color:#fff;
		margin:0 auto;
		background:#9fd67b;
		
		}