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

body {
	text-align:center;
	font-size: 9pt;
	line-height: 13pt;
	margin-top: 0px;
	margin-bottom: 0px;
}



#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #efeed5;
}



#header {
	width:800px;
	height:20px;
}



#navigation {
	width:170px;
	float: left;
	height: 100%;
}



#main {
	width:500px;
	float:left;
	height: 100%;
	background-color: #FFFFFF;
}



#right {
	width:130px;
	float:right;
	height: 100%;
	font-size: 10px;
	line-height: 12px;
}



#footer {
	width:800px;
	clear: both;
	background-color: #12311b;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}



#main630 {
	width:580px;
	float:left;
	height: 100%;
	margin-right: 50px;
}



#main_syoin {
	width:630px;
	height: 100%;
	float:left;
}



#opening_main {
	width:750px;
	float:left;
	height: 100%;
	background-color: #efeed5;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}


#flash {
	width:800px;
	float:clear;
	height:300px;
}



.clear {
	width:100%;
	clear:left;
}



h6 {
	font-size:125%;
	margin-bottom: 0;
	margin-top: 0;
	color: #003300;
} 