/*------------------------------------------------------------------------
客室ページ(横幅860px)
------------------------------------------------------------------------*/
html, body {
	background: url(../../images/room_bg.jpg) top center no-repeat;
}
/*------------------------------------------------------------------------
メインメニュー
------------------------------------------------------------------------*/
#g-nav {
	position:absolute;
	left: 0;
	top: 449px;
	width: 914px;
	height: 56px;
	z-index:100;
	overflow: hidden;
	_zoom: 1;
}
#g-nav ul li {
	float: left;
}
#g-nav ul li span{
	display: none;
}
a#nav1 {
	width: 118px;
	height: 56px;
	display: block;
	background: url(../../images/room_nav01_off.gif) no-repeat;
}
a#nav2 {
	width: 148px;
	height: 56px;
	display: block;
	background: url(../../images/room_nav02_off.gif) no-repeat;
}
a#nav3 {
	width: 124px;
	height: 56px;
	display: block;
	background: url(../../images/room_nav03_off.gif) no-repeat;
}
a#nav4 {
	width: 119px;
	height: 56px;
	display: block;
	background: url(../../images/room_nav04_off.gif) no-repeat;
}	
a#nav5 {
	width: 125px;
	height: 56px;
	display: block;
	background: url(../../images/room_nav05_off.gif) no-repeat;
}
a#nav6 {
	width: 133px;
	height: 56px;
	display: block;
	background: url(../../images/room_nav06_off.gif) no-repeat;
}
a#nav7 {
	width: 147px;
	height: 56px;
	display: block;
	background: url(../../images/room_nav07_off.gif) no-repeat;
}
/*マウスオーバー
------------------------------------------------------------------------*/
a#nav1:hover {
	background: url(../../images/room_nav01_on.gif) no-repeat;
}
a#nav2:hover {
	background: url(../../images/room_nav02_on.gif) no-repeat;
}
a#nav3:hover {
	background: url(../../images/room_nav03_on.gif) no-repeat;
}
a#nav4:hover {
	background: url(../../images/room_nav04_on.gif) no-repeat;
}	
a#nav5:hover {
	background: url(../../images/room_nav05_on.gif) no-repeat;
}
a#nav6:hover {
	background: url(../../images/room_nav06_on.gif) no-repeat;
}
a#nav7:hover {
	background: url(../../images/room_nav07_on.gif) no-repeat;
}
h5 {
	margin: 0 0 10px 0;
}

/*------------------------------------------------------------------------
各客室
------------------------------------------------------------------------*/
.room-wrap {
	margin: 0;
	overflow: hidden;
	_zoom: 1;
}
.room-box {
	float: left;
	width: 269px;
	margin: 0 8px 10px 8px;
	display: inline;
}
h5 {
	margin: 0 0 10px 10px;
}
.room-img {
	margin: 0 0 10px 0;
}
.room-img img {
	border: 1px solid #D4D4D4;
}
.room-box p {
	margin: 0 10px 20px 10px;
	line-height: 160%;
}

