﻿@charset "utf-8";
/*-- レイアウト設定用スタイルシート 右サイドバー2カラム（全ページ共通）   --*/
/*-- Copyright (C) 2013.05.30 Ver1.00,Takayo Kato, All Rights Reserved. --*/
/*-- Template TOP(top_templatev1.00.psd)に準拠　--*/
/*-- Template UNDER(under_templatev1.00.psd)に準拠　--*/

@import url(./base.css);


/*-- 文字・背景色 --*/
/*-- Template UUNDER テキスト文字色その他入力部分 --*/
body {
	color : #805C31;
	height: 100%;
	width: 100%;
	background-color: #FFF;
}

/*-- アンカー --*/
a:link {
	color : #4A361C;
	text-decoration : none;
}

a:visited {
	color : #4A361C;
}

a:active {
	color : #61ABD7;
	text-decoration : underline;
}

a:hover {
	color : #61ABD7;
	text-decoration : underline;
}
a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

/*-- 上部へボタン --*/
p.totop a {
	background-image: url(../images/totop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 17px;
	width: 84px;
	text-indent: 100%;
	margin-top: 5px;
	white-space: nowrap;
	display:block;
	overflow: hidden;
}
p.totop a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}
p.totop:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/*-- Template TOP ⑤参照 --*/
/* ページ送り用（共通）*/
div.pagenate {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
div.pagenate ul {
	list-style-type: none;
	text-align:center;
}

div.pagenate ul li {
	font-size: 13px;
	margin-right: 5px;
	color: #385fa2;
	display: inline;
}
div.pagenate ul li a {
	text-decoration: none;
	border: 1px solid #385fa2;
	line-height: 14px;
	color: #385fa2;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
div.pagenate ul li a:hover {
	color: #CCCCCC;
}
div.pagenate ul li a.link_next ,div.pagenate ul li a.link_before {
	text-decoration: none;
	border: 1px solid #385fa2;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 14px;
	color: #FFF;
	background-color: #385fa2;
}
div.pagenate ul li a.link_next:hover ,div.pagenate ul li a.link_before:hover{
	color: #94BC69;
    background-color: #FFF;
}

p.pagebute {
text-align: center;
margin: 20px 0px 10px 0px;
padding: 10px 0px 0px 0px;
border-top: 1px dotted #ccc;
}

/*-- ぱんくずリスト--*/
p.bread {
	font-size: 11px;
	margin-top: 5px;
	padding-right: 5px;
	text-align: right;
	color: #C1955E;
}
p.bread a {
	margin-right: 5px;
}

/*-- 共通デフォルトクラス--*/
div.def {
	width: 96%;
	margin-left:auto;
	margin-right:auto;
}

/* ページレイアウト　*/

/*-- ヘッダー --*/
div#header {
	width : 100%;
	margin-top: 0;
	margin-bottom: 0;
}
div#header:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/*-- ページ枠 --*/
div.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/*-- ナビゲーション　--*/
/*-- 印刷関係ないのでclearfix使わない*/
div#navi {
	margin-top: 10px;
	margin-bottom: 15px;
  width:100%;
  overflow:hidden;
}

/*-- (左サイドバー） --*/
div#leftside {
	width: 212px;
	padding-bottom: 30px;
	float: left;
}
/*-- (コンテンツ部） --*/
div#contents {
    float:right;
	width:724px;
	font-size: 12px;
	line-height: 16px;
}
div#contents:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/*--　下層ページタイトル上画像　--*/
div#titleupper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
/*-- フッター --*/
div#footer {
	width: 100%;
	clear: both;
	background-color: #977A58;
}

/*-- (印刷コンテンツ部） --*/
div#printcontents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
div#printcontents:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* ページレイアウト 終り　*/


/* 個別設定 */
/*-- ヘッダー設定 --*/

/*ロゴ*/
div#header div.header {
	width: 100%;
	text-align: center;
	position:relative;
}
/* 電話番号*/
div#header div.header div.flr {
	width: 180px;
}
div#header div.header p.tell {
	position:absolute;
	background-image: url(../images/tel.jpg);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 52px;
	width: 180px;
	overflow: hidden;
	background-position: right top;
	top: 10px;
	right: 0px;
}
div#header div.header p.reserve {
	position:absolute;
	top:60px;
	right: 0px;
}

div#header h1 {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 5px;
	color: #CFAC81;
}

/* グローバルナビゲーション*/
div#navi ul {
	width: 960px;
    height: 44px;
	background-image: url(../images/navi_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: auto;
	margin-left: auto;
}

