@charset "utf-8";
/* ===================================================================
CSS information

 file name  :reserve_adv.css
 author     :Ability Consultant
style info  :ご予約特典設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*-----------------------------------------------
	#header
	　ヘッダー
-------------------------------------------------*/
#reserve_adv #header h3{
	background: url(../reserve_adv/images/tl_page.png) no-repeat left top;
}

#reserve_adv #header .top_image{
	background: url(../reserve_adv/images/top_image.jpg) no-repeat center top;
}

/*-----------------------------------------------
	#main
	 メイン
-------------------------------------------------*/

/* .intro
---------------------------------------*/
#main .intro{
	background: url(../reserve_adv/images/bg_intro.gif) no-repeat 407px bottom;
	padding-bottom: 55px;
}

#main .intro h4{
	background: url(../reserve_adv/images/tl_page_sub.gif) no-repeat left top;
	height: 59px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 28px;
}

#main .intro p img{
	margin-bottom: 29px;
}

#main .intro dl{
	margin: 10px 0 0 32px;
}

#main .intro h5{
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	width: 95px;
}

#main .intro p.txt{
	width: 565px;
	float: right;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


