@charset "utf-8";
/* ===================================================================
CSS information

 file name  :relaxation.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#main	メイン
	
----------------------------------------------------*/


/* con_intro	INTRO	
----------------------------------------------------*/
#relaxation .con_intro {
	padding:135px 0 0 0;
	width:710px;
	background:url(../relaxation/images/bg_intro.jpg) 0 0 no-repeat;
}

#relaxation .con_intro p {
	margin:0 auto;
	width:610px;
}

#relaxation .con_intro span {
	color:#990000;
}


/* con_orihime	女性専用湯遊び処「織姫」
----------------------------------------------------*/
#relaxation .con_orihime {
	margin-bottom:25px;
	text-align:center;
}



/* con_imgchange	画像切り替え	
----------------------------------------------------*/
#relaxation .con_imgchange {
	margin:0 auto 50px auto;
	width:650px;
	overflow:hidden;
}

#relaxation .con_imgchange .img_l {
	padding:15px;
	width:480px;
	height:320px;
	background:url(../images/bg_img_big.gif) 0 0 no-repeat;
}

#relaxation .con_imgchange .con_r {
	float:right;
	width:105px;
}

#relaxation .con_imgchange .con_r h4 {
	margin-bottom:10px;
	text-align:right;
}

#relaxation .con_imgchange .con_r ul {
	width:66px;
}

#relaxation .con_imgchange .con_r ul li {
	margin-bottom:2px;
	font-size:0;
	line-height:0;
	list-style:none outside;
}

#relaxation .con_imgchange .txt_exp {
	padding:30px 0 30px 30px;
}

#relaxation .con_imgchange table {
	width:650px;
}

#relaxation .con_imgchange table th {
	width:150px;
}




/* con_orihime	マッサージスペースなど	
----------------------------------------------------*/
#relaxation .con_orihime {
	margin:0 auto 50px auto;
	width:680px;
}

#relaxation .con_orihime p {
	margin-bottom:50px;
	text-align:right;
}

#relaxation .con_orihime table {
	width:650px;
}

#relaxation .con_orihime table th {
	width:150px;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

