@charset "shift_jis";
/* formatting style ------------------------------*/
/* -----------------------------------------*/
*{
	font-style:normal;
	margin:0px;
	padding:0px;
}

hr{
	display:none;
}

html {
    margin-bottom:1px;
    height:100%;
}


/* line style　------------------------------*/
/* -----------------------------------------*/

a:link{
	color: #006b33;
}

a:visited{
	color: #006b33;
}

a:hover{
	color: #ff7f00;
}

a:active{
	color: #ff7f00;
}


a img{
	border-style:none;
}


/* clear -----------------------------------*/
/* -----------------------------------------*/

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}


/* lyout style --------------------------------------------*/
/* --------------------------------------------------------*/
/* --------------------------------------------------------*/

body {
	text-align: center;
	color: #333333;
	font-family: "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;

}

#wrapper {
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006b33;
	border-left-color: #006b33;

}

#header {
	background-image: url(../img/header_p.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

#header #logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 380px;
	position: absolute;
	left: 40px;
	top: 22px;
	display: block;
}

#header #logo p span,
#header #logo h1 span {
	display: none;	
}


/* #main  -------------------------------------------------*/
/* --------------------------------------------------------*/

#main {
	background-color: #FFFFFF;
	float: left;
	width: 690px;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#main #main_top {
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 690px;
	position: relative;
}

#main #main_top span {
	display: none;	
}
#main #main_top .main_top_text {
	font-size: 17px;
	line-height: 27px;
	position: absolute;
	left: 20px;
	top: 168px;
	font-weight: bold;
}


/* #main #main_side ---------------------------------------*/
/* --------------------------------------------------------*/

#main #main_side {
	background-color: #FFFFFF;
	float: left;
	width: 180px;
	margin-top: 30px;
}


/* #main #main_main ---------------------------------------*/
/* --------------------------------------------------------*/

#main #main_main {
	background-color: #FFFFFF;
	float: right;
	width: 480px;
	margin-top: 30px;
}

#main_main .semi_m_text {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}


#main_main .semi_exp {
	padding-right: 10px;
	padding-left: 10px;
	zoom: 100%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
		clear: both;
}

#main_main #semi_exp:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

#main_main #semi_exp2 {
	padding-right: 10px;
	padding-left: 10px;
	zoom: 100%;
	padding-bottom: 50px;
	padding-top: 10px;
	clear: both;
}

#main_main #semi_exp2:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

#main_main #semi_exp dt,
#main_main #semi_exp2 dt {
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #006b33;
	float: left;
	width: 150px;
}

#main_main #semi_exp dd,
#main_main #semi_exp2 dd {
	float: right;
	width: 290px;
	font-size: 13px;
	line-height: 18px;
}

#main #main_main #semi_exp .to_shosai,
#main #main_main #semi_exp2 .to_shosai {
	float: right;
	background-image: url(../img/bt_to_shosai02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 65px;
	margin-top: 3px;
}

#main #main_main #semi_exp .to_shosai a,
#main #main_main #semi_exp2 .to_shosai a{
	float: right;
	background-image: url(../img/bt_to_shosai01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 65px;
}

#main #main_main #semi_exp .to_shosai a:hover,
#main #main_main #semi_exp2 .to_shosai a:hover{
	background-image: none;	
}

#main #main_main #semi_exp .to_shosai a span,
#main #main_main #semi_exp2 .to_shosai a span {
	display: none;
}



/* #try
-------------------------*/
#main_main #try {
	clear: both;
	background-color: #fdf4e0;
	zoom: 100%;
	padding-bottom: 20px;
	margin-bottom: 15px;
}


#main_main #try:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

#main_main #try .try_01 {
	float: left;
	width: 145px;
	padding-left: 10px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #595757;
}

#main_main #try .try_02 {
	float: left;
	width: 145px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #595757;
}

#main_main #try .try_03 {
	float: left;
	width: 145px;
	padding-left: 6px;
}

#main_main #try dt {
	color: #006b33;
	line-height: 16px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #006b33;
	padding-left: 8px;
	margin-bottom: 10px;
}

#main_main #try dt span {
	font-size: 10px;
	line-height: 12px;
}

#main_main #try dd {
	font-size: 12px;
	line-height: 16px;
}


/* kyuusei
-------------------------*/

#main_main #kyuusei {
	position: relative;
	margin-bottom: 10px;
}

#main_main #kyuusei .kyuusei_text {
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 38px;
	font-size: 12px;
}


#main_main #kyuuseikigaku {
	clear: both;
	background-image: url(../img/bt_kyuuseikigaku02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 480px;
}

#main_main #kyuuseikigaku a {
	background-image: url(../img/bt_kyuuseikigaku01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 480px;

}

#main_main #kyuuseikigaku a:hover {
	background-image: none;	
}

#main_main #kyuuseikigaku a span {
	display: none;
}

/* seitai_taiken
-------------------------*/
#main_main #taiken {
	position: relative;
}
#main_main #taiken .taiken_text {
	color: #FFFFFF;
	position: absolute;
	left: 10px;
	top: 38px;
	font-size: 12px;
}

#main_main #seitai_taiken {
	clear: both;
	background-image: url(../img/bt_taiken02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 480px;
}

#main_main #seitai_taiken a {
	background-image: url(../img/bt_taiken01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 480px;

}

#main_main #seitai_taiken a:hover {
	background-image: none;	
}

#main_main #seitai_taiken a span {
	display: none;
}


/* yoyaku
-------------------------*/

#main_main #yoyaku {
	background-image: url(../img/bt_yoyaku02.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 235px;
	display: block;
	margin-top: 10px;
}

#main_main #yoyaku a {
	background-image: url(../img/bt_yoyaku01.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 235px;
	display: block;
}

#main_main #yoyaku a:hover {
	background-image: none;	
}

#main_main #yoyaku a span {
	display: none;
}

/* #enkaku
-------------------------*/

#main_main #enkaku {
	background-image: url(../img/bt_enkaku02.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 110px;
	width: 235px;
	display: block;
	margin-top: 10px;
}

#main_main #enkaku a {
	background-image: url(../img/bt_enkaku01.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 235px;
	display: block;
}

#main_main #enkaku a:hover {
	background-image: none;	
}

#main_main #enkaku a span {
	display: none;
}







/* #side --------------------------------------------------*/
/* --------------------------------------------------------*/

#side {
	background-color: #FFFFFF;
	float: right;
	width: 180px;
	margin-top: 30px;
	padding-right: 20px;
	margin-bottom: 20px;
}

#side ul {
	list-style-type: none;
	line-height: 24px;
}



/* #footer ------------------------------------------------*/
/* --------------------------------------------------------*/

#footer {
	clear: both;
}

#footer .to_top {
	float: right;
	padding-right: 20px;
}

#footer #footer_info {
	background-image: url(../img/footer_img.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 940px;
	clear: both;
}

#footer #footer_info ul {
	list-style-type: none;
}

#footer #footer_info ul span {
	display: none;
}

#footer #footer_text {
	color: #FFFFFF;
	background-color: #006b33;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	zoom: 100%;
	padding-bottom: 20px;
}

#footer #footer_text:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}


#footer #footer_text .f_links {
	float: left;
	width: 450px;
	font-size: 12px;
}

#footer #footer_text .f_links a {
	color: #FFFFFF;
}

#footer #footer_text #f_address {
	float: right;
	width: auto;
	font-size: 11px;
	line-height: 16px;
}

