@charset "utf-8";

/* init */
body, form, fieldset,p {
    margin: 0;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-size: 80%;
    line-height: 1.5em;
}
a img{
	border: none;
	}
a:link{
	color: #39F;
	}
a:visited{
	color: #39F;
	}
a:hover{
	}

/* レイアウト */
#main_wrapper{
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	height: 520px;
}
#main_in{
	width: 1341px;
	height: 520px;
	margin: 0 auto;
	background-image: url(../images/mainImg.gif);
	background-repeat: no-repeat;
}
#contents_bg{
	background-image: url(../images/bg_brown.jpg);
	background-repeat: repeat;
	padding-top: 30px;
}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
	padding: 0 220px;
}
#contents_left,#contents_right{
	width: 435px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}
.contents_1col,.contents_2col{
	background-color: #FFFFFF;
	border: 1px solid #988677;
	}
.contents_1col{
	width: 858px;
	margin-bottom: 30px;
	padding: 20px;
}
.contents_2col{
	margin-bottom: 30px;
	width: 393px;
	padding: 20px;
}
#footer{
	clear: both;
	background-color: #e3e3e3;
	border-top: 1px solid #988677;
}
#footer_in{
	width: 900px;
	height: 80px;
	padding: 0 220px;
	margin: 0 auto;
	position: relative;
}


/* パーツ */
#main_in img.nodisplay{
	display: none;
}
.ttl{
	margin-bottom: 20px;
}
.info{
	background-color: #f0efef;
	padding: 15px;
}


.table01{
	border-collapse: collapse;
	width: 830px;
}
.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: 373px;
	margin-bottom: 10px;
}
.table02 td,.table02 th{
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.table02 th{
	font-weight: normal;
	background-color: #dad9d9;
}
.table02 td{
	background-color: #ffffff;
}


.box01{
	width: 373px;
	border: 1px solid #d2d2d2;
	background-color: #f0efef;
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
}
.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;
	}
.entry{
	background-color: #bbd677;
	padding: 15px;
	}
	
	
.gmap{
	margin: 15px 0;
	}
.gmap p{
	text-align: right;
	font-size: 85%;
	}

.box_dl1,.box_dl2{
}
.box_dl1 a,.box_dl2 a{
	display: block;
	width: 245px;
	height: 52px;
	padding: 55px 20px 0 130px;
	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_dl1_off.jpg);
	background-repeat: no-repeat;
}
.box_dl2 a{
	background-image: url(../images/btn_dl2_off.jpg);
	background-repeat: no-repeat;
}
.box_dl1 a:hover{
	background-image: url(../images/btn_dl1_on.jpg);
	background-repeat: no-repeat;
}
.box_dl2 a:hover{
	background-image: url(../images/btn_dl2_on.jpg);
	background-repeat: no-repeat;
}




.logo1{
	width: 157px;
	height: 46px;
	position: absolute;
	top: 19px;
	}
.logo2{
	width: 146px;
	height: 46px;
	position: absolute;
	left: 403px;
	top: 20px;
	}
.cr{
	width: 368px;
	height: 12px;
	position: absolute;
	left: 753px;
	top: 51px;
	}
.totop{
	width: 92px;
	height: 35px;
	position: absolute;
	left: 1028px;
	top: -24px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.maT20{
	margin-top:20px;
	}
.ma_top5{
	margin-top: 5px;
}
.maB20{
	margin-bottom: 20px;
}
.pa_btm10{
	padding-bottom: 10px;
}


/* テキスト装飾 */
.small{
	font-size: 80%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
	
	
/*その他 */
.clear{
	clear: both;
	}
	
	
	