@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;
		background:#fff;
}
#wrapper{
		margin:0 auto;
		width:900px;
		background:url(images/top.jpg) no-repeat left top;
		
		
}
#header{
		width:900px;
		margin:0 auto;
		text-align:left;
}
#header h1{
		font-size:28px;
		line-height:40px;
		height:40px;
		padding:60px 20px;

}
#header h1 a{ 
		text-decoration:none;
		color:#fff;

}

#header #lead{
		line-height:20px;
		text-align:right;
		color:#fff;
		padding-right:5px;
		margin-bottom:20px;
}
.daohang_3{
		height:24px;
		line-height:24px;
		color:#f80;
		padding-left:20px;
		margin-bottom:25px;
}
.daohang_3 a{
		color:#000;
		text-decoration:none;
		margin-right:6px;
}

#content{
		width:900px;
		margin:0px auto;
		text-align:left;
		overflow:hidden;
		
}
#content:after{
		content:"";
		display:block;
		visibility:hidden;
		clear:both;
		height:0;
}
#right{
		width:262px;
		float:left;
		border:#fc0 solid 3px;

}

#right ul{
		list-style-type:none;
		}
#right ul li{
		list-style-type:none;
		font-size:12px;
		}
		
#right ul li a{
		display:block;
		padding-left:15px;
		line-height:36px;
		height:36px;
		color:#000;
		text-decoration:none;
		background:url(images/nav_01.gif) no-repeat left center;
}
#right ul li a:hover{
		color:#0d267a;
		text-decoration:none;
		background:url(images/nav_01.gif) no-repeat left center;
}
#right #nav_lot a{
		color:#000;
		text-decoration:none;
		background:url(images/nav_02.gif) no-repeat left top;
}

#left{
		width:616px;
		float:right;
		border:#fc0 solid 3px;
		}

#left h2{
		line-height:36px;
		height:36px;
		background:url(images/title_bg.gif) no-repeat left top;
		padding:0px 0 0 15px;
		font-size:20px;
		color:#fff;
}
#left p{
		line-height:24px;
		padding:0px 7px 50px 7px;
}
#left p a{
		color:#06f;
		text-decoration:none;
}
#footer{
		padding:10px 0px;
		width:900px;
		margin:8px auto;
		background:url(images/footer.gif) repeat-x left top;
		color:#fff;
		
		}