@charset "UTF-8";
/* CSS Document */

h2#tit_img {
	background: url(../images/tit_h2_guide_facilities.jpg) no-repeat;
}
h3 {
	background: url(../images/tit_hotel_guide.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}
h4 {
	background: url(../../img_common/img_tit_border.gif)  top no-repeat;
	padding-top: 0.6em;
	margin-bottom: 0.6em;
	margin-top: 1.8em;
	font-size: small;
	clear: both;
	display: block;
}
h5 {
	font-size: small;
	font-weight: bold;
	color: #666633;
	margin-bottom: 0.6em;
}
div.clear {
	height: 32px;
}



/* page contents menu */
div.page_menu {
	width: 188px;
	border: 1px solid #CCCCCC;
	margin: 2em 0;
}
div.page_menu ul {
	margin-top: 0.6em;
	padding: 0 0.8em;
	list-style: none;
	line-height: 120%;
}
div.page_menu li {
	margin-bottom: 0.8em;
	padding-left: 0.3em;
	border-left: 2px solid #6699CC;
}



div.shop {
}
div.shop div.shop_data {
	display: block;
	width: 350px;
	float: right;
}
div.hotel {
	display: block;
	width: 150px;
	float: left;
	margin-right: 40px;
}
div.hotel img.thum {
	margin-bottom: 6px;
}

p.grownup_photoplan {
	padding: 0.2em 0.6em;
	border: 1px solid #9966CC;
	display: inline;
}

/*テーブル*/
table.photo {
    border-collapse: collapse;
}
table.photo th {
    padding: 5px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #999999;
	background-color: #E0E0E0;
}
table.photo td {
    padding: 5px;
	border: 1px solid #999999;
}
div#table_1 {
    float: center;
}   