@charset "UTF-8";
/* print */
@media print {
body {
	overflow-y: visible !important;
}
#copy {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	margin: 0;
}
#copy-print {
	visibility: visible;
	overflow: auto;
	height: auto;
	margin: 30px 0 40px 0;
}
}
/* reset */
*html body { /*IE6*/
	overflow-y: auto;
}
*+html body { /*IE7*/
	overflow-y: auto;
}
body {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
/* basic */
body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	background-color: #d3cdb5;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}
h2 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e4e4e4;
}
a {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
#header {
	width: 800px;
	height: 120px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}
#slide {
	height: 250px;
	background-image: url(../images/bg-slide.gif);
	background-repeat: repeat-x;
}
#menu-outer {
	height: 40px;
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
}
#menu {
	width: 800px;
	margin: 0 auto 0 auto;
}
#content {
	width: 660px;
	margin: 0 auto 0 auto;
	padding: 30px 70px 70px 70px;
	background-color: #fff;
}
#footer {
	margin-top: 30px;
	padding-top: 15px;
	border-top: solid 1px #e4e4e4;
	color: #999;
	font-size: 12px;
	line-height: normal;
	text-align: right;
}
/* slideshow */
.slideshow {
	display: block;
	position: relative;
	width: 800px;
	height: 250px;
	margin: 0 auto 0 auto;
}
.slideshow IMG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
.slideshow IMG.active {
	z-index: 10;
	opacity: 1.0;
}
.slideshow IMG.last-active {
	z-index: 9;
}
/* navi */
#jsddm {
	width: 800px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
}
#jsddm li {
	float: left;
	list-style: none;
}
#jsddm li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}
#jsddm li a:hover {
}
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#jsddm li ul li {
	float: none;
	display: inline;
}
#jsddm li ul li a {
	border-top: 1px solid #26410C;
	/*width: auto;*/
	/*_width: 100%;*/
	width: 180px;
	padding: 7px 10px 7px 10px;
	background: #1B2D08;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}
#jsddm li ul li a:hover {
	background: #081800;
}
/* custom */
.food {
	margin-bottom: 10px;
	text-align: center;
}
.gallery li {
	float: left;
	margin: 4px;
	border: solid 1px #e4e4e4;
}
.gallery a {
	display: block;
	width: 100px;
	height: 67px;
	background: #fff;
	position: relative;
}
.gallery a .rollover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 94px; /* (totalWidth - (borderLeftWidth + borderRightWidth)) */
	height: 61px; /* (totalHeight - (borderTopWidth + borderBottomWidth)) */
	border: 3px solid #ccc;
	background: transparent;
}
.table-1 {
	width: 100%;
	line-height: normal;
	margin-bottom: 10px;
}
.table-1 tr {
	background-image: url(../images/line-2.gif);
	background-repeat: repeat-x;
}
.table-1 tr.no-line {
	background-image: none;
}
.table-1 td {
	vertical-align: top;
	padding: 7px;
}
.table-1 td.right {
	float: none;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}
.table-1 li {
	list-style-type: disc;	
	margin-left: 14px;
	margin-bottom: 5px;
}
.style-1 {
	font-size: 12px;
	color: #999;
}
.img-1 {
	vertical-align: middle;
	margin-right: 10px;
}
.img-2 {
	float: right;
}
.arrow-forward {
	padding-left: 20px;
	background: url(../images/arrow.gif) no-repeat 0 5px;
}
