@charset "utf-8";
/* ===================================================================
CSS information

 file name  :room.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページタイトル背景
----------------------------------------------------------- */
#room #wrp_pagetitle {
	background: url(../rooms/images/title.jpg) top center no-repeat;
}


/* #cnt_top
----------------------------------------------------------- */
#room #cnt_top {
	width: 680px;
	overflow: hidden;
	padding: 0 0 55px 0;
	clear: both;
}

#room #cnt_top h3 {
	background:url(../rooms/images/tit_hirosa.gif) top left no-repeat;
}

#room #cnt_top .cnt_room_info {
	padding: 0 0 20px 0;
	width:　680px;
	overflow: hidden;
	clear: both;
}

#room #cnt_top .cnt_room_info .box_r {
	padding: 30px 0 0 0;
	width: 180px;
	overflow: hidden;
	float: right;
}

#room #cnt_top .cnt_room_info .box_r h4 {
	margin: 0 0 15px 0;
	width: 180px;
	height: 14px;
	line-height: 14px;
	text-indent: -9999px;
}

#room #cnt_top .cnt_room_info .box_r h4#tit_single {
	background: url(../rooms/images/st_single.gif) top left no-repeat;
}

#room #cnt_top .cnt_room_info .box_r h4#tit_twin {
	background: url(../rooms/images/st_twin.gif) top left no-repeat;
}

#room #cnt_top .cnt_room_info .box_r p {
	margin: 0;
	width:　180px;
}

/* #cnt_room_img
----------------------------------------------------------- */
#room #cnt_room_img {
	width: 680px;
	overflow: hidden;
	padding: 0;
	clear: both;
}

#room #cnt_room_img h4 {
	margin: 46px 0 0 0;
	width: 230px;
	height: 45px;
	line-height: 45px;
	text-indent: -9999px;
	background: url(../rooms/images/st_roominfo.gif) top left no-repeat;
}

#room #cnt_room_img .box_l {
	float: left;
}

/* #cnt_info
----------------------------------------------------------- */
#room #cnt_info {
	width: 680px;
	overflow: hidden;
	padding: 0 0 30px 0;
	clear: both;
}

#room #cnt_info .cnt_tit {
	width: 330px;
}

#room #cnt_info .cnt_tit h3#st_desk {
	background: url(../rooms/images/tit_desk.gif) top left no-repeat;
}

#room #cnt_info .cnt_tit h3#st_senmen {
	background: url(../rooms/images/tit_senmen.gif) top left no-repeat;
}

#room #cnt_info .cnt_tit h3#st_lan {
	background: url(../rooms/images/tit_lan.gif) top left no-repeat;
}

#room #cnt_info .cnt_tit h3#st_tv {
	background: url(../rooms/images/tit_tv.gif) top left no-repeat;
}

#room #cnt_info .cnt_tit h3#st_amenity {
	background: url(../rooms/images/tit_amenity.gif) top left no-repeat;
}

#room #cnt_info .cnt_tit h3#st_refrigerator {
	background: url(../rooms/images/tit_refrigerator.gif) top left no-repeat;
}

#room #cnt_info .text {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 300px;
	overflow: hidden;
}

#room #cnt_info .cnt_info_line {
	width: 680px;
	clear: both;
	padding: 0 0 30px 0;
	overflow: hidden;
}

#room #cnt_info .cnt_info_left {
	margin: 0;
	padding: 0;
	width: 330px;
	overflow: hidden;
	float: left;
}

#room #cnt_info .cnt_info_right {
	margin: 0;
	padding: 0;
	width: 330px;
	overflow: hidden;
	float: right;
}

#room #cnt_info .cnt_info_left img,
#room #cnt_info .cnt_info_right img {
	margin: 0 15px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


