body {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	background-color: #e4eeff;
	letter-spacing: 1px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color: #336699;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 1.5;
}
p {
	margin: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	line-height: 1.4;
	font-size: 12px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}


/* main --------------------------*/
#full_body {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #557744;
	text-align: left;
	padding-bottom: 0.2em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #115588;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #446633;
	margin-bottom: 0.15em;
}

#header {
	margin: 0px;
	width: 450px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 210px;
	padding-right: 460px;
	padding-bottom: 20px;
	padding-left: 70px;
	color: #558844;
}



#container {
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
}
#main_box {
	width: 960px;
	background-image: url(../img/text01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #667788;
}
#menu_box {
	float: left;
	height: 720px;
	width: 540px;
	padding-left: 10px;
	padding-top: 8px;
}
#sub_box {
	float: right;
	width: 400px;
	color: #667788;
}
.seat {
	background-image: url(../img/seat.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 56px;
	width: 366px;
	padding: 7px;
	color: #557744;
	text-align: center;
	font-size: 12px;
}





#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 970px;
	margin: 0px;
	clear: both;
	text-align: right;
	padding-top: 19px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #447733;
}
#footer a {
	color: #115533;
	text-decoration: none;
}
#footer a:hover {
	color: #447733;
	text-decoration: none;
}
.red_text {
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 0.5em;
}




/* clear fix -------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix{display:inline-block;}
/* Hide from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
*html #header{width: 980px;}
/* End hide from IE-mac\*/
