@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
    color: #5f4530;
    font-size: 14px;
    line-height: 1.5em;
	font-family: sans-serif;
	background:url(../images/bg_01.jpg) repeat-x;
}
a img{
	border: none;
	}
a:link{
	color: #d5c686;
	text-decoration: underline;
	}
a:visited{
	color: #d5c686;
	text-decoration: underline;
	}
a:hover{
	}
	
/* レイアウト */
#mainImg{
	width: 100%;
	height: 1200px;
	margin: 0 auto;
	background: url(../images/bg_detail.jpg) no-repeat 50% top;
}


#contents_bg{
	background-color: #FFF;
	}
#contents_bgIn{
	background: url(../images/bg_01.jpg) repeat-x;
	}
#contents_wrapper{
	width: 900px;
	margin: -890px auto 0;
}

/*socialPlugIn*/
.social{
	position: absolute;
	width: 410px;
	height: 35px;
	top: 70px;
	left:160px;
	z-index:5;
	}
.social div{
	float: right;
	}
.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	}
.line{
	margin: -5px 0 0 15px;
	}
	
	
/* ie10 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #contents_wrapper {
	width: 900px;
	margin: -445px auto 0; /* IE10 */
  }
}


/* ie9*/
:root #contents_wrapper{
	width: 900px \0/IE9;
	margin: -890px auto 0 \0/IE9;
}



/* ie8 */
html>/**/body #contents_wrapper{
	width: 900px\9;
	margin-top: -445px\9;
	margin-bottom:0\9;
	margin-left:auto\9;
	margin-right:auto\9;
}

/* ie7 */
*:first-child+html #contents_wrapper{
	width: 900px;
	margin: -445px auto 0;
}

/* ie6 */
*html #contents_wrapper{
	width: 900px;
	margin: -445px auto 0;
}


#contents_left,#contents_right{
	width: 440px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}
.contents_1col,.contents_2col{
	background-color: #fcfef5;
	border: 1px solid #dbce92;
	}
.contents_1col{
	width: 868px;
	margin-bottom: 20px;
	padding: 15px;
	position:relative;
}

.contents_2col{
	margin-bottom: 20px;
	width: 408px;
	padding: 15px;
}

#ran{
	position:absolute;
	top:-220px;
	left:690px;
	z-index:2;
}


#footer{
	width: 100%;
	clear: both;
	background-color: #ceda38;
	border-top: 1px solid #f0f9ce;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	
}



/* パーツ */
.pannavi{
	width: 848px;
	margin-bottom: 5px;
	padding: 3px 25px;
	border: 1px solid #dbce92;
	background: #fcfef5 url(../images/ico_home.gif) no-repeat 5px center;
}
h1{
	padding-bottom: 13px;
	border-bottom: solid 1px #dbce92;
	margin-bottom: 15px;
}
h2{
	font-size: 16px;
	margin-bottom: 10px;
	}
.table01{
	border-collapse: collapse;
	width: 100%;
}
.table01 td,.table01 th{
	border: 1px solid #c5c5c5;
	vertical-align: middle;
}
.table01 th{
	background-color: #f2f3c6;
	padding: 3px;
	text-align: center;
	width:20%;
}
.table01 td{
	background-color: #fff;
	padding: 8px;
	text-align: left;
	color:#6a5139;
}
.table02{
	border-collapse: collapse;
	width: 100%;
}
.table02 td,.table02 th{
	border: 1px solid #abc29b;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th{
	font-weight: normal;
	background-color: #cde7bc;
}
.table02 td{
	background-color: #eef7e8;
}	
.table02 td.fee{
	text-align: left;
	padding: 15px 0 15px 25px;
	}
.table03{
	border-collapse: collapse;
	width: 100%;
	}
.table03 th,.table03 td{
	border-top: 1px dotted #352d71;
	border-bottom: 1px dotted #352d71;
	background-color: #FFF;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th{
	color: #704996;
	font-weight: normal;
	width: 30%;
	padding-left: 15px;
	}
.table03 td{
	padding-right: 15px;
	}
.table06{
	border-collapse: collapse;
	width: 100%;
	}
.table06 th,.table06 td{
	padding: 5px;
	}
.table06 th{
	background-color: #E8E7E6;
	font-weight: normal;
	}
.table06 td{
	text-align: left;
	}

.session th{
	border:none;
	background:#FFF;
	text-align:left;
	padding-bottom:5px;
	
}

.box01{
	width: 826px;
	background-color: #FFF;
	border: 1px solid #c5c5c5;
	padding: 20px 10px 10px 10px;
	margin-bottom: 12px;
}
.box02{
	width: 836px;
	border: 1px solid #d2d2d2;
	background-color: #c5c5c5;
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
}
.txt01{
	border-bottom: 1px dotted #fff;
	padding: 10px 0 0 5px;
	margin-bottom: 13px;
	font-size: 14px;
}
.txt02{
	padding-left: 15px;
	}	
.gmap{
	margin: 15px 0 5px;
	}
.gmap p{
	text-align: right;
	font-size: 85%;
	}
.gmap_in{
	border: solid 1px #a590d5;
	}
.box_dl1 a,.box_dl2 a{
	display: block;
	width: 213px;
	height: 52px;
	padding: 55px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl1 a:link,.box_dl2 a:link,.box_dl1 a:visited,.box_dl2 a:visited,.box_dl1 a:hover,.box_dl2 a:hover{
	color: #333333;
	text-decoration: none;
}
.box_dl1 a{
	background-image: url(../images/btn_dl_off.jpg);
	background-repeat: no-repeat;
}
.box_dl1 a:hover{
	background-image: url(../images/btn_dl_on.jpg);
	background-repeat: no-repeat;
}


.logo1{
	width: 146px;
	height: 42px;
	position: absolute;
	top: 59px;
	left: 1px;
	}
.logo2{
	width: 163px;
	height: 35px;
	position: absolute;
	left: 176px;
	top: 62px;
	}
.cr{
	width: 500px;
	color: #f7fbeb;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 121px;
	}
.support{
	width: 500px;
	color: #f7fbeb;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 40px;
	}	
.totop{
	width: 92px;
	height: 30px;
	position: absolute;
	left: 807px;
	top: -27px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.maT20{
	margin-top:20px;
	}
.maT10{
	margin-top:10px;
	}
.maT5{
	margin-top: 5px;
	}
.ma_top5{
	margin-top: 5px;
}
.maB30{
	margin-bottom: 30px;
	}
.maB20{
	margin-bottom: 20px;
}
.maB15{
	margin-bottom: 15px;
	}
.maB10{
	margin-bottom: 10px;
	}
.maB0{
	margin-bottom: 0px;
	}
.pa_btm10{
	padding-bottom: 10px;
}


/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.3em;
}
.note{
	color: #e0493d;
}
.align_right{
	text-align:right;
	}
.align_center{
	text-align:center;
	}


.sat{
	color: #5d86b4;
	font-size: 80%;
	}
.sun{
	color: #e0493d;
	font-size: 80%;
	}
	



/*その他 */
.clear{
	clear: both;
	}
