@charset "utf-8";
/* ===================================================================
CSS information

 file name  :rooms.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* 各ページタイトル画像
----------------------------------------------------------- */
#rooms #header h1 {
	background:url(../rooms/images/title.jpg) center 0 no-repeat;
}




/* .con_intro	INTRO
----------------------------------------------------------- */
#rooms #main .con_intro {
	margin-bottom:50px;
	width:705px;
	overflow:hidden;
}

#rooms #main .con_intro .img_l {
	padding-left:30px;
}


#rooms #main .con_intro .con_intro_r {
	width:511px;
	float:right;
}

#rooms #main .con_intro .con_intro_r p {
	margin-bottom:10px;
}

/* .con_roomtype	客室のご案内
----------------------------------------------------------- */
#rooms #main .con_roomtype {
	padding-bottom:20px;
	width:705px;
	overflow:hidden;
	clear:both;
	background:url(../images/bgline.gif) right bottom no-repeat;
}

#rooms #main .con_roomtype h3 {
	margin-bottom:20px;
}

#rooms #main .con_roomtype .con_roomtype_l {
	margin-left:30px;
	width:430px;
	float:left;
}

#rooms #main .con_roomtype .img_r {
	margin-top:-40px;
	float:right;
}

/* .con_room	客室雛形
----------------------------------------------------------- */
#rooms #main .con_room {
	margin:40px 0 0 auto;
	padding-bottom:40px;
	width:675px;
	overflow:hidden;
	background:url(../images/bgline.gif) right bottom no-repeat;
}

#rooms #main .img_bg {
	padding:4px;
	border:1px solid #D8D6D6;
}

/* .con_room_l　左側 */
#rooms #main .con_room_l {
	margin:20px 0 0 5px;
	width:320px;
	float:left;
}

#rooms #main .con_room_l p.txt_room {
	margin:10px 0;
}

#rooms #main .con_room_l p.txt_details {
	margin-bottom:10px;
	padding:3px 0;
	border-top:1px solid #D8D6D7;
	border-bottom:1px solid #D8D6D7;
}


/* .con_room_l　中央 */
#rooms #main .con_room_m {
	margin:20px 0 0 20px;
	width:113px;
	float:left;
}

#rooms #main .con_room_m p {
	margin-bottom:5px;
	text-align:center;
}



/* .con_room_l　右側 */
#rooms #main .con_room_r {
	margin-top:20px;
	width:200px;
	float:right;
}

/* .menuimg　　画像切り替えメニュー */
#rooms #main .con_room_r .menuimg {
	margin:0 0 10px auto;
	width:200px;
	overflow:hidden;
}

#rooms #main .con_room_r .menuimg li {
	margin-left:4px;
	display:block;
	float:left;
}

#rooms #main .con_room_r .menuimg li a {
	cursor:pointer;
}

#rooms #main .con_room_r .txt_det {
	width:180px;
	padding-left:10px;
	clear:both;
	font-size:10px;
}


/* .con_roomfac		客室設備
----------------------------------------------------------- */
#rooms #main .con_roomfac {
	margin-top:50px;
	padding-bottom:20px;
	width:705px;
	overflow:hidden;
}

#rooms #main .con_roomfac h3 {
	margin-bottom:20px;
}

#rooms #main .con_roomfac table {
	margin-left:30px;
	width:670px;
}

#rooms #main .con_roomfac table th {
	width:155px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html #rooms #main .con_roomtype {
	padding-bottom:0px;
}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


