/*rset.css*/
/*  
Copyright (c) 2006, Yahoo! Inc. All rights reserved.  
Code licensed under the BSD License:  
http://developer.yahoo.net/yui/license.txt  
version: 0.10.0  
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, hr, blockquote, th {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
/* リンク
----------------------------------------*/

A:link {
	color: #990000;
	text-decoration: none;
}

A:visited {
	color: #990000;
	text-decoration: none;
}

A:hover {
	color: #990000;
	text-decoration: underline;
}
/* clearfix
----------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

#noview {
	display: none;
}
/*
ここまで
*/
/*basic.css*/
@charset "Shift_JIS";


/* 基本構造
----------------------------------------*/
body {
	text-align: justify;
	color: #402B2D;
	text-justify: inter-ideograph;
	background-image: url(../../../images/bg_cont.gif);
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 170%;
}
#wrapper {
	background-image: url(../../../images/bg.gif);
	background-repeat: repeat-x;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	padding-top: 10px;
	_margin-bottom: 0px;
	padding-bottom: 10px;
}
#footer {
	width: 830px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C29232;
	padding-top: 10px;
}
#mainflash {
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 900px;
}
#mainimage {
	height: 450px;
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 35px;
	padding-left: 35px;
}
#contents-plf {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(../../../images/bg_cont.gif);
}
#contents-main {
	width: 610px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C29232;
	padding-right: 20px;
	background-image: url(../../../images/cont_bg.gif);
	background-repeat: no-repeat;
	background-position: 520px top;
}
#contents-side {
	width: 180px;
	float: right;
}
#underlink {
}

.capt {
	font-size: 85%;
	line-height: 130%;
}
.capt2 {
	font-size: 85%;
	line-height: 130%;
	text-align: right;
}
/* 茂庭荘
----------------------------------------*/
#moniwasou {
	width: 180px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 10px;
}
/* ヘッダー
----------------------------------------*/

#logo {
	width: 320px;
	height: 45px;
	background-image: url(../../../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
}
#logo a {
	width: 205px;
	height: 45px;
	position: relative;
	display: block;
	text-indent: -9999px;
}
#reservation {
	width: 180px;
	height: 40px;
	float: right;
	padding-top: 5px;
}
/* インフォメーション
----------------------------------------*/
#information {
	width: 585px;
	padding-top: 35px;
	padding-bottom: 30px;
	background: url(../../../images/title_info.gif) no-repeat;
	padding-left: 25px;
}
#information ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-image: url(../../../images/listico.gif);
}
#information li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C8BCB0;
	padding: 3px;
}
#information h4 {
	background-image: url(../../../images/icon-new.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding-left: 30px;
}
#information h3 {
	text-indent: -9999px;
	display: none;
}
/* コピーライト
----------------------------------------*/
#copyright {
	font-size: 10px;
	text-align: right;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	width: 830px;
}
#copyright a {
	color: #333333;
}
/* フロート
----------------------------------------*/
.f-left {
	float: left;
}
.f-right {
	float: right;
}
/* スペース
----------------------------------------*/
.u3 {
	margin-bottom: 3px;
}
.u5 {
	margin-bottom: 5px;
}
.u6 {
	margin-bottom: 6px;
}
.u10 {
	margin-bottom: 10px;
}
.u15 {
	margin-bottom: 15px;
}
.u20 {
	margin-bottom: 20px;
}
.u30 {
	margin-bottom: 30px;
}
.u40 {
	margin-bottom: 40px;
}
.u50 {
	margin-bottom: 50px;
}
.u60 {
	margin-bottom: 60px;
}
.u70 {
	margin-bottom: 70px;
}
.u80 {
	margin-bottom: 80px;
}
.t5 {
	margin-top: 5px;
}
.t10 {
	margin-top: 10px;
}
.t15 {
	margin-top: 15px;
}
.t20 {
	margin-top: 20px;
}
.t30 {
	margin-top: 30px;
}
.t50 {
	margin-top: 50px;
}
.t60 {
	margin-top: 60px;
}
.p10 {
	padding-top: 10px;
}
.p15 {
	padding-top: 15px;
}
.pu20 {
	padding-bottom: 20px;
}
.pu50 {
	padding-bottom: 50px;
}
.r10 {
	margin-right: 10px;
}
.r20 {
	margin-right: 18px;
}
.r210 {
	margin-right: 210px;
}
.l5 {
	margin-left: 5px;
}
.l10 {
	margin-left: 10px;
}
.l20 {
	margin-left: 20px;
}
/* クリア
----------------------------------------*/
.clear {
	clear: both;
}

