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

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
html {
	background: url(../images/bg_body.gif) repeat-x;
}

body {
	background: url(../images/bg_page.gif) repeat-y center;
	color: #000;
	font-size: small;
	font-family: Verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

a:link {
	color: #6e0d25;
	text-decoration: underline;
}

a:visited {
	color: #6e0d25;
	text-decoration: underline;
}

a:hover {
	color: #6e0d25;
	text-decoration: none;
}

a:active {
	color: #6e0d25;
	text-decoration: underline;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.img_r {
	float: right;
}

.img_l {
	float: left;
}

/* clearfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.divider {
	height:60px;
	background: url(../images/bg_divider_gray.gif) left center repeat-x;
	clear:both;
}

.txt_xsmall {
	font-size:x-small;
}

.ac {
	text-align:center;
}

.al {
	text-align:left;
}

.ar {
	text-align:right;
}

.btn_center {
	text-align:center;
	margin-top: 10px;
}

.attention {
	color: #cc0000;
}

/* -----------------------------------------------------------
	#header		ヘッダー
	
----------------------------------------------------------- */
#header {
	width: 950px;
	height:79px;
	margin: 0 auto;
	background: url(../../images/img_header.gif) left top no-repeat;
}

#header h1 {
	padding: 22px 0 0 20px;
}

/* -----------------------------------------------------------
	#con_main		メインイメージ、グローバルメニュー
	
----------------------------------------------------------- */

/* メインイメージ部分等 */
#con_main {
	width: 950px;
	height: 283px;
	position: relative;
	margin: 0 auto;
}

#con_main #con_navi {
	width: 950px;
	height: 83px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: url(../../images/bg_navi.png) left top repeat-x;
}

/* サブメニュー */
#con_main #con_navi #subnav {
	width: 592px;
	height: 30px;
	margin: 0 0 0 358px;
	overflow: hidden;
}

#con_main #con_navi #subnav li {
	padding-right: 30px;
	float: left;
}

/* グローバルメニュー */
#con_main #con_navi #gnav {
	width: 950px;
}

#con_main #con_navi #gnav ul {
	width: 950px;
	height: 47px;
	background:url(../../beppu/images/menu/gnav.gif) left top no-repeat;
	overflow:hidden;	
}

#con_main #con_navi #gnav ul li {
	height: 94px;
	list-style:none outside;
	text-indent:-9999px;
	float:left;
}

#con_main #con_navi #gnav li a {
	height: 47px;
	display:block;
	overflow:hidden;
}

#con_main #con_navi #gnav .gn_business {
	width:201px;
}

#con_main #con_navi #gnav .gn_sight {
	width:158px;
}

#con_main #con_navi #gnav .gn_rooms {
	width:84px;
}

#con_main #con_navi #gnav .gn_hot_spring {
	width:84px;
}

#con_main #con_navi #gnav .gn_rest {
	width:98px;
}

#con_main #con_navi #gnav .gn_fac {
	width:91px;
}

#con_main #con_navi #gnav .gn_access {
	width:100px;
}

#con_main #con_navi #gnav .gn_packages {
	width:134px;
}

/* ビジネスでご利用のお客さま */
#business  #con_navi #gnav .gn_business a,
#con_main #con_navi #gnav .gn_business a:hover {
	background: url(../../beppu/images/menu/gnav.gif) no-repeat 0 -47px;
}

/* 観光でご利用のお客さま */
#sightseeings  #con_navi #gnav .gn_sight a,
#con_main #con_navi #gnav .gn_sight a:hover {
	background: url(../../beppu/images/menu/gnav.gif) no-repeat -201px -47px;
}

/* お部屋 */
#con_main #con_navi #gnav .gn_rooms a:hover,
#rooms #con_main #con_navi #gnav .gn_rooms a {
	background: url(../../beppu/images/menu/gnav.gif) no-repeat -359px -47px;
}

/* 温泉 */
#con_main #con_navi #gnav .gn_hot_spring a:hover,
#hot_spring #con_main #con_navi #gnav .gn_hot_spring a {
	background: url(../../beppu/images/menu/gnav.gif) no-repeat -443px -47px;
}

/* レストラン */
#con_main #con_navi #gnav .gn_rest a:hover,
#restaurants #con_main #con_navi #gnav .gn_rest a {
	background: url(../../beppu/images/menu/gnav.gif) no-repeat -527px -47px;
}

/* 館内施設 */
#con_main #con_navi #gnav .gn_fac a:hover,
#facilities #con_main #con_navi #gnav .gn_fac a {
	background: url(../../beppu/images/menu/gnav.gif) no-repeat -625px -47px;
}

/* アクセス */
#con_main #con_navi #gnav .gn_access a:hover,
#access #con_main #con_navi #gnav .gn_access a {
	background: url(../../beppu/images/menu/gnav.gif) no-repeat -716px -47px;
}

/* プラン一覧 */
#con_main #con_navi #gnav .gn_packages a:hover {
	background: url(../../beppu/images/menu/gnav.gif) no-repeat -816px -47px;
}

