@charset "utf-8";

/* init */
*{
    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{
	}

/* レイアウト */
#all_wrapper{
	background-color: #faecf0;
	}
#all_in{
	background: url(../images/bg_01.jpg) repeat-x;
	}
#mainImg{
	width: 900px;
	margin: 0 auto;
}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
	position: relative;
	margin-top: -373px;
}
#contents_left,#contents_right{
	width: 435px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}
.contents_1col,.contents_2col{
	background-color: #FFFFFF;
	border: 1px solid #e15880;
	}
.contents_1col{
	width: 858px;
	margin-bottom: 30px;
	padding: 20px;
}
.contents_2col{
	margin-bottom: 30px;
	width: 393px;
	padding: 20px;
}
#footer{
	clear: both;
	background-color: #d76b8c;
	border-top: 1px solid #b15c6f;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 140px;
	padding: 0 220px;
	margin: 0 auto;
	position: relative;
}


/* パーツ */
.ttl{
	margin-bottom: 20px;
}
.table01{
	border-collapse: collapse;
	width: 393px;
	margin: 5px 0 0 0;
}
.table01 td,.table01 th{
	border-top: 1px dotted #e43e6d;
	border-bottom: 1px dotted #e43e6d;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0;
	background-color: #fbdce7;
}
.table01 th{
	font-size: 15px;
	font-weight: normal;
	color: #e43e6d;
	padding-left: 15px;
	width: 30%;
}
.table01 .day{
	font-size: 16px;
}

.table02{
	border-collapse: collapse;
	width: 393px;
	margin-bottom: 10px;
}
.table02 td,.table02 th{
	border: 1px solid #faa8c1;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
.table02 th{
	font-size: 15px;
	font-weight: normal;
	background-color: #fbdce7;
	color: #e43e6d;
}
.table02 td{
	background-color: #ffffff;
}	
.gmap{
	margin: 15px 0;
	}
.gmap p{
	text-align: right;
	font-size: 85%;
	}
.gmap_in{
	border: solid 1px #c5b47f;
	}
.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_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: 150px;
	height: 41px;
	position: absolute;
	top: 46px;
	}
.logo2{
	width: 163px;
	height: 35px;
	position: absolute;
	left: 410px;
	top: 50px;
	}
.cr{
	width: 500px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 618px;
	top: 104px;
	}
.totop{
	width: 94px;
	height: 29px;
	position: absolute;
	left: 1028px;
	top: -25px;
	}

/* 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;
	}
	
	
	
