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

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


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

/* 導入部分	
----------------------------------------------------------- */
/*キャッチコピー*/

/*文と写真*/
#facilities #intro{
	margin:0 0 15px 0;
	width: 680px;
}

#facilities #intro:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#facilities h3#intro_copy {
	margin:0 0 15px 0;
	width: 680px;
	height: 20px;
	background: url(../facilities/images/intro_copy.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#facilities #intro img#intro_img{
	float: right;
}

#facilities #intro p#intro_text{
	width: 380px;
	float:left;
}

/* お風呂	
----------------------------------------------------------- */

/*タイトル_お風呂*/
#facilities #spa_st{
	margin-bottom:15px;
	width:680px;
	height: 20px;
	background: url(../facilities/images/sst_spa.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#facilities #spa_box {
	width:680px;
	margin:0 0 15px 0;
	overflow:hidden;
	}
	
#facilities #spa_box img {
	float:left;
	margin:0 20px 0 0;
	}
	
#facilities #spa_box h4#spa_copy {
	background:url(../facilities/images/spa_copy.gif) left center no-repeat;
	width:333px;
	height:15px;
	text-indent:-9999px;
	float:left;
	}
	
#facilities #spa_box p {
	float:left;
	margin:15px 0 0 0;
	width:350px;
	}
	
#facilities #spa_box h4#spa_copy2 {
	background:url(../facilities/images/spa_copy2.gif) left center no-repeat;
	width:680px;
	height:14px;
	text-indent:-9999px;
	float:left;
	margin:70px 0 0 0;
	}
	
#facilities #spa_box #spa_txt {
	width:680px;
	background:url(../facilities/images/img_spa2.jpg) right bottom no-repeat;
	overflow:hidden;
	}
	
#facilities #spa_box #spa_txt p {
	width:400px;
	}
	
#facilities #spa_box #spa_txt p span {
	font-weight:bold;
	}
	
/* テーブル */	
#facilities #spa_box table {
	margin-left:1px;
	*margin-left:0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
#facilities #spa_box table th {
	background: #F5EDE3;
	text-align:center;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#facilities #spa_box table td {
	padding:10px;
	color:#595959;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*フロアマップ*/
#facilities #sst_flr_map {
	margin-bottom:15px;
	width:680px;
	height:20px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background-image: url(../../images/facilities/sst_flr_map.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#facilities #main #flr_map {
	padding-bottom: 20px;
}
/* 
----------------------------------------------------------- */
#zzz {
}

/*  */













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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

