@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 14px/1.4 "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
color:#fff;
background: #3e3e3e url(../img/bg.png) repeat-x top;
}

a{color:#dab86e;text-decoration:none;}
a:hover{color:#fcd78f;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(../img/header.gif) no-repeat 0 100px;
background-position:right;
background-position:100% 50px;
height: 115px;
}

#header h1 {
padding: 3px 0 5px;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
width: 910px;
height: 31px;
background:url(../img/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(../img/topnav.gif) no-repeat;
}

ul#topnav a#nav01{background-position:0 0;}
ul#topnav a#nav02{background-position:-130px 0;}
ul#topnav a#nav03{background-position:-260px 0;}
ul#topnav a#nav04{background-position:-390px 0;}
ul#topnav a#nav05{background-position:-520px 0;}
ul#topnav a#nav06{background-position:-650px 0;}
ul#topnav a#nav07{background-position:-780px 0;}

ul#topnav a#nav01:hover, ul#topnav li.active a#nav01{background-position:0 -46px;}
ul#topnav a#nav02:hover, ul#topnav li.active a#nav02{background-position:-130px -46px;}
ul#topnav a#nav03:hover, ul#topnav li.active a#nav03{background-position:-260px -46px;}
ul#topnav a#nav04:hover, ul#topnav li.active a#nav04{background-position:-390px -46px;}
ul#topnav a#nav05:hover, ul#topnav li.active a#nav05{background-position:-520px -46px;}
ul#topnav a#nav06:hover, ul#topnav li.active a#nav06{background-position:-650px -46px;}
ul#topnav a#nav07:hover, ul#topnav li.active a#nav07{background-position:-780px -46px;}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 20px 0;
display: inline;
}

#main h2{
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 14px;
font-weight: normal;
color: #fff;
font-weight:bold;
background: url(../img/heading.png) no-repeat;
}

#main h2.sayu{
width:279px;
padding: 0 0px 0px 20px;
line-height: 40px;
font-size: 14px;
font-weight: normal;
color: #fff;
font-weight:bold;
background: url(../img/titile_m299.gif) no-repeat;
}

#main h3 {
font-size: 14px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #dab86e;
border-bottom: 1px solid #cccccc;
}

#main h4 {
	background-image: url(../img/title_m598.gif);
	background-repeat: no-repeat;
	height:24px;
	padding-left:18px;
	font-size:14px;
	color:#ffe38d;
}

#main .box{
	margin:0 10px;
}

/* メニューリスト */
#main #menu_list ul{
	margin:0px;
	padding:0px;
	padding-top:5px;
}

#main #menu_list li{
	list-style:none;
	background-image: url(../img/b_list.gif);
	background-repeat: no-repeat;
	padding-left:23px;
	padding-bottom:2px;
	font-size:16px;
}

/* メニューリスト ホテル用 */
#main #menu_list02 ul{
	margin:0px;
	padding:0px;
}

#main #menu_list02 li{
	list-style:none;
	background-image: url(../img/b_list.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:12px;
	padding-bottom:2px;
	font-size:14px;
	float:left;
}



/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#dab86e;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #3e3e3e url(../img/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#dab86e;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}

#title_l{
	background: url(../img/title_l.jpg) no-repeat;
	width:578px;
	height:51px;
	color:#835d08;
	font-size:18px;
	font-weight:bold;
	padding-left:40px;
	padding-top:27px;
}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0;
}

#sidebar h3 {
padding: 0 10px 0 23px;
line-height: 40px;
font-size: 14px;
font-weight: normal;
color: #fff;
font-weight:bold;
background: url(../img/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #a0854a;
}

#sidebar li a{
background: url(../img/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}

.sub_box{
	margin:0 10px;
}

#sub_info{
	background:url(../img/sub_info_bg.gif) no-repeat;
	width:227px;
	height:81px;
	padding-left:18px;
}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #333;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 5px 0px 5px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

#manu_box{
float: right;
margin: 10px 0px 10px 10px;
line-height: 1.2;
text-align:center;
}

/*************
/* トップページ
*************/

#main #news_list dl{
	margin:0px;
	padding:0px;
	padding-top:10px;
}

#main #news_list dt {  
	 float:left;  
	 width:110px;
}  
#main #news_list dd {  
	width:400px;
	margin-left:110px;  
} 

/*************
/* コンセプトページ
*************/

#main h4.concept{
	background-image: url(../img/concept_hoshi.gif);
	background-repeat: no-repeat;
	height:19px;
	padding-top:4px;
	padding-left:31px;
	font-size:14px;
	color:#ffe38d;
}

/*************
/* システムページ
*************/

.flow_left{
	width:72px;
	float:left;
}

.flow_right{
	width:500px;
	float:left;
}

/*************
/* メニュー・料金表ページ
*************/

#main h5#aroma01{
	background-image: url(../img/menu_title_aroma01.gif);
	background-repeat: no-repeat;
	height:22px;
	padding-top:4px;
	padding-left:20px;
	font-size:14px;
	color:#ffa13d;
}

