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

 file name  :index.css
 author     :Ability Consultant
style info  :トップページ専用設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	Flash
----------------------------------------------------*/
#index #header div#swf_con {
	width: 926px;
	height: 391px;
	padding: 12px;
	background: url(../images/top/bg_swf.png) no-repeat 0 0;
}



/*----------------------------------------------------
	バナー
----------------------------------------------------*/
#index div.indexbn_con {
	width: 940px;
	height: 155px;
	margin: 0 auto 20px auto;
	padding: 15px 0 0 0;
	background: url(../images/top/bg_bn.gif) no-repeat 0 0;
	overflow: hidden;
}

/* 客室 */
#index div.indexbn_con p.bn_rooms {
	margin: 0 20px 0 15px;
	float: left;
}

/* 温泉 */
#index div.indexbn_con p.bn_spa {
	margin: 0 20px 0 0;
	float: left;
}

/* 料理 */
#index div.indexbn_con p.bn_dish {
	float: left;
}



/*----------------------------------------------------
	コンテンツ
----------------------------------------------------*/

/* プラン一覧(ボタン)
----------------------------------------------------*/
#index div.plan_con {
	width: 680px;
	height: 470px;
	margin: 0 0 20px 0;
	background: url(../images/top/bg_plan.gif) no-repeat 0 0;
}

#index div.plan_con table {
	width: 680px;
}

#index div.plan_con table td {
	width: 339px;
	height: 234px;
}

#index div.plan_con table td.plan_l {
	text-align: left;
}

#index div.plan_con table td.plan_r {
	text-align: right;
}

#index div.plan_con table td.plan_t {
	vertical-align: top;
}

#index div.plan_con table td.plan_b {
	vertical-align: bottom;
}



/* ポイント
----------------------------------------------------*/
#index div.point_con {
	width: 678px;
	margin: 0 0 20px 0;
	padding: 210px 0 0 0;
	background: url(../images/top/bg_tatadohama.jpg) no-repeat center top;
	border: 1px #d4d4d4 solid;
	overflow: hidden;
}

#index div.point_con p {
	margin: 0 0 10px 0;
	float: left;
}

#index div.point_con .line_point {
	width: 640px;
	height: 1px;
	margin: 0 auto;
	border-top: 1px #e3e3e3 solid;
	clear: both;
}


/* 楽天バナー
----------------------------------------------------*/
#index p.bn_rakuten {
	margin: 0 0 40px 0;
}




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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

/* Flash下のグローバルメニュー位置調整 */
* html #index #gnav_con {margin: -10px auto 0 auto;}

/* 3つのバナー位置調整 */
* html #index div.indexbn_con p.bn_rooms {margin: 0 20px 0 8px;}