@charset "UTF-8";

/*  基本
---------------------------------------------------------------*/
 *{  margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height: 140%;
}

IE7用ハック
*:first-child+html body { font-size: small; }
IE6用ハック
*html body { font-size: small; }

/* レイアウト基本
---------------------------------------------------------------*/
body {
	background-image: url(../img/back.gif);
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	background-color: #000000;
	background-repeat: repeat-x;
	/*word-break: break-all;長いURL(半角英数字）を強制改行させるには、CSSで「word-break: break-all;」を指定すれば良い。これはIEの独自拡張で、IE5.0から対応しています。--*/
}

#content {
	width: 764px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	background-image: url(../img/grow2.png);
}

#head {
	width: 750px;
	min-height: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#blankbox {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 750px;
}

 /*トップページのイメージ
---------------------------------------------------------------*/
.table_top {
	background-color: #000000;
}

div#content h1{  /*-----ロゴ-----*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 156px;
}


 グローバルナビゲーション
--------------------------------------------------------------*/ 
ul,ol,li {
	list-style:none;
}
	


#navi {
	padding: 0px;
	width: 750px;
	height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 

#navi ul li {
	float: left;
	padding: 0px; /*---★★--- --*/
	margin: 0px; /*---★★--- --*/
}

#navi ul a {
	display: block;
	height: 45px;
	width: 125px;
	text-indent: -9999px;
}

#navi li {
	padding: 0px; /*---★★--- --*/
	margin: 0px; /*---★★--- --*/
	display: block;
	height: 45px;
	width: 125px;
	background-position: left top;
}


 ナビゲーションの箇条書きは横並びリスト 
#navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li a {
  overflow: hidden;
}

