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

/* formatting styles
----------------------------------------*/
html {
	/*height: 100%;*/
	/*_overflow: hidden;		 IE6 style */
	font-size: 62.5%;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, Geneva, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;font-size: 1.3rem;
	line-height: 1.6;
	color: #000;
	/*width: 100%;
	height: 100%;*/
}
hr {
	display: none;
}
/* link styles
----------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #3f2d21;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
/* basic layout
----------------------------------------*/
#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: auto;
	background: url(/images/bg.jpg) no-repeat center top #FFF;
}
#container #line {
	background: url(/images/head_line.png) repeat-x left top;
	height: 16px;
	/*width: 100%;*/
	/*position: absolute;*/
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* header layout
----------------------------------------*/
#header {
	/*background: green;*/
	width: 1000px;
	height: 550px;
	position: relative;
}

#header h1{
	width: 642px;
	height: 187px;
	position: absolute;
	top: 200px;
	left: 180px;
}


/* menu layout
----------------------------------------*/
#menu ul {
	overflow: hidden;
}
#menu ul li {
	float: left;
	margin: 25px 6px;
}

/* info layout
----------------------------------------*/
#info {
	overflow: hidden;
	width: 847px;
	background: url(/images/info.png) no-repeat center top;
	height: 165px;
	color: #FFF;
	margin: 0 auto 30px;
}

#info :after { content: url(images/pixel.gif); display: block; clear: both; height: 0; } 
#info { display: inline-block; } 
#info { display: block; }

#info h2 {
	display: none;
}
#info #mcs_container {
	margin: 50px 0 0 45px;
}
#mcs_container {
	overflow: auto;
	width: 785px;
	height: 90px;
}
#mcs_container dl {
	font-size: 11px;font-size: 1.1rem;
}
#mcs_container dl dt {
	float: left;
	background: url(/images/info_icon.png) no-repeat left center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0.5em;
}
#mcs_container dl dd {
	margin-bottom: 0.5em;
	width: 650px;
	margin-right: 20px;
	float: right;
	overflow: hidden;
}

/* footer layout
----------------------------------------*/
#footer{
	background: black;
	border-top: 2px solid #999999;
	/*padding-bottom: 100px;*/
	bottom:0px;
	color: white;
	height: 100%;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer_area{
	/*background: fuchsia;*/
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
	border-bottom: 1px solid #333333;
}

#footer_area:after { content: url(/images/pixel.gif); display: block; clear: both; height: 0; } 
#footer_area { display: inline-block; } 
#footer_area { display: block; }

#footer_logoarea{
	/*background: aqua;*/
	width: 255px;
	float: left;
	margin: 15px 0 0 5px;
}

#footer_logo{
	width: 240px;
	height: 48px;
}

#footer_address{
	width: 280px;
	margin-top: 6px;	
	font-size: 10px; font-size: 1.1rem;
	line-height: 1.2em;
}

#footer_name{
	font-size: 17px; font-size: 1.7rem;
}

#footer_tel{
	height: 20px;
	margin-top: 4px;
	/*line-height: 20px;*/
	font-size: 16px; font-size: 1.6rem;
}

#footer_tel img{
	vertical-align: baseline;
}

#footer_leftline{
	background: #4D4D4D;
	width: 240px;
	height: 1px;
	margin: 12px 0 4px 0;
}

.footer_leftmenu{
	width: 240px;
	font-size: 9px; font-size: 0.9rem;
}

.footer_leftmenu li{
	float: left;
	margin-right: 10px;
}

#footer_rightzone{
	/*background: lime;*/
	width: 710px;
	float: right;
	position: absolute;
	z-index: 0;
	margin-left: 290px;
	_margin-left: 0;
}

*+html #footer_rightzone{
	margin-left: 30px;
}

#footer_rightzone:after { content: url(/images/pixel.gif); display: block; clear: both; height: 0; } 
#footer_rightzone { display: inline-block; } 
#footer_rightzone { display: block; }

#footer_menuzone{
	/*background: red;*/
	width: 540px;
	float: left;
	margin-top: 15px;
	font-size: 12px; font-size: 1.2rem;
}

#footer_menuzone ul {
	float: left;
	margin: 0 30px 5px 0;
}
#footer_menuzone ul a{
	text-decoration: none;
	color: #FFF;
}
#footer_menuzone ul a:hover {
	color: #999;
}
#footer_menuzone ul li {
	margin: 5px 0;
}
#footer_menuzone ul li ul {
	float: none;
	margin-left: 10px;
}
#footer_menuzone ul li ul li {
	font-weight: normal;
	float: none;
}
#footer_menuzone ul li ul li a {
	color: #666;
}

#footer_reservetab{
	/*background: blue;*/
	width: 170px;
	height: 100px;
	float: right;
	z-index: 999;
	position: relative;
	margin-top: -12px;
	right: 0;
}

#footer_menu a{
	color: white;
	text-decoration:none;
}

#footer_menu:after { content: url(/images/pixel.gif); display: block; clear: both; height: 0; } 
#footer_menu { display: inline-block; } 
#footer_menu { display: block; }

#footer address {
	width: 1000px;
	margin: 0 auto;
	font-size: 10px;font-size: 1.0rem;
	text-align: right;
	font-style: normal;
	padding-bottom: 10px;
}
