@charset "UTF-8"


/* --------------------------------------------------------------------------------------
 基本
--------------------------------------------------------------------------------------- */


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}


html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-y #FFF7E4;
}

body > #container {height:auto;}


ol,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height:0;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*¥*//*/
 height: auto;
 overflow: hidden;
 /**/
	}

.clear {
	clear: both;
}

/* 基本フォント -------------------- */

body {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1.7em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

/* Opera 9 */
;;body{
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

/* Internet Explorer 7 */
*:first-child+html body{
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

/* Internet Explorer 6 or sooner */
* html body{
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}


/* --------------------------------------------------------------------------------------
 フォント
--------------------------------------------------------------------------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #900;
}
a:visited {
	color: #900;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	color: #900;
	outline: none;
}
a:focus {
-moz-outline-style: none;
}

.red {
	color: #900;
}

.blue {
	color: #039;
}


/* --------------------------------------------------------------------------------------
layout
--------------------------------------------------------------------------------------- */

#container {
	padding-left: 35px;
	width: 950px;
	height: 100%;/* for IE6 */
	min-height: 100%;
	margin: 0;
}

#right {
	padding: 28px 40px 20px 0;
	width: 660px;
	height: 100%;/* for IE6 */
	min-height: 100%;
	float: right;
}

#floatMenu {
	position: absolute;
	width: 210px;
	background: #000;
	float: left;
	z-index: 100;
}

#floatMenu-bg {
	width: 210px;
	position: absolute;
	background: #000;
	height: 100%;
	z-index: 50;
}



/* ボタン　メイン -------------------- */

#main-navi {
	margin: 10px 0 20px;
	width: 210px;
	height: 294px;
}

#main-navi li{
	float: left;
}

#btn-news a {
	display: block;
	width: 210px;
	height: 49px;
	background: url(../images/btn_news2.gif) 0 0 no-repeat;
}

#btn-news a:hover {
	background-color: #000;
}

#btn-news a:hover img {
	visibility: hidden;
}

#btn-about a {
	display: block;
	width: 210px;
	height: 49px;
	background: url(../images/btn_about2.gif) 0 0 no-repeat;
}

#btn-about a:hover {
	background-color: #000;
}

#btn-about a:hover img {
	visibility: hidden;
}

#btn-restaurant a {
	display: block;
	width: 210px;
	height: 49px;
	background: url(../images/btn_restaurant2.gif) 0 0 no-repeat;
}

#btn-restaurant a:hover {
	background-color: #000;
}

#btn-restaurant a:hover img {
	visibility: hidden;
}

#btn-sweets a {
	display: block;
	width: 210px;
	height: 49px;
	background: url(../images/btn_sweets2.gif) 0 0 no-repeat;
}

#btn-sweets a:hover {
	background-color: #000;
}

#btn-sweets a:hover img {
	visibility: hidden;
}

#btn-access a {
	display: block;
	width: 210px;
	height: 49px;
	background: url(../images/btn_access2.gif) 0 0 no-repeat;
}

#btn-access a:hover {
	background-color: #000;
}

#btn-access a:hover img {
	visibility: hidden;
}

#btn-reservation a {
	display: block;
	width: 210px;
	height: 49px;
	background: url(../images/btn_reservation2.gif) 0 0 no-repeat;
}

#btn-reservation a:hover {
	background-color: #000;
}

#btn-reservation a:hover img {
	visibility: hidden;
}


/* ボタン　サブ -------------------- */

#sub-navi {
	margin: 0 16px 0;
	height: 16px;
}

#sub-navi li {
	float: left;
}

#btn-contact a {
	display: block;
	width: 66px;
	height: 16px;
	background: url(../images/btn_contact2.gif) 0 0 no-repeat;
}

#btn-contact a:hover {
	background-color: #000;
}

#btn-contact a:hover img {
	visibility: hidden;
}

#btn-recruit a {
	display: block;
	width: 50px;
	height: 16px;
	background: url(../images/btn_recruit2.gif) 0 0 no-repeat;
}

#btn-recruit a:hover {
	background-color: #000;
}

#btn-recruit a:hover img {
	visibility: hidden;
}

#btn-sitemap a {
	display: block;
	width: 62px;
	height: 16px;
	background: url(../images/btn_sitemap2.gif) 0 0 no-repeat;
}

#btn-sitemap a:hover {
	background-color: #000;
}

#btn-sitemap a:hover img {
	visibility: hidden;
}

/* コピーライト、バナー -------------------- */

#copyright img {
	margin: 10px 16px 30px;
	clear: both;
}

#bnr {
	padding: 0 20px;
}

#bnr li {
	padding-bottom: 7px;
}

/* ページトップに戻る -------------------- */

#pagetop {
	padding: 0;
	margin: 0 0 10px;
	height: 20px;
	float: right;
	clear: both;
	text-align: right;
}

/* 各ページタイトル -------------------- */

#title {
	height: 29px;
	margin-bottom: 33px;
	border-bottom: #999 1px solid;
}

#title .left {
	float: left;
}

#title .right {
	float: right;
}


/* サイトマップ	 -------------------- */

.sitemap {
	width: 660px;
	text-align: left;
}

.sitemap th{
	width: 25%;
	padding: 14px 14px 5px 5px;
	border-bottom: 1px dotted #999;
	vertical-align: top;
	font-weight: normal;
}


.sitemap td{
	width: 75%;
	padding: 14px 14px 5px 14px;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	vertical-align: top;
}

