@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
    color: #524a1b;
    font-size: 14px;
    line-height: 1.5em;
	font-family: sans-serif;
}
a img{
	border: none;
	}
a:link{
	color: #aa3300;
	text-decoration: underline;
	}
a:visited{
	color: #aa3300;
	text-decoration: underline;
	}
a:hover{
	}

/* レイアウト */
#mainImg{
	width: 971px;
	height: 716px;
	margin: 0 auto;
}
#contents_bg{
	background: url(../images/bg_body.jpg) repeat;
	}
#contents_bgIn{
	}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
}
#contents_left,#contents_right{
	width: 440px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}
.contents_1col,.contents_2col{
	background-color: #FFF;
	border: 1px solid #9a9a9a;
	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: #b4a876;
	border-top: 1px solid #998314;
	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;
	}
.table01{
	color: #333333;
	font-size: 12px;
	border-collapse: collapse;
	width: 386px;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.table01 th{
	font-weight: normal;
	background-color: #dad9d9;
}
.table01 td{
	background-color: #ffffff;
}

.table02{
	border-collapse: collapse;
	width: 100%;
}
.table02 td,.table02 th{
	border: 1px solid #c3c3c3;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th{
	font-weight: normal;
	background-color: #dbd5c5;
}
.table02 td{
	background-color: #f6f5f2;
}
	
.table03{
	border-collapse: collapse;
	width: 100%;
	}
.table03 th,.table03 td{
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	background-color: #f6f5f2;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th{
	font-weight: normal;
	width: 25%;
	padding-left: 15px;
	}
.table03 td{
	padding-right: 15px;
	}
.box01{
	width: 386px;
	border: 1px solid #d2d2d2;
	background-color: #f0efef;
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
	color: #333333;
	line-height: 1.3em;
}
.txt01{
	border-bottom: 1px dotted #999999;
	padding: 10px 0 8px 35px;
	margin-bottom: 13px;
	font-size: 90%;
	line-height: 1.3em;
	font-size: 0px;
}
.txt02{
	padding-left: 15px;
	}
.name{
	color: #945e7d;
	}	
.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: 206px;
	height: 42px;
	position: absolute;
	top: 57px;
	left: 1px;
	}
.logo2{
	width: 163px;
	height: 34px;
	position: absolute;
	left: 176px;
	top: 37px;
	}
.logo3{
	width: 117px;
	height: 47px;
	position: absolute;
	top: 95px;
	}
.support{
	width: 630px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 270px;
	top: 31px;
	}	
.cr{
	width: 500px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 132px;
	}
.totop{
	width: 93px;
	height: 33px;
	position: absolute;
	left: 807px;
	top: -27px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.maT20{
	margin-top:20px;
	}
.maT15{
	margin-top: 15px;
	}
.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;
	}
.maB5{
	margin-bottom: 5px;
	}
.maB0{
	margin-bottom: 0px;
	}
.maR5{
	margin-right: 5px;
	}
.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;
	}
	
/*その他 */
.clear{
	clear: both;
	}
.fL{
	float: left;
	}