/*----------------------------------------------------
	#contents	コンテンツ
	
----------------------------------------------------*/
#contents {
	width: 950px;
	margin: 0 auto 40px;
}

/*----------------------------------------------------
	#main	コンテンツ（左側）
	
----------------------------------------------------*/
#contents #main {
	width: 680px;
	float: left;
}

#contents #main h2 {
	margin-bottom: 20px;
}









/*----------------------------------------------------
	#side	コンテンツ（右側）
	
----------------------------------------------------*/
#contents #side {
	width: 250px;
	float: right;
}

/* 空室検索 */
#contents #side .con_search {
	width: 248px;
	background-color: #e8e5db;
	border: 1px solid #5b0015;
	font-size: x-small;
}

#contents #side .con_search .box_search {
	width: 240px;
	background-color: #fff;
	margin: 4px;
}

#contents #side .con_search .box_search .txt_reservation {
	padding: 12px 0 0 12px;
}

#contents #side .con_search .box_search .box_search_inner {
	width: 215px;
	padding: 10px 0 10px 25px;
}

#contents #side .con_search .box_search .box_search_inner .btn_search {
	margin: 10px 0 5px;
	text-align: center;
}

#contents #side .con_search .box_search .box_search_inner .btn_plan_list {
	text-align: center;
}


/* 航空券付きバナーエリア */
#contents #side .con_search .box_search .con_airplan {
	margin-bottom: 10px;
}

/* お客様の声等 */
#contents #side .con_search .box_search .con_info {
	padding-bottom: 10px;
}

/* アクセスマップ */
#contents #side .con_access {
	width: 248px;
	background-color: #e8e5db;
	border: 1px solid #d2d2d2;
}

#contents #side .con_access .box_access {
	width: 240px;
	background-color: #fff;
	margin: 4px;
}

#contents #side .con_access .box_access .img_map {
	padding: 0 0 10px 0;
}

#contents #side .con_access .box_access .txt_description {
	width: 200px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-align: left;
}

#contents #side .con_access .box_access .btn_access {
	padding: 0 0 15px 0;
	text-align: center;
}

/* 館内施設のご案内 */
#contents #side .con_fac_info {
	width: 238px;
	padding: 6px;
	margin-bottom: 40px;
	background: url(../../images/bg_recommend_square.gif) left top repeat;
}

#contents #side .con_fac_info p {
	margin-bottom: 5px;
}

#contents #side .con_fac_info p.last {
	margin-bottom: 0;
}

/* グループホテル */
#contents #side .con_group {
	margin-bottom: 10px;
}

/* QRコード */
#contents #side .con_mobile {}

/*----------------------------------------------------
	#footer	フッター
	
----------------------------------------------------*/
#footer {
	width: 950px;
	padding: 40px 0 0 0;
	clear: both;
}

#footer dl {
	line-height: 1.2;
}

#footer dl dt {
	width:10em;
	margin-bottom:-16px;
	padding-top:6px;
	padding-left:2px;	
	white-space:nowrap;
	font-weight: bold;
}

#footer dl dd {
	padding:0 6px 0 11em;
}

/*----------------------------------------------------
	#topicpath	パンクズ
	
----------------------------------------------------*/
#topicpath {
	width: 950px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#topicpath ul {
	width: 950px;
	overflow: hidden;
}

#topicpath li {
	margin-right: 3px;
	padding-left: 10px;
	list-style: none outside;
	display: block;
	background: url(../../images/ic_topicpath.gif) 1px 6px no-repeat;
	float: left;
}

#topicpath li.home {
	background: none;
	padding-left: 0;
}

#topicpath li.home a {
	font-weight: bold;
}

/*----------------------------------------------------
	テーブル BASIC
----------------------------------------------------*/
table.tbl_basic {
	width: 100%;
	border: none;
}

table.tbl_basic th,
table.tbl_basic td {
	border-top:1px dotted #b7b7b2;
	border-bottom:1px dotted #b7b7b2;
}

table.tbl_basic th {
	width:155px;
	padding-left:10px;
	text-align:left;
	font-weight:normal;
	color: #4c603f;
	background: #e8e8ce;
}

table.tbl_basic td {
	padding:10px;
	text-align:left;
	background:#fff;
}

/*----------------------------------------------------
	テーブル PLAN
----------------------------------------------------*/
table.tbl_plan {
	width: 100%;
	border-top:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}

table.tbl_plan th,
table.tbl_plan td {
	border-left:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}

table.tbl_plan th {
	width:35px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color: #fff;
	background: #000;
	white-space: nowrap;
}

table.tbl_plan td {
	padding:2px 2px 2px 5px;
	text-align:left;
	background:#fff;
	font-weight:bold;
}

table.tbl_plan td span {
	color: #6e0d25
}

table.tbl_plan td span.terms {
	font-weight: normal;
	font-size: x-small;
	line-height: 1.3;
	color: #000;
}

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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
/* サブメニュー */
* html {}