@charset "utf-8";

/* ===================================================================

CSS information

 file name  :bath.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述

=================================================================== */


/*----------------------------------------------------
	#main	メイン
----------------------------------------------------*/


/* con_intro	INTRO	
----------------------------------------------------*/
#bath .con_intro {
	margin-bottom:50px;
	padding:135px 0 0 0;
	width:710px;
	background:url(../bath/images/bg_intro.jpg) 0 0 no-repeat;
}


#bath .con_intro p {
	margin:0 auto;
	width:610px;
}



/* con_imgchange	天女の湯	
----------------------------------------------------*/
#bath .con_imgchange {
	margin:0 auto 50px auto;
	width:625px;
	overflow:hidden;
}


#bath .con_imgchange .img_l {
	padding:15px;
	width:480px;
	height:320px;
	background:url(../images/bg_img_big.gif) 0 0 no-repeat;
}


#bath .con_imgchange .con_r {
	float:right;
	width:70px;
}


#bath .con_imgchange .con_r h4 {
	margin-bottom:45px;
	text-align:right;
}


#bath .con_imgchange .con_r ul {
	width:66px;
}


#bath .con_imgchange .con_r ul li {
	margin-bottom:2px;
	font-size:0;
	line-height:0;
	list-style:none outside;
}



/* con_bath_int	 天女の湯の紹介	
----------------------------------------------------*/
#bath .con_bath_int {
	margin:0 0 50px auto;
	width:680px;
	overflow:hidden;
	background:url(../bath/images/bg_flower_l.jpg) left 150px no-repeat;
}


#bath .con_bath_int .con_bath_int_l {
	float:left;
	width:180px;
}



/* con_bath_int02	 仙人の湯	
----------------------------------------------------*/
#bath .con_bath_int02 {
	margin:0 0 50px 0;
	width:680px;
	overflow:hidden;
}


#bath .con_bath_int02 .con_bath_int_r {
	padding-top:110px;
	float:right;
	width:180px;
	background:url(../bath/images/bg_flower_r.jpg) 50px top no-repeat;
}



/* con_about	お風呂について	
----------------------------------------------------*/
#bath .con_about {
	margin:0 auto;
	width:650px;
}


#bath .con_about h3 {
	margin-bottom:20px;
}


#bath .con_about table {
	width:650px;
}


#bath .con_about table th {
	width:150px;
}







/*======================================

	hack - 各種cssハック - for IE7

=======================================*/

*:first-child+html {}



/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

* html {}



