@charset "UTF-8";

/* clearfix */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/* base_css */
html,body,img,head,h1,h2,h3,h4,ul,li,dl,dd,dt,p {
	margin:0px;
	padding:0px;
	border:none;
}
html {
	width: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka , sans-serif;
	font-size:12px;
	line-height:18px;
	height: 100%;
	width: 100%;
	color:#434343;
}
li {
	list-style:none;
}

/* link_css */
a:link,a:visited {
	color:#ff974b;
	text-decoration: none;
}
a:hover,a:active {
	color:#ffb279;
	text-decoration: none;
}
/* common_css */
#header {
	width:100%;
	height:103px;
	background-image:url(../img/bg_header.jpg);
	background-position:top center ;
	background-repeat:repeat-x;
}
#visual {
	width:100%;
	background-image:url(../img/bg_visual.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
#visual_box_index {
	background-image:url(../img/img_visual.jpg);
	height:350px;
}
#visual_box {
	height:150px;
}
#main {
	width:100%;
	background-image: url(../img/bg_main.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border-top:2px solid #442704;
}
#footer {
	width:100%;
	background-image:url(../img/bg_footer.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding-bottom:25px;
	margin-top:25px;
}
#header_box {
	padding-top:25px;
}
#footer_box {
	padding-top:20px;
}
#header_box,#visual_box,#visual_box_index,#main_box,#footer_box {
	width:800px;
	margin:0px auto;
}
#h1 {
	font-size:12px;
	color:#FFFFFF;
	display:block;
	float:right;
}
.logo {
	float:left;
}
#menu {
	width:540px;
	height:20px;
	float:right;
	background-image:url(../img/bg_menu.gif);
	background-repeat:no-repeat;
	margin-top:11px;
	padding:5px;
}
#menu li {
	float:left;
}
.home {
	width:50px;
	background-image:url(../img/btn_home.gif);
	margin-right:17px;
}
.lunch {
	width:51px;
	background-image:url(../img/btn_lunch.gif);
	margin-right:17px;
}
.dining {
	width:55px;
	background-image:url(../img/btn_dining.gif);
	margin-right:28px;
}
.bar {
	width:32px;
	background-image:url(../img/btn_bar.gif);
	margin-right:32px;
}
.party {
	width:45px;
	background-image:url(../img/btn_party.gif);
	margin-right:25px;
}
.event {
	width:47px;
	background-image:url(../img/btn_event.gif);
	margin-right:18px;
}
.access {
	width:58px;
	background-image:url(../img/btn_access.gif);
	margin-right:22px;
}
.blog {
	width:39px;
	background-image:url(../img/btn_blog.gif);
}
.home:hover,.lunch:hover,.dining:hover,.bar:hover,.party:hover,.event:hover,.access:hover,.blog:hover {
	background-position:0px 19px;
}
.home,.lunch,.dining,.bar,.party,.event,.access,.blog {
	height:19px;
	overflow:hidden;
	text-indent:-5000px;
	display:block;
}
.box_footer {
	width:330px;
	float:left;
	margin-right:20px;
	color:#FFFFFF;
}
#box_qrcord {
	width:100px;
	height:100px;
	background-image:url(../img/bg_qrcode.jpg);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	color:#FFFFFF;
	font-size:10px;
	padding-top:5px;
}
#header_qrcode {
	font-weight:normal;
	margin-top:5px;
}
.img_qrcode {
	margin:2px 0px;
}
#copy {
	display:block;
	font-style:normal;
	color:#8e7c68;
	font-size:10px;
	text-align:right;
}
#header_footer_info {
	background-image:url(../img/header_footer_info.gif);
}
#header_footer_time {
	background-image: url(../img/header_footer_time.gif);
}
#header_footer_info,#header_footer_time {
	width:330px;
	height:16px;
	background-repeat:no-repeat;
	border-bottom:1px solid #6e583f;
	margin-bottom:10px;
	text-indent:-5000px;
	overflow:hidden;
}
.time_dt {
	width:105px;
	float:left;
}
.time_dd {
	float:left;
	width:200px;
}
