@charset "UTF-8";

/*----------------------------------------------------
    Body
----------------------------------------------------*/

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,address,img,table,th,td,fieldset,dt,em,dd {
	margin:0;
	padding:0;
}

body {
	min-width:900px;
	text-align:center;	
	font-family:"ＭＳ Ｐゴシック", "ＭＳ ゴシック", Arial;
	font-size:12px;
	background:#200 url('../img/wood.png') 0 0 fixed repeat;
	line-height:140%;
}



/*----------------------------------------------------
    Img
----------------------------------------------------*/

img {
	border:0;
	vertical-align:bottom;
	display:block;
}

address {
	font-style:normal;
	font-weight:normal;
}

/*----------------------------------------------------
    Link
----------------------------------------------------*/

a:link {
	color:#DEB887;
	text-decoration:none;
}

a:active {
	color:#FFDAB9;
	text-decoration:none;
}

a:visited {
	color:#DEB887;
	text-decoration:none;
}

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

/*----------------------------------------------------
    hタグ
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	font-weight:600;
	font-variant:normal;
}

h1 { 
	font-size:20px;
}

h2 { 
	font-size:18px;
}

h3 { 
	font-size:16px;
}

h4 { 
	font-size:14px;
}

h5 { 
	font-size:12px;
}

/*----------------------------------------------------
    pタグ
----------------------------------------------------*/

p {
	font-size:12px;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	letter-spacing:1px;
	line-height:20px;
}

/*----------------------------------------------------
    ファンデーション
----------------------------------------------------*/

#fd { 
	width:860px;
	margin:0 auto;
	background:#fff url('../img/bg.gif') 0 0 repeat;
}

/*----------------------------------------------------
    ヘッダー
----------------------------------------------------*/

#header { 
	margin:0 30px;
	height:80px;
	width:800px;
}

#logo {
	float:left;
	height:50px;
	width:200px;
}

#logo img { 
	height:36px;
	width:200px;
}

#logo h1 {
	text-align:right;
	margin:34px 0 0 0;
}

#tel {
	float:right;
	height:50px;
	width:580px;
}

#tel h2 {
	text-align:right;
}

#tel h4 {
	text-align:right;
	margin:20px 0 0 0;
}

#header:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

/*----------------------------------------------------
    タイトル
----------------------------------------------------*/

#title {
	height:344px;
	width:800px;
	margin:0 30px 10px;
}

#title img { 
	height:344px;
	width:800px;
}

/*----------------------------------------------------
    メニュー
----------------------------------------------------*/

#menu {
	margin:2px 30px 10px 30px;
}

#menu ul {
	width:800px;
}

#menu li {
	float:left;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	text-indent:-100000px;
	width:160px;
}

#menu li a {
	height:40px;
	display:block;
}

#menu:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

#tp {
	background:#fff url('../img/top.png') 0 0 repeat-x;
}

#sv {
	background:#fff url('../img/service.png') 0 0 repeat-x;
}

#mn {
	background:#fff url('../img/menu.png') 0 0 repeat-x;
}

#gl {
	background:#fff url('../img/ballery.png') 0 0 repeat-x;
}

#rv{
	background:#fff url('../img/reservation.png') 0 0 repeat-x;
}

#ac {
	background:#fff url('../img/access.png') 0 0 repeat-x;
}

/*----------------------------------------------------
    QR
----------------------------------------------------*/

#qr {
	padding:10px 0px 10px;
	width:800px;
	height:100px;
	text-align:right;
	background:#fff url('../img/wood.png') 0 0 repeat;
	clear:both;
}

#qr h4 {
	margin:4px 10px 2px 0;
	color:#fff;
}

#qr p {	
	float:right;
	margin:2px 4px 2px 8px;
	color:#fff;
}

#qr img {
	float:right;
	margin:0 20px 0 10px;
	width:74px;
	height:74px;
}

#qr:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

#keitai img{
	float:left;
	padding:15px 20px 0 60px;
	width:154px;
	height:80px;
}

/*----------------------------------------------------
    コンテンツ
----------------------------------------------------*/

#contents {
	margin:0 30px;
	width:800px;
	min-height:500px;
	background:#fff url('../img/bg.gif') 0 0 repeat;
}

#contents:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

/*----------------------------------------------------
    サイドメニュー
----------------------------------------------------*/
#sidemenu {
	border:1px solid #200;
	background:#fff url('../img/wood.png') 0 0 repeat;
	margin:0px 0px 10px 0px;
	float:left;
	width:200px;
	height:600px;
	text-align:left;
}

#sidemenu ul {
	width:160px;
}

#sidemenu li {
	margin:20px 0px 0px 5px;
	list-style-type:none;
	width:160px;
    	padding-left: 40px;
    	background: url(../img/logo.png) no-repeat 10px -0.4em;
    	list-style: none;
}

#sidemenu li a {
	height:40px;
	display:block;
}

#sidemenu:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

/*----------------------------------------------------
    フッター
----------------------------------------------------*/
#footer {
	margin:0 30px;
	width:800px;
	color:#200;
}

#f_menu {
	float:left;
	margin:0 0 0 6px;
}

#f_menu ul {
}

#f_menu li {
	float:left;
	padding:6px 6px;
	font-size:10px;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	list-style-type:none;
}

#f_menu li a {
	display:block;
	color:#200;
}

#cpright {
	float:right;
	padding:6px 0;
	margin:0 6px 0 0;
}

#cpright address {
	font-size:10px;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	letter-spacing:1px;
}

#footer:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	visibility:hidden;
	content:".";
}

/*----------------------------------------------------
    ページトップ
----------------------------------------------------*/

.pagetop {
	float:left;
	text-align:right;
	width:580px;
	height:20px;
}

.pagetop a {
	padding:0px 30px 0px 0px;
}