#main h5#aroma02{
	background-image: url(../img/menu_title_aroma02.gif);
	background-repeat: no-repeat;
	height:22px;
	padding-top:4px;
	padding-left:20px;
	font-size:14px;
	color:#e48aef;
}

#main h5#aroma03{
	background-image: url(../img/menu_title_aroma03.gif);
	background-repeat: no-repeat;
	height:22px;
	padding-top:4px;
	padding-left:20px;
	font-size:14px;
	color:#ffde00;
}

#main h5#aroma04{
	background-image: url(../img/menu_title_aroma04.gif);
	background-repeat: no-repeat;
	height:22px;
	padding-top:4px;
	padding-left:20px;
	font-size:14px;
	color:#7dc564;
}

.aroma_txt{
	padding-left:20px;
}

/*************
/* よくある質問ページ
*************/

#main #qa_q ul{
	margin:0px;
	padding:0px;
}

#main #qa_q li{
	list-style:none;
	background-image: url(../img/qa_img_q.gif);
	background-repeat: no-repeat;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:14px;
}

#main #qa_q a{
	text-decoration: underline;	
}

#main #qa_q a:hover{
	text-decoration: none;
}

#main #qa_set dl {
	margin-bottom:0px;
}

#main #qa_set dl dt {
	background-image: url(../img/qa_img_q.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	padding-left:40px;
	padding-top:7px;
	padding-bottom:10px;
}

#main #qa_set dl dd {	
	background-image: url(../img/qa_img_a.gif);
	background-repeat: no-repeat;
	margin-left:0px;
	padding-top:7px;
	padding-bottom:0px;
	padding-left:40px;	
}

/*************
/* お客様の声ページ
*************/
.voice_left{
	width:67px;
	float:left;
}

.voice_right{
	float:left;
	width:530px;
}

.voice_man{
	color:#7aceeb;
	font-weight:bold;
}

.voice_woman{
	color:#f19bc2;
	font-weight:bold;
}

/*************
/* 出勤表ページ
*************/
.staff_left{
	width:348px;
	float:left;
}

.staff_right{
	float:right;
}

#main h4.staff{
	background-image: url(../img/title_staff.gif);
	background-repeat: no-repeat;
	height:24px;
	padding-left:18px;
	font-size:14px;
	color:#ffe38d;	
}

/*************
/* 会社概要ページ
*************/

#main #about_list dl{
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-left:30px;
}

#main #about_list dt {  
 float:left;  
 width:130px;
 font-weight:bold;  
}  
#main #about_list dd {  
	width:400px;
	margin-left:130px;  
} 

/*************
/* リンク集 
*************/

#main .link_set ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
	padding-left:10px
}

#main .link_set li {
	background-image: url(../img/link_img01.gif);
	background-repeat: no-repeat;
	padding-left:23px;
	padding-bottom:12px;
	line-height:18px;
}


/*************
/* 汎用
*************/
.space10{
	margin-top:10px;
}

.space20{
	margin-top:20px;
}

.space30{
	margin-top:30px;
}

.space40{
	margin-top:40px;
}

.space50{
	margin-top:50px;
}

.space60{
	margin-top:60px;
}

.space10p{
	padding-top:10px;
}

.space20p{
	padding-top:20px;
}

.space30p{
	padding-top:30px;
}

.space40p{
	padding-top:40px;
}

.space50p{
	padding-top:50px;
}

.space60p{
	padding-top:60px;
}

.floatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.floatright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.floatclear{
	clear: both;
	margin:0px;
	padding:0px;
}

.posi_center{
	text-align:center;
}

.posi_right{
	text-align:right;
}

p#pan{
	font-size:12px;
	margin-left:295px;
}

div#main .b_pagetop{
	float: right;
	margin-top:10px;
}

table.price01 {
   border-collapse: collapse;
   margin:auto;
   color:#333333;
}

table.price01 td {
   border-width: 1px 1px; /* 上下だけ引く */
   border-color: #3e3e3e; 
   border-style: solid; 
   padding: 15px 0px 15px 10px; /* セル内側の余白 */
   text-align:left;
}

table.recruit {
   border-collapse: collapse;
   margin:auto;
}

table.recruit td {
   border-width: 1px 1px; /* 上下だけ引く */
   border-color: #6f6f6f; 
   border-style: solid; 
   padding: 15px 0px 15px 10px; /* セル内側の余白 */
}

table.hotel {
   border-collapse: collapse;
   margin:auto;
}

table.hotel td {
   border-width: 1px 1px; /* 上下だけ引く */
   border-color: #6f6f6f; 
   border-style: solid; 
   padding: 10px 0px 10px 10px; /* セル内側の余白 */
   font-size:12px;
}

#main .txtred{
	color:#dc0000;
	font-weight:bold;	
}

#main .txtora{
	color:#ff8800;
	font-weight:bold;	
}

#main .txtwhi{
	color:#fff;
	font-weight:bold;	
}

#main .txtyel{
	color:#ffe38d;
	font-weight:bold;	
}


