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

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


/* -----------------------------------------------------------
	トップページ専用指定
----------------------------------------------------------- */

/* #page 背景画像
----------------------------------------------------------- */
#index #page {
	background: url(../images/top/bg_image.jpg) no-repeat center 0;
}



#index #header {
	height: 742px;
	margin: 0 0 30px 0;
	background: none;
	overflow: hidden;
}


/* #swf_con flash領域
----------------------------------------------------------- */
#index #header div#swf_con {
	width: 100%;
	height: 493px;
}

#index #header div#swf_con h1 {
	width: 950px;
	height: 1px;
	margin: 0 auto;
	font-size: 1px;
	text-indent: -9999px;
}

#index #header div#swf_con div#swf {
	margin: -1px 0 0 0;
}


/* #nav_con グローバルメニュー、サブメニュー領域
----------------------------------------------------------- */
#index #header div#nav_con {
	width: 100%;
	height: 249px;
	background: url(../images/bg_menu.gif) repeat-x;
}


/* #bn_con ヘッダー内バナー領域
----------------------------------------------------------- */
#index #header div#nav_con #bn_con {
	width: 950px;
	height: 153px;
	margin: -17px auto 0 auto;
	overflow: hidden;
}

#index #header div#nav_con #bn_con p {
	width: 228px;
	float: left;
	
}

#index #header div#nav_con #bn_con p img {
	vertical-align: bottom;
}

#index #header div#nav_con #bn_con p.bn_rooms {
	margin: 25px 12px 0 12px;
}

#index #header div#nav_con #bn_con p.bn_hotspa {
	margin:  34px 12px 0 0;
}

#index #header div#nav_con #bn_con p.bn_dishes {
	margin: 17px 0 0 0;
}



/* -----------------------------------------------------------
	#main メインコンテンツ
----------------------------------------------------------- */

/* #plan_con プラン紹介
----------------------------------------------------------- */
#index #main div#plan_con {
	width: 690px;
	margin: 0 0 30px 20px;
	overflow: hidden;
}

/* おすすめプラン */
#index #main div#plan_con div.osusume_plan {
	width: 340px;
	background: url(../images/top/bg_plan.gif) repeat-y;
	border-bottom: 1px #7896B4 solid;
	float: left;
}

#index #main div#plan_con div.osusume_plan h3 {
	width: 340px;
	height: 38px;
	background: url(../images/top/st_plan_osusume.gif) no-repeat 0 0;
	text-indent: -9999px;
}


/* お得プラン */
#index #main div#plan_con div.otoku_plan {
	width: 340px;
	background: url(../images/top/bg_plan.gif) repeat-y;
	border-bottom: 1px #7896B4 solid;
	float: right;
}

#index #main div#plan_con div.otoku_plan h3 {
	width: 340px;
	height: 38px;
	background: url(../images/top/st_plan_otoku.gif) no-repeat 0 0;
	text-indent: -9999px;
}


/* 共通 */
#index #main div#plan_con div.osusume01,
#index #main div#plan_con div.osusume02,
#index #main div#plan_con div.osusume03,
#index #main div#plan_con div.otoku01,
#index #main div#plan_con div.otoku02,
#index #main div#plan_con div.otoku03 {
	padding: 10px 0;
	overflow: hidden;
	clear: both;
	min-height: 130px;
}

* html #index #main div#plan_con div.osusume01,
* html #index #main div#plan_con div.osusume02,
* html #index #main div#plan_con div.osusume03,
* html #index #main div#plan_con div.otoku01,
* html #index #main div#plan_con div.otoku02,
* html #index #main div#plan_con div.otoku03 {
	height: 130px;
}


#index #main div#plan_con div.osusume01,
#index #main div#plan_con div.osusume02,
#index #main div#plan_con div.otoku01,
#index #main div#plan_con div.otoku02 {
	background: url(../images/top/img_line_plan.gif) no-repeat bottom;
}

#index #main div#plan_con p.img {
	width: 122px;
	height: 84px;
	margin: 5px 15px 1px 15px;
	float: left;
}

