@charset "utf-8";
/* CSS Document */

#header{
	width:930px;
	height: 77px;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/header_back.gif) center top no-repeat;
	position:relative;
	border-bottom:8px solid #7aa53b;
}
#header h1{
	position:absolute;
	top:20px;
	left:250px;
	color:#fe7c00;
	font-size:9px;
}
#header_logo{
	float:left;
}
#header #header_right{
	float:right;
}
#header #header_right ul.h_menu {
	float:right;
	margin-top:10px;
	overflow:hidden;
}
#header #header_right ul.h_menu li {
	float: left;
	list-style-type: none;
}
#header #header_right #pro-real{
	padding-top: 35px;
	clear:both;
}
ul#nav {
	background: #7aa53b;
	width: 920px;
	padding: 10px 0 0 10px;
	height: 42px;
	margin: 0 auto;
	margin-bottom:10px;
}
ul#nav li {
	float: left;
	margin-right: 7px;
	list-style:none;
}
#main_contents{
	width:930px;
	margin:0 auto;
	overflow:hidden;
	background: #f7f7f7;
	padding-bottom: 30px;
}
#main{
	width: 930px;
	padding: 5px 0 0;
	overflow:hidden;
}
.sz_breadcrumb{
	font-size:12px;
}
#main_in{
	background-color: #FFFFFF;
	width: 910px;
	padding: 20px 10px 50px 10px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#main_in .sz-content hr{
	border:none;
	border-bottom: 1px dotted #7aa53b;
}
#main_in .sz-content i{
	background: url("../img/arrow02.gif") 0 0px no-repeat;
	padding: 0 0 0 15px;
	font-size: 12px;
	font-style:normal;
}
#footer {
	background: #7aa53b url("../img/footer_back.gif") 0 0px no-repeat;
	width: 930px;
	clear: both;
	text-align: center;
	position: relative;
	line-height: 170%;
	padding-bottom: 20px;
	margin:0 auto;
}
#footer #footer_menu{
	color: #FFFFFF;
	padding: 64px 0 0;
	text-align: center;
}
#footer #footer_menu a{
	border-right:1px #fff solid;
	line-height:1em;
	padding:0 6px 0 3px;
	color:#fff;
	font-size:14px;
}
#footer #footer_menu2{
	color: #FFFFFF;
	padding: 10px 0 0;
	text-align: center;
}
#footer #footer_menu2 a{
	border-right:1px #fff solid;
	line-height:1em;
	padding:0 6px 0 3px;
	color:#fff;
}
#footer #footer_menu a:first-child{
	border-left:1px #fff solid;
	padding:0 6px;
}
#footer_copy {
	text-align: center;
}