@charset "utf-8";

@import "base.css";



body {
	background: url(../img/top_img.jpg) no-repeat top left;
}

h1 {
	font-size: 100%;
	font-weight: normal;
}

h1 strong {
	font-weight: normal;
}

h1 strong a:link ,h1 strong a:visited{
	color: #333333;
}

h1 a:hover {
	text-decoration: none;
	color: #333333;
}

/* signboard 
---------------------------*/

#signboard {
	background: url(../img/signboard.jpg) repeat-y;
	width: 233px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	padding-bottom: 10px;
	float: right;
	margin: 5px 5% 0 0;
	_margin: 5px 2.5% 0 0;
}

#signboard h2 {
	float: left;
	margin: 13px 0 0 30px;
	_margin-left: 15px;
	background: url(../img/logo.jpg) no-repeat;
	text-indent: -9999px;
	width: 173px;
	height: 93px;
}

#signboard dl {
	clear: both;
	float: left;
	width: 233px;
	margin-top: 7px;
	line-height: 130%;
}



#signboard a {
	display: block;
	text-indent: -9999px;
	background: url(../img/sign.png) no-repeat;
	width: 180px;
	height: 108px;
	float: left;
	margin: 7px 0 0 27px;
	_margin: 7px 0 0 13.5px;
	/* ¥*/overflow:hidden;/* */
}


#signboard dl a {
	text-indent: 0;
	background: none;
	width: auto;
	float: right;
	margin: 0;
	height: auto;
}


/*foot
---------------------------------*/

#foot {
	width: 100%;
	background: url(../img/foot.jpg) repeat-x;
	clear: both;
	margin: 40px 0 0 0;
	float: left;
	_float: none;

}

#foot ul {
	width: 1000px;
	float: left;
	height: 46px;
}

#foot ul li {
	float: left;
	border-left: 1px solid #999999;

}

#foot ul li a {
	display: block;
	text-indent: -9999px;
	width: 190px;
	height: 46px;
	/* ¥*/overflow:hidden;/* */
}

#foot ul li.event a { background: url(../img/navi_event.jpg) no-repeat top left; }
#foot ul li.news a { background: url(../img/navi_news.jpg) no-repeat top left; }
#foot ul li.kitchen a { background: url(../img/navi_kitchen.jpg) no-repeat top left; }
#foot ul li.shop a { background: url(../img/navi_shop.jpg) no-repeat top left; }
#foot ul li.info a { background: url(../img/navi_info.jpg) no-repeat top left; }


#foot ul li a:hover {
	background-position: bottom;
}

#foot div {
	float: left;
	padding: 10px;
	clear: both;
}

#foot address {
	float:right;
	width: 400px;
	text-align: right;
	color: #999999;
	margin: 10px;
}