@charset "utf-8";

a:link,a:visited {
	color: #222222;
}
a:hover {
	color: #757575;
}
body {
	font-size: 13px;
	color:#222222;
	line-height:1.65;
}

#head {
	border-top-color: #68B82D;
	display: block;
	border-top-width: 6px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-top: 25px;
}
#head #inner {
	margin: auto;
	width: 950px;
}
#head #inner h1 {
	float: left;
	margin-bottom: 20px;
}
#head #inner #menu {
	clear: both;
	display: block;
}
#head #inner #menu ul li {
	float: left;
}
#content_wrap {
	width: 950px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content_wrap #main {
	float: left;
	width: 690px;
}

#content_wrap #sub {
	float: right;
	width: 227px;
}
#content_wrap #sub img:hover {
	opacity:0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	-ms-filter: "alpha(opacity=70)";

}
#content_wrap #sub .btn {
	background-color: #EDEDED;
	border: 1px solid #E0E0E0;
	padding: 9px;
	margin-bottom: 10px;
}
#sub .btn li {
	margin-bottom: 10px;
}
#sub .btn li:last-child {
	margin-bottom: 0px;
}
#sub .banner li {
	margin-bottom: 10px;
}
#pagetop {
	width: 933px;
	text-align: right;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#pagetop a:link,
#pagetop a:visited {
	color:#222222;
}
#pagetop a:hover {
	color: #737373;
}
#foot {
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D4D4;
	border-bottom-color: #68B82D;
}
#foot #inner {
	width: 950px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#foot #inner .site_id {
	float: left;
}

#foot #inner .site_id .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}
#foot #inner .site_id address {
	font-size: 12px;
	line-height: 21px;
}
#foot #inner .site_id .copy {
	font-size: 11px;
}
#foot #inner .sitemap {
	float: right;
	width: 265px;
}
#foot #inner .sitemap a:link,
#foot #inner .sitemap a:visited {
	color:#222222;
	text-decoration:none;
}
#foot #inner .sitemap a:hover {
	color:#737373;
}

#foot #inner .sitemap h4 {
	font-weight: bold;
}
#foot #inner .sitemap ul {
	font-size: 11px;
	line-height: 19px;
	margin-right: 25px;
	float: left;
}
#main .topic_path {
	font-size: 10px;
	background-color: #EEE;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 15px;
}
#main h2.title {
	background-color: #f28f00;
	font-weight: bold;
	color: #FFF;
	font-size: 19px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #fbc500;
	padding-left: 10px;
	margin-bottom: 10px;
}
#main h3.title {
	color: #68B82D;
	font-size: 23px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
}
#main .btm_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#main .overview {
	margin-bottom: 30px;
}


#main .overview a:link,
#main .overview a:visited {
	color:#222222;
	display:block;
}
#main .overview h3 {
	background-color: #BEDDA6;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 7px;
	border-left-color: #68B82D;
	border-left-style: solid;
	margin-bottom: 10px;
	background-image: url(../images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: 565px center;
}

#main .overview dl dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#main .overview a:hover {
	color: #737373;
}