#index #main div#plan_con div.txt {
	overflow: hidden;
	padding-right: 15px;
}

#index #main div#plan_con span {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 3px;
}

#index #main div#plan_con h4 span a:hover {
	text-decoration: none;
}


/* プラン説明テキスト部分 */
#index #main div#plan_con ul li a {
	text-decoration: none;
}

/* プランタイトル部分 */
#index #main div#plan_con ul li.plan_title {
	margin: 0 0 3px;
}

#index #main div#plan_con ul li.plan_title a {
	color: #466E96;
	font-weight: bold;
	text-decoration: underline;
}

/* プランタイトル価格部分 */
#index #main div#plan_con ul li.plan_price {
	margin: 0 0 3px;
}

#index #main div#plan_con ul li.plan_price a {
	color: #8A5555;
	font-weight: bold;
	text-decoration: underline;
}


/* .bn_con バナー
----------------------------------------------------------- */
#index #main div.bn_con {
	width: 690px;
	margin: 0 0 40px 20px;
}

#index #main div.bn_con p {
	overflow: hidden;
}


/* プランバナー部分 */
#index #main div.bn_con p.bn_plan_up img {
	margin: 0 2px 5px 0;
}

#index #main div.bn_con p.bn_plan_under img {
	margin: 0 2px 10px 0;
}

#index #main div.bn_con p.bn_plan_up img.bn_last,
#index #main div.bn_con p.bn_plan_under img.bn_last {
	margin-right: 0;
}

#index #main div.bn_con p.bn_under {
	padding-top: 20px;
}



/* .info_con ブログ・トピックス領域
----------------------------------------------------------- */
#index #main div.info_con {
	width: 690px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	background: url(../images/top/bg_info.gif) no-repeat 0 0;
	overflow: hidden;
}

/* ブログ */
#index #main div.info_con div.feed_con {
	width: 318px;
	float: left;
}

#index #main div.info_con div.feed_con h3 {
	width: 318px;
	height: 20px;
	margin: 0 0 20px 0;
	background: url(../images/top/st_news.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#index #main div.info_con div.feed_con h3 a {
	width: 88px;
	height: 20px;
	margin: 0 0 0 230px;
	display: block;
	overflow: hidden;
}

#index #main div.info_con div.feed_con div.feed_list {
	margin: 0 0 15px 0;
}

#index #main div.info_con div.feed_con div.feed_list h5 {
	margin: 0 0 5px 0;
}

#index #main div.info_con div.feed_con div.feed_list h5 span {
	padding: 0 5px;
	background-color: #38638D;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
}

#index #main div.info_con div.feed_con div.feed_list h5 a {
	color: #38638D;
}

#index #main div.info_con div.feed_con div.feed_list p a {
	text-decoration: none;
}

#index #main div.info_con div.feed_con div.feed_list p a:hover {
	text-decoration: underline;
}

/* トピックス */
#index #main div.info_con div.topics_con {
	width: 318px;
	float: right;
}

#index #main div.info_con div.topics_con h3 {
	width: 319px;
	height: 20px;
	margin: 0 0 20px 0;
	background: url(../images/top/st_info.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#index #main div.info_con div.topics_con p {
	width: 319px;
	height: 100px;
	margin: 0 0 10px 0;
}



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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
* html #index #main div#plan_con div.txt {padding: 0 0 10px 0;}
* html #index #main div#plan_con p.img {margin: 5px 5px 5px 10px;}

* html #index #main div#plan_con #osusume_dish_cate,
* html #index #main div#plan_con #osusume_spa_cate,
* html #index #main div#plan_con #osusume_carriage_cate,
* html #index #main div#plan_con #otoku_discount_cate,
* html #index #main div#plan_con #otoku_family_cate,
* html #index #main div#plan_con #otoku_morning_cate {
	height: 150px;
	overflow: auto;
}

* html #index #main div#plan_con p.img {
	margin-bottom: 40px;
}

/*プラン紹介部分調整*/
* html #index #main div#plan_con div.txt {
	overflow: hidden;
	margin-right: 15px;
}
