@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	ページ専用指定
----------------------------------------------------------- */

/* ページ幅設定
------------------------------------------*/
#top #page {
	width: 100%;
}

/* ヘッダー位置指定
------------------------------------------*/
#header {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	clear: both;
}

/* ヘッダー部背景画像
------------------------------------------*/
#top #wrapper {
	width: 100%;
	background: url(../images/top/bg_flash.gif) center top repeat-x;
}

/* グローバルメニュー背景画像
------------------------------------------*/
#top #gnav_con ul#gnav{
	width: 950px;
	height: 60px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../images/gnav.jpg) left -5px no-repeat;
	clear: both;
}

#top ul#gnav li {
	height: 60px;
	float: left;
}

#top ul#gnav li a{
	height: 60px;
	overflow: hidden;
	display: block;
}


/* お料理 */
#top ul#gnav li.nav_dishes a:hover{ background: url(../images/top/gnav.gif) 0px -70px; }

/* お部屋 */
#top ul#gnav li.nav_rooms a:hover{ background: url(../images/top/gnav.gif) -110px -70px; }

/* 温泉 */
#top ul#gnav li.nav_hotspa a:hover{ background: url(../images/top/gnav.gif) -220px -70px; }

/* 接客・癒やし */
#top ul#gnav li.nav_relaxation a:hover{ background: url(../images/top/gnav.gif) -325px -70px; }

/* 館内施設 */
#top ul#gnav li.nav_facilities a:hover{ background: url(../images/top/gnav.gif) -485px -70px; }

/* 当館でのすごし方 */
#top ul#gnav li.nav_stay a:hover{ background: url(../images/top/gnav.gif) -615px -70px; }

/* プラン・ご予約 */
#top ul#gnav li.nav_plan a:hover{ background: url(../images/top/gnav.gif) -800px -70px; }


/* Flash
------------------------------------------*/
#top div#swf_con {
	width: 100%;
	height: 490px;
	text-align: center;
}


/* カラム関係
------------------------------------------*/
#top #contents {
	width: 950px;
	margin: 0 auto;
	background: url(../images/top/bg_contents.gif) repeat-y;
	clear: both;
	oveflow: hidden;
}

#top #sub {
	background-color: transparent;
}




/* -----------------------------------------------------------
	コンテンツ
----------------------------------------------------------- */

/* こだわり
------------------------------------------*/
#top div.kodawari {
	width: 720px;
	height: 345px;
	margin: 10px 0 30px 0;
	background: url(../images/top/bg_topbn.gif) no-repeat bottom left;
	overflow: hidden;
}

#top div.kodawari h4 {
	width: 183px;
	height: 172px;
	margin: 0 0 0 40px;
	background: url(../images/top/st_kodawari.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}

#top div.kodawari h5,
#top div.kodawari p.txt {
	display: none;
}

#top div.kodawari p {
	padding: 105px 0 0 10px;
}

#top div.kodawari div.bn_dish {
	width: 225px;
	height: 145px;
	margin: 30px 0 0 15px;
	background: url(../images/top/bg_dish.jpg) no-repeat 0 0;
	float: left;
}

#top div.kodawari div.bn_hotspa {
	width: 225px;
	height: 145px;
	margin: 30px 0 0 15px;
	background: url(../images/top/bg_hotspa.jpg) no-repeat 0 0;
	float: left;
}

#top div.kodawari div.bn_scene {
	width: 225px;
	height: 145px;
	margin: 10px 0 0 8px;
	background: url(../images/top/bg_scene.jpg) no-repeat 0 0;
	float: left;
}

#top div.kodawari div.bn_omotenashi {
	width: 225px;
	height: 145px;
	margin: 10px 0 0 8px;
	background: url(../images/top/bg_omotenashi.jpg) no-repeat 0 0;
	float: left;
}

#top div.kodawari div.bn_fish {
	width: 225px;
	height: 145px;
	margin: 10px 0 0 15px;
	background: url(../images/top/bg_fish.jpg) no-repeat 0 0;
	float: left;
}



/* タブ - プラン表示
------------------------------------------*/
#top div.plan_con {
	width: 720px;
	margin: 0 0 40px 0;
}

/* タブメニュー */
#top div.plan_con ul.tabnav {
	width: 720px;
	height: 46px;
	background: url(../images/top/menu_tbplan.gif) no-repeat 0 -46px;
	text-indent: -9999px;
	overflow: hidden;
}

#top div.plan_con ul.tabnav li {
	float: left;
}

#top div.plan_con ul.tabnav li a {
	display: block;
	overflow: hidden;
}