li#navi_room { /*---GUEST ROOM--- -*/ 
	background-image: url(../img/navi01.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_room a:hover { /*---GUEST ROOMオンマウス-----*/ 
	background-image: url(../img/navi01_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_room2 { /*---GUEST ROOMページステイ--- --*/
	background-image: url(../img/navi01_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_system { /*---SYSTEM----*/ 
	background-image: url(../img/navi02.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_system a:hover { /*---SYSTEMオンマウス--- --*/
	background-image: url(../img/navi02_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_system2 {  /*---SYSTEMステイ--- --*/
	background-image: url(../img/navi02_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_price {  /*---PRICE--- --*/
	background-image: url(../img/navi03.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_price a:hover {  /*---PRICEオンマウス--- --*/
	background-image: url(../img/navi03_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_price2 {  /*---PRICEページステイ--- --*/
	background-image: url(../img/navi03_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_service {  /*---ROOM SERVICE--- --*/
	background-image: url(../img/navi04.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_service a:hover {  /*---ROOM SERVICEオンマウス--- --*/
	background-image: url(../img/navi04_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_service2 {  /*---ROOM SERVICEステイ--- --*/
	background-image: url(../img/navi04_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

li#navi_member {  /*---MEMBER--- --*/
	background-image: url(../img/navi05.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_member a:hover {  /*---MEMBERオンマウス--- --*/
	background-image: url(../img/navi05_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_member2 {  /*---MEMBERステイ--- --*/
	background-image: url(../img/navi05_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_access {  /*---ACCESS--- --*/
	background-image: url(../img/navi06.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_access a:hover {  /*---ACCESSオンマウス--- --*/
	background-image: url(../img/navi06_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

li#navi_access2 { /*---ACCESSステイ----*/ 
	background-image: url(../img/navi06_f2.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 


 /* リンク
---------------------------------------------------------------*/

a:link {
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#992627;
}	
a:focus {
	color:#992627;
}
a:active {
	color:#992627;
}



  /*トップページレイアウト
---------------------------------------------------------------*/
div#containerinner{
	width:750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	overflow: hidden;
}


 /* コンテンツ
------------------------------------------------------------ --*/
div#contentmain{
	width:520px;
	float: left;
	padding-left: 20px;
}

div#contentmain_n{
	width:505px;
	float: right;
	padding-right: 20px;
}


  /*サイド
------------------------------------------------------------ --*/
div#contentsub{
	width:198px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#contentsub_n{
	width:204px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



 /* コンテンツ
------------------------------------------------------------ --*/
.sectionmain{
	width:480px;
	background:#ffffff;
	margin-bottom: 26px;
 	overflow: hidden;-- 
}

#aboutbox {
	background-image: url(../img/mi2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 475px;
	text-align: left;
	height: 118px;
}




 /* サイドメニュー
------------------------------------------------------------ --*/
ul#banner li{
	width:198px;
	margin-bottom: 10px;
}



  /*フッター
------------------------------------------------------------ --*/
#footer{
	height:70px;
	width: 750px;
	padding-top: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	clear: left;
}


#footerbox{
	width:500px;
	margin:0 0 0 16px;
}

 for IE6 hack 
* html div#footer div#footerBox{
	margin:0
}

#footerbox ul{
	float:left;
	padding:4px 0 0 0;
}

#footerbox li{
	display:inline;
	padding:0 0 0 12px;
	border-right:#666666 1px solid;
}

#footerbox li a{
	padding:0 12px 0 0;
	text-decoration:none;
}

.footerbox2{
	width:200px;
	margin:0 16px 0 0;
}


.foot_copyright {
	text-align: center;
	width: 680px;
	border-top:#666666 1px solid;
	padding-top: 10px;
	float: left;
	margin-top: 5px;
	margin-right: 16px;
	margin-bottom: 5px;
	margin-left: 16px;
	clear: both;
}


div#footerInner ul.backtop{
	text-align:right;
	margin:0 28px 4px 0;
	padding:20px 0 0 0; 
}


div#footerInner ul.backtop li a{
	background:url(../common/mk_backtop.gif) no-repeat right 50%;
	padding:0 12px 0 0;
	text-decoration:none;
}



div#footerInner div#footerBox address{
	float:right;
	padding:5px 12px 0 0;
	font-size:84%;
}
 for IE6 hack 
* html div#footerInner div#footerBox address{
	letter-spacing:0.1em;
}

.copyright {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}


 /*ニュース
------------------------------------------------------------ --*/
dl {
	background-image: url(../img/lineten.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding: 12px 0px;
}

dt {
	padding:0 28px 0 0;
}

.new {
	background-image: url(../img/new.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

 /*ニュース詳細ページ
------------------------------------------------------------ --*/
.newsBox{
	margin:0 0 30px 0;
	background:url(../img/bg_newsline.gif) repeat-x 0 bottom;
	padding-bottom: 8px;
}
.newsBox h3{
	font-size:134%;
	margin:0 0 8px 0;
}
.newsBox p{
	padding:0 0 12px 0;
}



  /*ニュースの疑似フレーム（下の2つが必ず必要）
---------------------------------------------------- --*/
#newsbox {
	height: 195px;
	width: 480px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	overflow:auto;
}

#newsbox2 {
	padding:2px;
	height:105%;
}



  /*フォントスタイル
------------------------------------------------------------ --*/
.redBoldL{
color:#992627;
font-weight:bold;
font-size:1em;
}

 /* 線head
------------------------------------------------------------ --*/
hr {
color: #666666;
height: 1px;
border-style: dotted;
margin-top: 2em;
margin-bottom: 2em;
}


  /*マージン
------------------------------------------------------------ --*/

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.ml5{margin-left:5px;}
.ml15{margin-left:15px;}
.mr15{margin-right:15px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}


.head_img1 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg01.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}

.head_img2 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg02.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}
.head_img3 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg03.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}
.head_img4 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg04.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}

.head_img5 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg05.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}
.head_img6 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg06.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}

.head_img7 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg07.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}

.head_img8 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg08.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}

.head_img9 {
	background-repeat: no-repeat;
	background-image: url(../img/topimg09.jpg);
	height: 102px;
	width: 750px;
	text-indent: 0px;
	display: block;
	text-align: right;
}
  /*サイトマップ
------------------------------------------------------------ --*/

div#sitemap h2{
	margin:0 0 20px 0;
}
div#sitemap a{
	text-decoration:none;
}
div#sitemap p{
	margin:0 0 14px 0;
}
div#sitemap dl{
	width:230px;
	margin:0 0 24px 0;
	padding:0 0 12px 0;
	background-image: url(../img/bg_newsline.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
div#sitemap dl dt{
	font-size:117%;
	margin:0 0 8px 0;
	padding:0 0 0 4px;
	font-weight:bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #905140;
}
div#sitemap dl dt a{
	color:#383B3F;
}
div#sitemap dl dd{
	margin:0 0 4px 0;
	padding:0 0 0 8px;
}
div#sitemap dl dd a{
	padding:0 0 0 6px;
	background-image: url(../img/ya03.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
div#sitemap h3{
	margin:0 0 3px 0;
	font-weight:normal;
}
div#sitemap ul{
	padding:0 0 12px 0;
}
div#sitemap li{
	float:left;
	margin:0 12px 0 0;
}
div#sitemap li a{
	padding:0 6px 0 6px;
	background:url(../img/ya03.gif) no-repeat 0 50%;
}
div#sitemap td.width249{
	width:268px;
}
.mincho {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 117%;
	line-height: 150%;
}
