@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
    color: #523914;
    font-size: 14px;
    line-height: 1.5em;
	font-family: sans-serif;
}
a img{
	border: none;
	}
a:link{
	color: #dc5300;
	text-decoration: underline;
	}
a:visited{
	color: #dc5300;
	text-decoration: underline;
	}
a:hover{
	}

/* レイアウト */
#mainImg{
	width: 1133;
	height: 752px;
	margin: 0 auto;
	background: url(../images/bg_mainImg.jpg) no-repeat 50% 0;
}
#contents_bg{
	background-color: #fffdf8;
	}
#contents_bgIn{
	background: url(../images/bg_gradient.jpg) repeat-x;
	}
#contents_wrapper{
	width: 900px;
	margin: -143px auto 0;
}
#contents_left,#contents_right{
	width: 440px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}
.contents_1col,.contents_2col{
	background-color: #fbf9ee;
	border: 1px solid #d0c3aa;
	padding: 20px 15px 15px 15px;
	}
.contents_1col{
	width: 868px;
	margin-bottom: 20px;
}
.contents_2col{
	margin-bottom: 20px;
	width: 408px;
}
#footer{
	width: 100%;
	clear: both;
	background-color: #742211;
	border-top: 1px solid #651707;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	
}


/* パーツ */
h1{
	margin: 0 0 17px 0;
}
h2{
	font-size: 16px;
	margin-bottom: 10px;
	}
.aboutTxt{
	width: 440px;
	}
.table01{
	color: #333333;
	border-collapse: collapse;
	width: 386px;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}
.table01 th{
	font-weight: normal;
	background-color: #dad9d9;
	font-size: 12px;
	}
.table01 td{
	background-color: #ffffff;
	text-align: left;
	padding-left: 15px;
}

.table02{
	border-collapse: collapse;
	width: 100%;
}
.table02 td,.table02 th{
	border: 1px solid #aca375;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th{
	font-weight: normal;
	background-color: #e2daab;
}
.table02 td{
	background-color: #f4f0d8;
}	
.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 #523914;
	border-bottom: 1px dotted #523914;
	background-color: #e2daab;
	padding: 8px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th{
	font-weight: normal;
	width: 30%;
	padding-left: 15px;
	}
.table03 td{
	padding-right: 15px;
	}
.box01{
	width: 386px;
	border: 1px solid #d2d2d2;
	background-color: #FFF;
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
	color: #333333;
	line-height: 1.2em;
}
.txt01{
	border-bottom: 1px dotted #999999;
	padding: 10px 0 8px 35px;
	margin-bottom: 13px;
	font-size: 90%;
	line-height: 1.3em;
}
.txt02{
	padding-left: 15px;
	}
.talkTxt{
	width: 290px;
	float: right;
	}
.name{
	color: #916930;
	}	
.gmap{
	margin: 15px 0 5px;
	}
.gmap p{
	text-align: right;
	font-size: 85%;
	}
.gmap_in{
	border: solid 1px #cebbbb;
	}
.box_dl1 a,.box_dl2 a{
	display: block;
	width: 238px;
	height: 57px;
	padding: 50px 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.gif);
	background-repeat: no-repeat;
}
.box_dl1 a:hover{
	background-image: url(../images/btn_dl_on.gif);
	background-repeat: no-repeat;
}


.logo1{
	width: 209px;
	height: 43px;
	position: absolute;
	top: 55px;
	left: 1px;
	}
.logo2{
	width: 163px;
	height: 34px;
	position: absolute;
	left: 176px;
	top: 37px;
	}
.logo3{
	width: 117px;
	height: 47px;
	position: absolute;
	top: 95px;
	}
.support{
	width: 500px;
	color: #e8cec8;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 40px;
	}	
.cr{
	width: 500px;
	color: #b48f88;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 121px;
	}
.totop{
	width: 93px;
	height: 33px;
	position: absolute;
	left: 807px;
	top: -29px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.maT20{
	margin-top:20px;
	}
.maT15{
	margin-top: 15px;
	}
.maT5{
	margin-top: 5px;
	}
.ma_top5{
	margin-top: 5px;
}
.maB30{
	margin-bottom: 30px;
	}
.maB20{
	margin-bottom: 20px;
}
.maB15{
	margin-bottom: 15px;
	}
.maB12{
	margin-bottom: 12px;
	}
.maB10{
	margin-bottom: 10px;
	}
.maB5{
	margin-bottom: 5px;
	}
.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;
	}
.sat{
	color: #0090ff;
	}
.sun{
	color: #ef3ec3;
	}
	
/*その他 */
.fL{
	float: left;
	}
.fR{
	float: right;
	}
.clear{
	clear: both;
	}
