@charset "UTF-8";


/* --------------------------------
	body
-------------------------------- */

body{
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#8BC43F;
}

/* --------------------------------
	アピアランス
-------------------------------- */

*{
	padding: 0;
	margin: 0;
}

img {
	vertical-align: top;
}

.clear {
	clear: both;
}

h1,h2,h3 {
	margin: 0;
	font-size: 12px;
}

a {
	color: #2E3091;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* --------------------------------
	header
-------------------------------- */

.top_bg {
	width: 100%;
	height: 340px;
	background: url(../images/top_bg.jpg) left repeat-x;
}

#header {
	width: 960px;
	height: 340px;
	margin: 0 auto;
}

/* --------------------------------
	content
-------------------------------- */

#content {
	width: 960px;
	background: #8BC43F;
	margin: 0 auto;
}

#content .con_left {
	width: 200px;
	float: left;
}

#content .con_right {
	width: 700px;
	float: right;
	background: #FFFFFF;
	min-height: 700px;
	_height: 700px;
	padding: 30px 30px 25px 30px;
}

/* --------------------------------
	footer
-------------------------------- */

#footer {
	width: 100%;
	height: 40px;
	border-top: #FFFFFF 1px solid;
	background: #D2E3C3;
}

#footer .footer_content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#footer .footer_content .copyright {
	font-size: 10px;
	position: absolute;
	left: 0px;
	top: 12px;
}

#footer .footer_content .footlink {
	position: absolute;
	right: 5px;
	top: 12px;
	color: #006EF1;
	font-size: 10px;
}

#footer .footer_content .footlink a {
	color: #006EF1;
	text-decoration: none;
}

#footer .footlink a:hover {
	color: #006EF1;
	text-decoration: underline;
}

/* --------------------------------
	to_top
-------------------------------- */

.to_top {
	padding-top: 30px;
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.mar_t_10 {
	margin-top: 10px;
}

.mar_t_15 {
	margin-top: 15px;
}

.mar_t_20 {
	margin-top: 20px;
}

.mar_t_30 {
	margin-top: 30px;
}

.mar_t_40 {
	margin-top: 40px;
}

.mar_t_35 {
	margin-top: 35px;
}

.mar_t_45 {
	margin-top: 45px;
}

.mar_t_50 {
	margin-top: 50px;
}

.mar_t_55 {
	margin-top: 55px;
}

.mar_l_12 {
	margin-left: 12px;
}

.mar_l_15 {
	margin-left: 15px;
}

.mar_l_29 {
	margin-left: 28px;
}

.pad_b_30 {
	padding-bottom: 30px;
}

.icon_dian {
	background: url(../images/dian.gif) 0 9px no-repeat;
	padding-left: 10px;
}

#accordion2 {
	width:200px;
	border-top:none;
}

.accordion2 {
	width:200px;
	color:#333;
}

.accordion2 dt {
	width:200px;
	height: 52px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	cursor:pointer;
	background-color:#8BC43F;
	background-image:url(../images/menu.jpg);
	/*background-image:url(../images/arrow_down.gif);*/
	/*background-position:right center;*/
	/*background-repeat:no-repeat;*/
	color:#fff;
	border-bottom:1px solid #FFF;
}

.accordion2 dt:hover {
	background-color:#A3FC72;
	background-image:url(../images/menu-u3.jpg);
}

.accordion2 .open {
	background-color:#8BC43F;
}

.accordion2 dd {
	overflow:hidden;
	background:#fff;
	/*padding:5px 0px 5px 10px;*/
}

.accordion2 li {
	display:block;
	width:190px;
	border-top:none;
	padding:5px 0px 5px 10px;
	background-color:#f1f1f1;
	color:#262161;
}

.accordion2 ul {
	padding:10px 0px 10px 0px;
	background-color:#f1f1f1;
}

.accordion2 a{
	color:#262161;
}