@charset "utf-8";

/* facilities
--------------------------------------------------------------------------------*/

#white #container {
	background: url(images/h_bg.jpg) no-repeat;
}

#white #contentsL {
	width: 140px;
}
#white #contentsR {
	width: 540px;
	background: url(images/cont_bg.jpg) no-repeat;
	padding: 20px 0 0 16px;
}

#container p.pankz {
	padding: 0 0 18px 0;
}
#container p.pankz img {
	vertical-align: middle;
	margin: 0 6px;
}

#container h2 {
	font-size: 1%;
	line-height: 1%;
	padding-bottom: 16px;
}

#container ul#idxAnc {
	list-style-type: none;
	margin-bottom: 16px;
}
#container ul#idxAnc li {
	float: left;
}

.idxBox01 {
	background: #FFF;
	border: 1px solid #AAA9A7;
	padding: 3px 3px 8px 8px;
}
.idxBox01 .fltR {
	position: relative;
	width: 350px;
	padding: 8px 0 0 0;
}
.idxBox01 .fltR .idxTxPhoto {
	position: absolute;
	top: 278px;
	left: 0px;
	z-index: 8888;
}
#room1-menu,
#room2-menu,
#room3-menu,
#room4-menu {
	margin: 10px 0 0 56px;
}
#room1-menu a,
#room2-menu a,
#room3-menu a,
#room4-menu a {
	display: block;
	width: 20px;
	float: left;
	font: bold 10px Verdana, Arial;
	text-align: center;
	font-weight: bold;
	background: #FDDCCC;
	text-decoration: none;
	margin-right: 2px;
	padding: 4px 0;
}
#room1-menu a.wactive,
#room1-menu a:hover,
#room2-menu a.wactive,
#room2-menu a:hover,
#room3-menu a.wactive,
#room3-menu a:hover,
#room4-menu a.wactive,
#room4-menu a:hover {
	color: #8F8F8F;
	background: #FFF;
}

.idxBox01 .idxFloor01 {
	width: 522px;
	text-align: center;
	background: #F0F0F0;
	padding: 24px 0 12px 0;
	margin-top: 10px;
}
*html .idxBox01 .idxFloor01 {	margin-top: 0;	}
*:first-child+html .idxBox01 .idxFloor01 {	margin-top: 0;	}

.idxBox01 .idxFloor01 .idxBtnZoom {
	text-align: right;
	padding: 12px 12px 0 0;
}

.idxBox02 {
	border: 1px solid #AAA9A7;
	padding: 3px 3px 3px 12px;
}
.idxBox02 .fltL {
	width: 326px;
}


table {
	border: 1px solid #AAA9A7;
}
table th, table td {
	padding: 4px 2px;
}
table thead th {
	color: #CCC;
	text-align: center;
	background: #3E3E3E url(images/idx_tbl_bg01.gif) no-repeat left bottom;
}
table thead th.th00 {
	background: #909090 url(images/idx_line01.gif) repeat-x left bottom;
}
table thead th.th01 {
	background: #656565 url(images/idx_tbl_bg02.gif) no-repeat left bottom;
}
table tbody th {
	color: #CCC;
	background: #656565 url(images/idx_line01.gif) repeat-x left bottom;
}
table tbody th.tblBtm {
	background: #656565;
}
table tbody td {
	text-align: center;
	background: #DFDFDF url(images/idx_tbl_bg03.gif) no-repeat left bottom;
}
table tbody td.tblBtm {
	background: #DFDFDF url(images/idx_line02.gif) repeat-y;
}




