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

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


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

/* #title_area 画像タイトル
----------------------------------------------------------- */
#facilities #title_area #wrp_area h2 {
	background:url(../facilities/images/title.jpg) left top no-repeat;
}


/* -----------------------------------------------------------
	index.html 館内施設TOP
----------------------------------------------------------- */

/* cnt_intro キャッチ
----------------------------------------------------------- */
#facilities div#cnt_intro {
	width: 695px;
	margin: 0 0 30px 0;
}

#facilities div#cnt_intro h3 {
	width: 695px;
	height: 145px;
	margin: 0 0 10px 0;
	background: url(../facilities/images/catch.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#facilities div#cnt_intro div.catch {
	width: 695px;
	height: 200px;
	background: url(../facilities/images/img_main.jpg) no-repeat 0 0;
	text-indent: -9999px;
}


/* front_con フロント・ロビー
----------------------------------------------------------- */
#facilities div.front_con {
	width: 710px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

#facilities div.front_con h3 {
	width: 710px;
	height: 20px;
	margin: 0 0 20px 0;
	background: url(../facilities/images/st_front.gif) no-repeat 0 0;
	text-indent: -9999px;
}


#facilities div.front_con div.front_main p.img {
	width: 295px;
	float: left;
}

#facilities div.front_con div.front_main div.txt {
	width: 400px;
	min-height: 130px;
	background: url(../facilities/images/bg_fac.jpg) no-repeat 0 0;
	float: right;
}

#facilities div.front_con div.front_main div.txt p {
	padding: 20px 20px 0 20px;
}

#facilities div#service_other {
	padding: 20px 0 0 0;
	width: 705px;
}

#facilities div#service_other h5 {
	width: 705px;
	height: 11px;
	line-height: 11px;
	margin: 0 0 10px 0;
	background: url(../facilities/images/sst_service_other.gif) left top no-repeat;
	text-indent: -9999px;
}

#facilities div#service_other p {
	width: 330px;
	padding: 0 20px 0 0;
	float: left;
}



/* facilities_list 施設
----------------------------------------------------------- */

/* 共通 */
#facilities div.facilities_list {
	width: 710px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#facilities div.facilities_list p.img {
	float: left;
}

#facilities div.facilities_list div.txt {
	width: 400px;
	min-height: 130px;
	padding: 20px 0 0 0;
	background: url(../facilities/images/bg_fac.jpg) no-repeat 0 0;
	overflow: hidden;
}

#facilities div.facilities_list div.txt p {
	margin: 0 0 15px 0;
	padding: 0 20px;
}

#facilities div.facilities_list span {
	color: #CC0000;
}


/* 見出し */
#facilities div.facilities_list h3 {
	width: 710px;
	height: 20px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
}

#facilities div.facilities_list h3.st_front {
	background: url(../facilities/images/st_front.gif) no-repeat 0 0;
}

#facilities div.facilities_list h3.st_laundry {
	background: url(../facilities/images/st_coinlaundry.gif) no-repeat 0 0;
}

#facilities div.facilities_list h3.st_jihan {
	background: url(../facilities/images/st_jihan.gif) no-repeat 0 0;
}

#facilities div.facilities_list h3.st_range {
	background: url(../facilities/images/st_range.gif) no-repeat 0 0;
}

#facilities div.facilities_list h3.st_magazine {
	background: url(../facilities/images/st_comic.gif) no-repeat 0 0;
}

#facilities div.facilities_list h3.st_coffee {
	background: url(../facilities/images/st_coffee.gif) no-repeat 0 0;
}

#facilities div.facilities_list h3.st_sichifuku {
	background: url(../facilities/images/st_sichifuku.gif) no-repeat 0 0;
}

#facilities div.facilities_list h3.st_parking {
	background: url(../facilities/images/st_parking.gif) no-repeat 0 0;
}

#facilities div.facilities_list h3.st_rental {
	background: url(../facilities/images/st_rental.gif) no-repeat 0 0;
}




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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
/** html #facilities div.facilities_list div.txt {height: 130px;}*/#facilities div.facilities_list h3.st_comic {

	background: url(../facilities/images/st_magazine.gif) no-repeat 0 0;
}

