@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-hotel.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: 0 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}
#lmenu03 a {
	background-position: 0 -72px;
}
#lmenu03 a:hover {
	background-position: -200px -72px;
}
#lmenu04 a {
	background-position: -200px -108px;
}
#lmenu04 a:hover {
	background-position: -200px -108px;
}
#lmenu05 a {
	background-position: 0 -144px;
}
#lmenu05 a:hover {
	background-position: -200px -144px;
}
#lmenu06 a {
	background-position: 0 -180px;
}
#lmenu06 a:hover {
	background-position: -200px -180px;
}
/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/04-shop/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

/* ボックスセット01
------------------------------------------------------------*/
.box01 {
	padding-bottom: 30px;
	background: url(../../img/common/floor-border.gif) no-repeat center bottom;
}
.box01 .photo {
	position: relative;
	height: 310px;
	width: 740px;
	padding-bottom: 10px;
}
.box01 .photo img {
	border: 1px solid #4a6817;
	padding: 4px;
}
.box01 .photo .p01 {
	position: absolute;
	height: 310px;
	width: 510px;
}
.box01 .photo .p02 {
	position: relative;
	height: 310px;
	width: 210px;
	left: 530px;
}
.box01 .note {
	min-height: 120px;
	padding-left: 160px;
	width: 580px;
}
* html .box01 .note {
	height: 120px;
}
.box01 .note h4 {
	font-size: 16px;
	padding-bottom: 8px;
	line-height: 1.4em;
}
.box01 .note .opentime {
	width: 286px;
	border: 3px double #4A6817;
	padding: 5px;
	margin: 10px 0 0 0;
}

/* ボックスセット02
------------------------------------------------------------*/
.col {
	clear: both;
}
.left {
	float: left;
	margin-right: 20px;
}
.box02 {
	padding-bottom: 30px;
	background: url(../../img/common/floor-border.gif) no-repeat center bottom;
	width: 360px;
	float: left;
}
.box02 .photo {
	width: 360px;
	padding-bottom: 10px;
}
.box02 .photo img {
	border: 1px solid #4a6817;
	padding: 4px;
}
.box02 .note {
	padding-top: 80px;
}
.box02 .note h4 {
	font-size: 16px;
	padding-bottom: 8px;
}
.box02 .note p {
	height: 60px;
	overflow: auto;
}

.box02 .note .opentime {
	border: 3px double #4A6817;
	padding: 5px;
	margin: 10px 0 0;
	height: 30px;
}
.box02 .note .opentime p {
		height: auto;
}
.box02 .opentime em {
	display: block;
}


/* 各種ロゴ
------------------------------------------------------------*/
#ryugu-logo {
	background: url(../../img/04-shop/logo-ryugu.gif) left top no-repeat;
}
#ezonoren-logo {
	background: url(../../img/04-shop/logo-ezonoren.gif) left top no-repeat;
}
/*
#woodcraft-logo {
	background: url(../../img/04-shop/logo-woodcraft.gif) left top no-repeat;
}
#shiretokogama-logo {
	background: url(../../img/04-shop/logo-shiretokogama.gif) left top no-repeat;
}
#odakonbu-logo {
	background: url(../../img/04-shop/logo-odakonbu.gif) left top no-repeat;
}
*/

/* ページフッタ
------------------------------------------------------------*/
#border-foot {
	clear: both;
}

