@charset "utf-8";
/* ===================================================================
CSS information

 file name  :rooms.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*ページタイトル*/
#rooms h2{
	width: 720px;
	height: 55px;
	margin: 25px 0;
	text-indent:-9999px;
	background: url(../rooms/images/title.gif) left top no-repeat;
}

/*メインメニューオン表示*/
#rooms ul#gnav li.nav_rooms a{
	background: url(../images/gnav.jpg) -110px -65px;
}

/*メインコピー*/
#rooms p.copy_main{
	width: 720px;
	height: 164px;
	text-indent: -9999px;
	background: url(../rooms/images/img_room_catch.png) left top no-repeat;
}

/*ページ内メニュー
------------------------------------------*/
/*コンテンツ名*/
#rooms ul.pagenav li.bt_contentname a{
	width: 180px; /*任意のサイズ*/
	background: url(../zzz/images/bt_contentname.gif) left top no-repeat;	
}





/* -----------------------------------------------------------
	コンテンツ部分
----------------------------------------------------------- */

/* 共通部分
------------------------------------------*/
#rooms div.rooms_con {
	width: 718px;
	margin: 0 0 40px 0;
	padding: 20px 0;
	border: 1px #d6b498 solid;
}

#rooms div.rooms_con p.photo {
	padding: 0 40px 0 20px;
	float: left;
}

#rooms div.rooms_con div.txt {
	width: 250px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	float: left;
}

#rooms div.rooms_con div.txt h3 {
	width: 210px;
	height: 150px;
	text-indent: -9999px;
}

#rooms ul.chgimg li{
	margin: 0 5px 0 0;
	padding: 3px;
	float: left;
}

#rooms div.rooms_con p.bt {
	width: 35px;
	float: left;
}

#rooms div.rooms_con div.info {
	width: 670px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(../rooms/images/icon_roomsline.gif) no-repeat 0 0;
	overflow: hidden;
	clear: both;
}

#rooms div.rooms_con div.info dl {
	width: 210px;
	margin: 10px 20px 0 0;
	float: left;
}

#rooms div.rooms_con div.info dl.last {
	width: 200px;
	margin: 10px 0 0 0;
	float: left;
}

#rooms div.rooms_con div.info ol {
	padding: 0 0 0 20px;
}

#rooms div.rooms_con div.info ol li {
	list-style-type: disc;
}

/* 各見出し */
#rooms div.rooms_con div.txt h3.st_roten {
	background: url(../rooms/images/st_roten.gif) no-repeat 0 0;
}

#rooms div.rooms_con div.txt h3.st_garden {
	background: url(../rooms/images/st_garden.gif) no-repeat 0 0;
}

#rooms div.rooms_con div.txt h3.st_sp_roten {
	background: url(../rooms/images/st_sp_roten.gif) no-repeat 0 0;
}

#rooms div.rooms_con div.txt h3.st_modan {
	background: url(../rooms/images/st_modan.gif) no-repeat 0 0;
}

#rooms div.rooms_con div.txt h3.st_roten_room {
	background: url(../rooms/images/st_roten_room.gif) no-repeat 0 0;
}

#rooms div.rooms_con div.txt h3.st_japanese {
	background: url(../rooms/images/st_japanese.gif) no-repeat 0 0;
}







/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

/* まわりこ見 */
* html #rooms div.rooms_con div.txt {zoom: 1;}