@charset "UTF-8";
/* CSS Document */

/*GENERAL STYLE*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	background: #FCFCFE url(m-images/header_homewrapper.jpg) repeat-x;
}
a { font-weight: bold;
	text-decoration: underline;
 }
a:link { color: #142C62 }
a:visited { color: #142C62 }
a:hover { color: #FF6000 }
a:active { color: #FF6000 }

input, select, textarea { font-size: 12px }

p, pre {
	font-size: 12px;
	line-height: 1.5;
	margin: 15px;
	padding: 5px 0px 5px 35px;
	clear: both;
}
hr {
	height: 3px;
	margin: 10px 10px 10px 10px;
}
blockquote {
	font-size: 12px;
	line-height: 1.5;
	margin: 30px;
	padding: 10px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px;
	padding: 5px 5px 5px 20px;
	background: #E6E6E6;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px;
	padding: 8px 5px 5px 30px;
	background: url(m-images/h2.jpg) no-repeat;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px;
	padding: 10px 5px 5px 10px;
	border-left: 5px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: #FFFFFF;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px;
	padding: 10px 5px 0px 5px;
	border-left: 5px solid #FFD74E;
	border-bottom: 1px dotted #FFD74E;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: square;
	font-size: 12px;
	line-height: 1.5;
	margin: 15px 15px 15px 30px;
}
ol {
	list-style-type: decimal;
	font-size: 12px;
	line-height: 1.5;
	margin: 20px 20px 20px 40px;
}
table img {
	vertical-align: bottom;
}
img { text-decoration: none }

table {
	font-size: 12px;
	line-height: 1.5;
	/*border-collapse: collapse;
	border: 2px solid #888;
	margin: 10px;
	border-color: #3B1700;*/
}
/*th {
	background-color: #BBB;
}*/
th, td {
	line-height: 1.5;
	/*padding: 5px 5px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-color: #2A1000;*/
}

/*GENERAL STYLE END*/

/*LAYOUT*/

div#wrapper {
padding-top:0;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: url(m-images/header_wrapper.jpg) repeat-x;
}
div#header {
	width: 700px;
	height: 70px;
	padding: 0px;
	margin: 0 auto;
	background: url(m-images/header_bg.jpg);
}
#menu {
	width: 700px;
	height: 60px;
	padding: 0px;
	margin: 0 auto;
	background: url(m-mages/header_manu.jpg);
	clear: both;
}
#main_menu {
	width: 700px;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFFFFF;
	clear: both;
}
#main {
	width: 700px;
	padding: 0px 0px 5px 0px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
}
#footer {
	width: 700px;
	height: 75px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(m-images/footer.jpg);
	background-color: #FCFCFE;
	clear: both;
}


/*LAYOUT END*/

/*DECORATION*/
.headerlogo {
	float: left;
	margin:  0 auto;
	padding: 5px 0px 0px 280px;
	line-height: 0;
}
.headerlogo_top {
	float: left;
	margin:  0 auto;
	padding: 5px 0px 0px 280px;
	line-height: 0;
}
.headerlogo_top p{
display:inline-block;
padding:0;
margin:0;
width:250px;
height:30px;
float:right;
line-height:900%;
font-size:12px;
letter-spacing:0.2em;
color:#FFFFFF;
text-align:right;
}

* html .headerlogo_top p{
line-height:100%;
margin:0;
width:250px;
height:20px;
padding:44px 0 0 0;
display:block;
}


.homelink {
	float: left;
	width: 230px;
	padding: 5px 5px 0 5px;
	line-height: 0;
}
.sp {
	float: left;
	width: 500px;
	padding: 10px 5px 0px 5px;
	font-size: 12px;
}
.sp a {text-decoration:none;}
.footerlogo {
	float: left;
	width: 340px;
	padding: 10px 0px 5px 20px;
	font-size: 16px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.footerlogo_s {
	float: left;
	width: 340px;
	padding: 10px 0px 10px 20px;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
}
.footertext {
	float: right;
	width: 320px;
	padding: 20px 0px 10px 0px;
	font-size: 12px;
	color: #FFFFFF;
}
#menu ul {
	width: 700px;
	height: 60px;
	padding: 0px;
	margin: 0;
}

#menu li {
 	width: auto;
 	height: 60px;
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	float: left;
 	display: inline;
}

