@charset "Shift_JIS";
/* CSS Document */

/* 共通の設定
-------------------------------------------------------------------------------------------- */

.hidden{
	display: none;
}

h1,h2,h3,h4,h5,p,ul,dl,ol,table,form,img{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}




/* 枠の設定
-------------------------------------------------------------------------------------------- */

body{
	background: #EAE7E2;
	margin: 0;
	padding: 0;
	text-align:center;
	color: #333333;
	font-size: 80%;
}

#frame{
	width: 720px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
}





/* コンテンツの設定
-------------------------------------------------------------------------------------------- */

#contents{
	width: 700px;
	height: auto;
	margin: 0 10px;
	padding: 10px 0;
}

.print{
	margin: 0 0 10px 550px;
}

.print a{
	display: block;
	width: 150px;
	height: 22px;
	text-indent: -9999px;
	background: url(images/facilities/btn_print.jpg) no-repeat;
}


.subtitle{
	width: 700px;
	height: 30px;
}


.map{
	text-align: center;
	margin: 10px 0 20px 0;
}

h4{
	border-left: solid 3px #F8A837;
	border-bottom: solid 1px #F8A837;
	padding: 5px 0 5px 10px;
	font-size: 14px;
	margin: 20px 10px 10px 10px;
}

.price{
	margin: 10px 10px 5px 10px;
	font-size: 11px;
	border-collapse: collapse;
	width: 680px;
}

.price th,.price td{
	border: solid 1px #cccccc;
	padding: 3px;
}

.price th{
	text-align: center;
	background: #999999;
	color: #ffffff;
	font-weight: normal;
}

.price td{
	text-align: right;
}

.tCenter{
	text-align: center !important;
}

.jikan{
	text-align: right !important;
	border-bottom: none !important;
}

.shiyo{
	text-align: left !important;
	border-top: none !important;
}

.blue{
	background: #f5f5f5;
}

.tani{
	font-size: 11px;
	margin: 0 10px 20px 10px;
}



.biko{
	padding-bottom: 15px;
	list-style-image: url(images/kome.gif);
}

.biko li{
	margin: 0 10px 3px 30px;
}

.biko li ul{
	margin-top: 3px;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: none;
}

.biko li ul li{
	margin: 0 0 3px 0;
}

.biko-table{
	margin: -15px 20px 10px 50px;
	border-collapse: collapse;
	text-align: center;
}

.biko-table th,.biko-table td{
	padding: 3px;
	border: solid 1px #cccccc;
}

.biko-table th{
	font-weight: normal;
}


.shiyo-title{
	font-weight: bold;
	margin: 0 10px;
}

.shiyo-table{
	margin: 5px 10px 20px 10px;
	border-collapse: collapse;
	text-align: center;
}

.shiyo-table th,.shiyo-table td{
	padding: 3px 20px;
	border: solid 1px #cccccc;
}

.shiyo-table th{
	font-weight: normal;
}

.shiyo-text{
	margin: 5px 10px 20px 10px;
}


.riyo-text{
	margin: 10px;
}

.address-table{
	width: 680px;
	margin: 20px 10px 0px 10px;
}

.address-table td{
	padding: 0 5px 5px 0;
}

.uketsuke-list{
	margin: 0px 0 0 40px;
}

.example{
	width: 680px;
	margin: 20px 10px 10px 10px;
}

.example td{
	padding: 2px 5px 2px 0;
}


.facilities-table{
	width: 660px;
	margin: 10px 20px 20px 20px;
}

.facilities-table td{
	vertical-align: top;
}

.f-text{
	padding: 5px 0 0 15px;
	line-height: 130%;
}

.facilities-title{
	text-align: center;
	margin: 5px 0 0 0;
}

.tRight{
	text-align: right;
	margin-right: 10px;
}



.price2{
	margin: 10px 10px 5px 10px;
	border-collapse: collapse;
	width: 680px;
}

.price2 th,.price2 td{
	border: solid 1px #cccccc;
	padding: 5px;
	text-align: center;
}

.price2 th{
	background: #999999;
	color: #ffffff;
	font-weight: normal;
}







#monthlyevent{
	margin: 5px 10px 10px 10px;
}

#toprint{
	text-align: right;
	margin: 10px 10px 0 0;
}

#toprint img{
	vertical-align: text-bottom;
}





.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	zoom: 1;
}