/* 文字スタイル
----------------------------------------*/
.bld {
	color: #2D1B1B;
	font-weight: bold;
}
.bule {
	color: #0066CC;
}
.red {
	color: #CC0000;
}
.car ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: circle;
	line-height: 180%;
}
.cha ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: circle;
	line-height: 130%;
	margin-top: 3px;
}
.xsmall {
	font-size: 80%;
}
.tx11 {
	font-size: 11px;
	line-height: 130%;
}
/* 画像スタイル
----------------------------------------*/
.waku {
	padding: 9px;
	border: 1px solid #333333;
}
.topphoto {
}
.leftspace {
	margin-bottom: 10px;
	margin-left: 10px;
}
/* アンダーライン
----------------------------------------*/
.underline-glay {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C29232;
}
/* box
----------------------------------------*/
.box300 {
	width: 300px;
	float: left;
}
.box400 {
	width: 400px;
	float: left;
}
.kyodo {
	width: 287px;
	float: left;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #990000;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.kyodo p {
	padding-left: 28px;
}
#kyodo {
	width: 610px;
	padding-bottom: 20px;
	background-image: url(http://shoukeikaku.jp/wordpress/images/tansu_mu_bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C29232;
	margin-bottom: 30px;
}
.teiban {
	width: 190px;
	padding-bottom: 20px;
	float: left;
}
.teiban2 {
	width: 295px;
	padding-bottom: 20px;
	float: left;
}
.teiban h4 {
	margin-bottom: 2px;
}
.teiban img {
	margin-bottom: 3px;
}
/* リンクページ
----------------------------------------*/
.links td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
/* 予約フォーム
----------------------------------------*/
.yoyaku hr {
	margin-bottom: 10px;
	background: #666666;
	height: 1px;
	border-style: none;
	margin-top: 2px;
	border-width: 0px;
}
.yoyaku h3 {
	color: #402b2d;
	font-weight: bold;
}
.yoyaku .table1 {
	margin-bottom: 10px;
	width: 610px;
}
.yoyaku .table2 {
	margin-bottom: 10px;
	width: 610px;
}
.yoyaku .table1 th {
	background: #f6f6f6;
	text-align: center;
	width: 110px;
}
.yoyaku .table2 th {
	background: #f6f6f6;
	width: 200px;
}
.yoyaku .table1 th, .yoyaku .table1 td, .yoyaku .table2 th, .yoyaku .table2 td {
	padding: 7px;
	border-bottom: 1px dashed #999999;
	line-height: 150%;
}
.yoyaku sup {
	vertical-align: baseline;
	color: #cc0000;
}

input:focus, textarea:focus {
	background: #f9fff0;
 }
/* センターバナー
----------------------------------------*/
#center_banner {
	width: 600px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#center_banner ul {
	margin: 0px;
	padding: 0px;
}
#center_banner li {
	width: 290px;
	float: left;
}
/* イベント
----------------------------------------*/
#miyabi {
width: 610px;
}
#miyabi h3 {
margin-bottom: 10px;
}
#miyabi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#miyabi ul li {
	list-style-type: none;
	list-style-image: none;
	background-image: url(../../../images/event_miyabi_mark.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: 0px center;
	line-height: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
/* 甘味
----------------------------------------*/
.kanmi {
	background-image: url(../../../images/listico.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.h2title {
	background-image: url(../../../images/menu_sub05.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
	color: #2C1A1A;
	font-size: 120%;
	min-height: 30px;
}
/*
ここまで
*/
/*lightbox.css*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://shoukeikaku.jp/wordpress/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://shoukeikaku.jp/wordpress/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://shoukeikaku.jp/wordpress/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 59px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000006;
	}
/*
ここまで
*/
/*navi.css*/
/* CSS Document */

/* ナビゲーション
----------------------------------------*/
#globalnavi {
	position: relative;
	left: 0;
	top: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#globalnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#globalnavi li {
	position: relative;
	text-indent: -9999px;
}
#globalnavi li a {
	text-decoration: none;
	display: block;
	height: 35px;
}
#globalnavi li#home {
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	background: url(../../../images/globalnavi2.gif) no-repeat 0 0;
}
#globalnavi li#what {
	position: absolute;
	top: 0;
	left: 128px;
	width: 128px;
	background: url(../../../images/globalnavi2.gif) no-repeat -128px 0;
}
#globalnavi li#history {
	position: absolute;
	left: 256px;
	width: 128px;
	background: url(../../../images/globalnavi2.gif) no-repeat -256px 0;
}
#globalnavi li#lunch {
	position: absolute;
	left: 384px;
	width: 129px;
	background: url(../../../images/globalnavi2.gif) no-repeat -384px 0;
}
#globalnavi li#menu {
	position: absolute;
	left: 513px;
	width: 129px;
	background: url(../../../images/globalnavi2.gif) no-repeat -513px 0;
}
#globalnavi li#tansu {
	position: absolute;
	top: 0;
	left: 642px;
	width: 129px;
	background: url(../../../images/globalnavi2.gif) no-repeat -642px 0;
}
#globalnavi li#access {
	position: absolute;
	top: 0;
	left: 771px;
	width: 129px;
	background: url(../../../images/globalnavi2.gif) no-repeat -771px 0;
}
#globalnavi li#home a:hover {
	background-image: url(../../../images/globalnavi2_over.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
#globalnavi li#what a:hover {
	background: url(../../../images/globalnavi2_over.gif) no-repeat -128px 0;
}
#globalnavi li#history a:hover {
	background: url(../../../images/globalnavi2_over.gif) no-repeat -256px 0;
}
#globalnavi li#lunch a:hover {
	background: url(../../../images/globalnavi2_over.gif) no-repeat -384px 0;
}
#globalnavi li#menu a:hover {
	background: url(../../../images/globalnavi2_over.gif) no-repeat -513px 0;
}
#globalnavi li#tansu a:hover {
	background: url(../../../images/globalnavi2_over.gif) no-repeat -642px 0;
}
#globalnavi li#access a:hover {
	background: url(../../../images/globalnavi2_over.gif) no-repeat -771px 0;
}
/* バナーナビゲーション
----------------------------------------*/
#banner {
	width: 180px;
	position: relative;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#banner li {
	width: 180px;
	margin-bottom: 3px;
}
/* イベント
----------------------------------------*/
#event {
	width: 180px;
	padding-bottom: 10px;
}
#event ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#event li {
	list-style: none;
	padding-bottom: 5px;
}
/* サブリンク
----------------------------------------*/
#sublink {
	width: 180px;
	position: relative;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 5px;
}
#sublink ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sublink li {
	width: 180px;
	margin-bottom: 5px;
}
/*
ここまで
*/