@charset "utf-8";
/* ===================================================================
CSS information

 file name  :roten_room.css
 author     :Ability Consultant
style info  :露天風呂付客室設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*-----------------------------------------------
	#header
	　ヘッダー
-------------------------------------------------*/
#roten_room #header h3{
	background: url(../roten_room/images/tl_page.png) no-repeat left top;
}

#roten_room #header .top_image{
	background: url(../roten_room/images/top_image.jpg) no-repeat center top;
}

/*-----------------------------------------------
	#main
	 メイン
-------------------------------------------------*/

/* .intro
--------------------------------------*/
#roten_room #main .intro{
	background: url(../roten_room/images/bg_intro.gif) no-repeat left 351px;
}

#roten_room #main .intro h4{
	background: url(../roten_room/images/tl_page_sub.gif) no-repeat left top;
	height: 71px;
	text-indent: -9999px;
	font-size: 0;
}

#roten_room #main .intro .img_flash{
	width: 100%;
	height: 350px;
	margin-bottom: 24px;
}

#roten_room #main .intro .txt{
	width: 280px;
	float: left;
	margin-bottom: 25px;
}

#roten_room #main .intro .txt p.txt01{
	margin-bottom: 22px;
}

#roten_room #main .intro .txt p.lnk{
	margin-bottom: 10px;
}

#roten_room #main .intro .img{
	float: right;
	margin-bottom: 13px;
}

#roten_room #main .intro .txt_p{
	margin: 20px 0;
}

#roten_room #main .intro table{
	width: 100%;
}

#roten_room #main .intro table th{
	width: 155px;
}

#roten_room #main .pagetop{
	margin: 20px 0 0 0;
}

/* .meitou
---------------------------------------*/
#roten_room #main .meitou{
	margin-top: 30px;
}

#roten_room #main .meitou h5{
	background: url(../roten_room/images/tl_meiyu.gif) no-repeat left top;
	height: 40px;
	width: 695px;
	text-indent: -999px;
	font-size: 0;
	position: relative;
	left: -5px;
	margin-bottom: 25px;
}

#roten_room #main .meitou img{
	margin: 25px 0;
}

#roten_room #main .meitou .flow{
	width: 690px;
	height: 200px;
	margin: 20px 0;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