div#navi ul li {
	float:left;
	height: 20px;
	padding-top: 1px;
	width: 192px;
	margin-bottom: 2px;
}
div#navi ul li a {
	color: #805C31;
	text-decoration: none;
	font-size: 12px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	width: 162px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div#navi ul li a:hover {
	border-radius: 3px;
	height: 17px;
	background-color: #805C31;
	border: 1px solid #805C31;
	color: #FFF;
}

/*-- サイドバー設定(左サイドバー） --*/
div#leftside div.banner {
	width: 100%;
	margin-bottom: 10px;
}
div#leftside div.banner img {
	margin-bottom: 10px;
}
div#leftside div.bg {
	width: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F6EEE3;
	border: 1px solid #E0D3B7;
	margin-bottom: 10px;
}
/*店舗画像*/
div#leftside div.photo {
	width:200px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	text-align: center;
}
/*ＳＡＬＯＮ　ＤＡＴＡ*/
div#leftside div.addr h2 {
	background-image: url(../images/h2_side01.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	height: 45px;
	width: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
div#leftside div.addr {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 15px;
	background-color: #FFF;
	background-image: url(../images/restel.jpg);
	background-repeat: no-repeat;
	background-position: center 3px;
}
div#leftside div.addr h3 {
	font-family: Century, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-left: 20px;
	background-image: url(../images/telicon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	height: 25px;
	width: 140px;
}
div#leftside div.addr ul {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
div#leftside div.addr ul li {
}
div#leftside div.addr ul li span { 
    /*white-space: nowrap; */
}
div#leftside div.addr dl {
}
div#leftside div.addr dt {
	float:left;
	width: 22%;
}
div#leftside div.addr dd {
	margin-left: 25%;
	width: 75%;
}
div#leftside div.addr:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
div#leftside div.addr img {
	margin-left: 6px;
	margin-bottom: 5px;
}
div#leftside div.addr p {
	font-size: 11px;
	line-height: 15px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

/* UFO画像 */
div#leftside p.ufo {
	width: 200px;
	border: 1px solid #E0D3B7;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
}

/* メニュー*/
div#leftside div.menu {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	border: 1px solid #E0D3B7;
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
	height: 53px;
	padding: 2px;
}
div#leftside div.menu dt {
	float:left;
	width: 80px;
	height: 53px;
	overflow:hidden;
}
div#leftside div.menu dd {
	margin-left: 90px;
	padding-top: 15px;
	line-height: 1.1;
}
div#leftside div.menu dd a {
	text-decoration:none;
	color: #805C31;
}
div#leftside div.menu dd a:hover {
	text-decoration: none;
	color: #305FA3;
}
div#leftside div.menu:hover dd a {
	color: #305FA3;
}

p.linkaria a {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	text-align: left;
}

div#leftside div.menu:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

/*-- コンテンツ設定 --*/
div#title {
	width: 100%;
	background-image: url(../images/title_bg.jpg);
	padding-top: 35px;
	padding-bottom: 10px;
	height: 75px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
div#title:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

div#title h2 {
	float:left;
	font-size: 24px;
	margin-bottom: 10px;
	width: 180px;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: "Century Gothic";
    line-height: 1.1;
	text-align: center;
}
div#title .fll {
	width: 410px;
}
div#title img {
	float: right;
	border: 1px solid #a5ada2;
}
div#title h3 {
	margin-left: 190px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
    padding-top: 5px;
}
/*-- (コンテンツ部） --*/
/* default設定　変更する場合は、各スタイルシート内で、!important使用*/
div#contents div.contents1 ,
div#contents div.contents2 ,
div#contents div.contents3 {
	width: 100%;
	margin-bottom: 20px;
}
div#contents div.contents1:after ,
div#contents div.contents2:after ,
div#contents div.contents3:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
div#contents div.contents1 h2 ,
div#contents div.contents2 h2 ,
div#contents div.contents3 h2 {
	width: 700px;
	font-size: 14px;
	line-height: 38px;
	background-image: url(../images/h2_common.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	padding-left: 20px;
	margin-bottom: 15px;
	color:#6B5045;
}

/*-- フッター設定 --*/
div#footer div.footer {
	width : 960px;
	margin-left: auto;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#footer div.footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
div#footer div.footer ul {
	margin-top: 10px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right:auto;
	list-style:none;
	text-align:center;
}
div#footer div.footer ul li {
	display:inline;
}
div#footer div.footer ul a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	white-space: nowrap;
}
div#footer div.footer ul a:hover {
	text-decoration: underline;
	color: #61ABD7;
}
p.copyright {
	clear: both;
	font-size: 12px;
	padding-bottom: 5px;
	font-family: "Century Gothic";
	text-align: left;
	margin-left: 150px;
	color: #FFF;
}
