@charset "utf-8";
/* detail.html追加分 */

*{
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 12px;
    line-height: 1.5em;
}
a img{
	border: none;
	}
a:link{
	color: #38c607;
	}
a:visited{
	color: #38c607;
	}
a:hover{
	}

/* レイアウト */
#main_bg{
	width: 100%;
	height: 407px;
	background: url(../images/bg_detail.jpg) repeat-x 50% 0%;
	}
#mainImg{
	width: 900px;
	height: 407px;
	margin: 0 auto;
}
#contents_bg{
	background: url(../images/bg_wool.jpg) repeat;
}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
	padding-top: 22px;
}
#contents_left,#contents_right{
	width: 435px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}
.contents_1col,.contents_2col{
	background-color: #FFFFFF;
	border: 1px solid #59763c;
	}
.contents_1col{
	width: 858px;
	margin-bottom: 30px;
	padding: 20px;
}
.contents_2col{
	margin-bottom: 30px;
	width: 393px;
	padding: 20px;
}
#footer{
	clear: both;
	background-color: #71b859;
	border-top: 1px solid #61954f;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 140px;
	margin: 0 auto;
	position: relative;
}


/* パーツ */

.pannavi{
	width: 838px;
	margin-bottom: 20px;
	padding: 5px 30px;
	background: #f5f5f5 url(../images/ico_home.gif) no-repeat 5px center;
	border: 1px solid #9c9c9c;
}

.ttl{
	margin-bottom: 10px;
}
.txt01{
	border-bottom: 1px dotted #999999;
	padding: 10px 0 8px 35px;
	margin-bottom: 13px;
	font-size: 90%;
	line-height: 1.3em;
}
.box02{
	width: 836px;
	border: 1px solid #d2d2d2;
	background-color: #f0efef;
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
}
.table05{
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}
.table05 td,.table05 th{
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.table05 th{
	font-weight: normal;
	background-color: #dad9d9;
}
.table05 td{
	background-color: #ffffff;
	padding: 20px;
}
.table05 td.day{
	font-size: 110%;
	font-weight: bold;
	color: #666;
	}
.table05 td.time{
	text-align: center;
	}
.table05 td.limit{
	width: 10%;
	}
.table06{
	border-collapse: collapse;
	width: 100%;
	}
.table06 th,.table06 td{
	padding: 5px;
	}
.table06 th{
	background-color: #EEF7E8;
	font-weight: bold;
	}
.table06 td{
	text-align: left;
	}



.logo1{
	width: 146px;
	height: 41px;
	position: absolute;
	top: 50px;
	left: 1px;
	}
.logo2{
	width: 162px;
	height: 35px;
	position: absolute;
	left: 173px;
	top: 54px;
	}
.support{
	width: 800px;
	color: #fff;
	font-size: 13px;
	text-align: right;
	position: absolute;
	left: 99px;
	top: 74px;
	}
.cr{
	width: 500px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 400px;
	top: 104px;
	}
.totop{
	width: 92px;
	height: 27px;
	position: absolute;
	left: 807px;
	top: -25px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.maT20{
	margin-top:20px;
	}
.maT5{
	margin-top: 5px;
	}
.ma_top5{
	margin-top: 5px;
}
.maB20{
	margin-bottom: 20px;
}
.maB10{
	margin-bottom: 10px;
	}
.maB0{
	margin-bottom: 0px;
	}
.pa_btm10{
	padding-bottom: 10px;
}


/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.align_center{
	text-align:center;
	}
	
/*その他 */
.clear{
	clear: both;
	}