#home1 {
 background-image: url(m-images/menu_home_nega.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#home1:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#home2 {
 background-image: url(m-images/menu_home.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#home2:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#guide1 {
 background-image: url(m-images/menu_guide_nega.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#guide1:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#guide2 {
 background-image: url(m-images/menu_guide.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#guide2:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}


#areainfo1 {
 background-image: url(m-images/menu_areainfo_nega.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#areainfo1:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#areainfo2 {
 background-image: url(m-images/menu_areainfo.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#areainfo2:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}


#reserve1 {
 background-image: url(m-images/menu_info_nega.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#reserve1:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#reserve2 {
 background-image: url(m-images/menu_info.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#reserve2:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#access1 {
 background-image: url(m-images/menu_access_nega.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#access1:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#access2 {
 background-image: url(m-images/menu_access.jpg);
 background-position: left top;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

#access2:hover {
 background-position: left bottom;
 background-repeat: no-repeat;
 width: 140px;
 height: 60px;
 text-indent: -9999px;
 display: block;
 overflow: hidden;
}

.pageup {
	width: 690px;
	background: #132A5F;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	text-align: right;
	clear: both;
}
.pageup a { text-decoration: none}
.pageup a:link { color: #FFFFFF }
.pageup a:visited { color: #FFFFFF }
.pageup a:hover { color: #FF6000 }
.pageup a:active { color: #FF6000 }

.tohome {
	width: 580px;
	background: #3B1700;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: right;
}
.tohome a:link { color: #FFFFFF }
.tohome a:visited { color: #FFFFFF }
.tohome a:hover { color: #FF6000 }
.tohome a:active { color: #FF6000 }


/*トップページ*/
div#homewrapper {
	width: 100%;
	padding:0;
	margin: 0 auto;
	text-align: left;
	background: #FCFCFE url(m-images/header_homewrapper.jpg) repeat-x;
}
#home_image {
	width: 700px;
	margin: 0 auto;
}
#home_main {
	width: 700px;
	margin: 0 auto;
}
#home_main_2 {
	width: 700px;
	margin: 0 auto;
}
.home_topics {
	width: 700px;
	height: 25px;
	margin: 5px 0 0 0;
	padding: 0px;
	background: url(m-images/home_title_bg.jpg);
}
.home_topicstext {
	width: 700px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background: #F0F0F0;
}
.home_restaurant {
	width: 700px;
	height: 25px;
	margin: 5px 0 0 0;
	padding: 0px;
	background: url(m-images/home_title_bg.jpg);
}
.home_restauranttext {
	width: 700px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #2B1100;
	background: #F0F0F0;
}
.home_charge {
	width: 480px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background: url(m-images/home_title_bg.jpg);
}
.home_charge_bg {
	float: left;
	width: 480px;
	margin: 5px 5px 0 0 ;
	padding: 0px 0px 5px 0px;
	background: #F1F1F1;
}
.home_chargetext {
	width: 480px;
	margin: 0px;
	/*padding: 10px 0px 0px 10px;*/
	text-align: left;
	font-size: 12px;
	color: #2B1100;
	background: #F0F0F0;
}
.home_chargebutton {
	width: 175px;
	height: 35px;
	margin: 0px;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
.home_blog {
	float: right;
	width: 215px;
	margin: 5px 0 0 0;
	padding: 0px;
}

/*トップページここまで*/

/*アンケート*/
.home_present {
	width: 215px;
	margin: 10px 5px 10px 10px;
	padding: 0px;
	background: #959595;
}
#header_enquete {
	width: 600px;
	height: 60px;
	background: url(m-images/header_enquete.jpg) no-repeat;
}
#main_enquete {
	width: 600px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	text-align: left;
	background: #FFFFFF;
}
#footer_enquete {
	width: 600px;
	height: 105px;
	background: url(m-images/footer_enquete.jpg) no-repeat;
	clear: both;
}
.footerlogo_enquete {
	float: left;
	width: 580px;
	padding: 10px 0px 5px 10px;
	font-size: 16px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.footerlogo_s_enquete {
	float: left;
	width: 300px;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
}
.footertext_enquete {
	float: right;
	width: 280px;
	padding: 20px 0px 10px 0px;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
}
/*アンケートここまで*/

