/* header_css */
#keyword {
	width:1000px;
	margin:0 auto;
	font-size:14px;
	color:#59A600;
}
#header {
	width:1000px;
	margin:0 auto;
	margin-bottom:6px;
	padding-top:65px;
	position:relative;
	border-bottom:3px solid #DAF7D4;
}
#logo {
	position:absolute;
	top:13px;
	left:0;
}
#text {
	font-size:18px;
	color:#59A600;
	position:absolute;
	top:35px;
	left:156px;
}
#banner {
	position:absolute;
	top:3px;
	right:0;
}
#nav_main {
	height:38px;
	background:#59A600;
}
#nav_main li {
	float:left;
	margin:0;
	padding:11px 0 11px 0;
	font-size:14px;
	font-weight:bold;
	background:#59A600;
}
#nav_main li a {
	text-decoration:none;
	color:#FFF;
	margin:0;
	padding:11px 10px 11px 10px;
}
#nav_main li a:hover {
	color:#fff;
	background:#6B8217;
}
/* content_css */
#content {
	width:1000px;
	margin:0 auto;
	margin-bottom:66px;
}
#left_con {
	width:254px;
	float:left;
}
#nav_sub {
	height:520px;
	background:#DAF7D4;
}
#nav_sub dt {
	height:30px;
	line-height:30px;
	padding-left:30px;
	background:#DAF7D4 url(../images/arrow_01.gif) no-repeat 20px 11px;
}
#nav_sub dd {
	background:#fff url(../images/arrow_02.gif) no-repeat 40px 12px;
	border-bottom:1px solid #DAF7D4;
}
#nav_sub dd a {
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#6B8217;
	display:block;
	padding-left:50px;
}
#nav_sub dd a:hover {
	background:#6B8217;
	color:#fff;
}
#center_con {
	width:520px;
	float:left;
	margin:0 6px;
}
#news {
	height:200px;
}
#intro {
	padding:40px 0 0 0;
}
#intro p {
	line-height:16px;
	margin:15px;
}
#right_con {
	width:214px;
	float:left;
}
#scroll {
	width:214px;
	height:200px;
	background: url(../images/scroll.gif) no-repeat;
}
#scroll a {
	color:#6B8217;
	font-size:14px;
	text-decoration:none;
	line-height:160%;
}
.list dt {
	background:url(../images/arrow_01.gif) no-repeat 0 15px;
	padding:10px;
}
.list dd {
	background:url(../images/arrow_03.gif) no-repeat 15px 8px;
	padding-left:25px;
	height:20px;
	line-height:20px;
}
.list a {
	text-decoration:none;
	color:#6B8217;
}
.list a:hover {
	color:#A7001C;
}
/* footer_css */
#link {
	width:1200px;
	margin:0 auto;
	margin-bottom:20px;
}
#link #links li {
	float:left;
}
#link #links li a {
	padding:10px 5px;
	color:#6B8217;
	text-decoration:none;
}
#footer {
	width:1000px;
	margin:0 auto;
	border-top:3px solid #DAF7D4;
}
#footer p {
	text-align:center;
}
#footer a {
	color:#690;
	font-size:12px;
	text-decoration:none;
	line-height:30px;
}