/* タブメニュー - おすすめ */
#top div.plan_con ul.tabnav li.tb_osusume,
#top div.plan_con ul.tabnav li.tb_osusume a {
	width: 165px;
	height: 46px;
}

#top div.plan_con ul.tabnav li.tb_osusume a:hover,
#top div.plan_con ul.tabnav li.tb_osusume a.active {
	background: url(../images/top/menu_tbplan.gif) no-repeat 0 0;
}

/* タブメニュー - 人気 */
#top div.plan_con ul.tabnav li.tb_popular,
#top div.plan_con ul.tabnav li.tb_popular a {
	width: 165px;
	height: 46px;
}

#top div.plan_con ul.tabnav li.tb_popular a:hover,
#top div.plan_con ul.tabnav li.tb_popular a.active {
	background: url(../images/top/menu_tbplan.gif) no-repeat -165px 0;
}

/* タブメニュー - 期間限定 */
#top div.plan_con ul.tabnav li.tb_limited,
#top div.plan_con ul.tabnav li.tb_limited a {
	width: 165px;
	height: 46px;
}

#top div.plan_con ul.tabnav li.tb_limited a:hover,
#top div.plan_con ul.tabnav li.tb_limited a.active {
	background: url(../images/top/menu_tbplan.gif) no-repeat -330px 0;
}

/* タブメニュー内 - 一覧ボタン */
#top div.plan_con ul.tabnav li.tb_list a {
	width: 130px;
	height: 20px;
	margin: 10px 0 0 90px;
}



/* プラン表示 */
#top div.plan_con div#osusume,
#top div.plan_con div#popular,
#top div.plan_con div#limited {
	width: 690px;
	padding: 15px;
	background: url(../images/top/bg_plans.jpg) left bottom no-repeat;
	overflow: hidden;
}

#top div.plan_con p.planlist {
	width: 330px;
	margin: 0 10px 0 0;
	float: left;
}

#top div.plan_con a:link,
#top div.plan_con a:visited {
	color: #9e3a33;
	text-decoration: none;
}

#top div.plan_con a:hover,
#top div.plan_con a:active{
	color: #9e3a33;
	text-decoration: none;
}

#top div.plan_con p.planlist a{
	width: 320px;
	padding: 5px;
	display: block;
	overflow: hidden;
}

#top div.plan_con p.planlist a:hover,
#top div.plan_con p.planlist a:active{
	width: 320px;
	height: auto;
	background: url(../images/top/bg_plans_hover.jpg) right bottom no-repeat;
	color: #9e3a33;
	text-decoration: none;
}

#top div.plan_con p.planlist span.title{
	font-weight: bold;
	line-height: 2;
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}

#top div.plan_con p.planlist span.text{
	font-size: 90%;
	text-decoration: none;
	color: #9e3a33;
}

#top div.plan_con p.planlist span.photo {
	margin:0 10px 0 0;
	border: 1px #d8d8d8 solid;
	float: left;
}

#top div.plan_con p.planlist span.photo img {
	border: 3px #fff solid;
	float: left;
}

/* 新着情報
------------------------------------------*/
#top div.news_con {
	width: 690px;
	height: 190px;
	padding: 15px;
	margin: 0 0 40px 0;
	background: url(../images/top/bg_news.jpg) no-repeat 0 0;
}

#top div.news_con div.txt {
	width: 130px;
	float: left;
}

#top div.news_con div.txt h4 {
	display: none;
}

#top div.news_con div.txt p {
	margin: 50px 0 0 0;
}

#top div.news_con div#news {
	width: 545px;
	height: 190px;
	overflow: auto;
	float: right;
}

#top div.news_con div#news p {
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
}

#top div.news_con div#news p span.photo img{
	width: 76px;
	height: 56px;
	margin: 0 10px 0 0;
	border: 2px solid #FFF;
	float: left;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/

/* 位置調整 */
* html #top div.kodawari h4 {margin: 0 0 0 20px;}
* html #top div.kodawari div.bn_dish {margin: 30px 0 0 20px;}
* html #top div.kodawari div.bn_hotspa {margin: 30px 0 0 10px;}
* html #top div.kodawari div.bn_scene {margin: 10px 0 0 5px;}
* html #top div.kodawari div.bn_omotenashi {margin: 10px 0 0 10px;}
* html #top div.kodawari div.bn_fish {margin: 10px 0 0 10px;}


/* 回り込み対策 */
* html #top div.plan_con div.tbplan div.planlist p.txt {zoom: 1;}


/* 2010/6/21追記 rzseo border消去対策 */
div.sbox table,
div.sbox table td,
div.sbox table tr {
		border: 0px;
		}

