body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-align: center; 
}

#body-box {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style: solid;
	border-color:midnightblue;
	text-align: left; 
}

#header-box {
	background-image:url(../../mtr/sky_up.jpg);
	background-color: #003399;
	font-size:20pt; color:white; text-align:center; line-height:100%;
	border-style:solid;
	border-color:midnightblue;
	border-width: 1px 0;
	color:darkblue;
	padding:20px;
}
#menu-box{
	float: left;
	width: 245px;
	background-color: azure;
	border-style:solid;
	border-color:midnightblue;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	padding: 20px 5px 32768px 5px;
	margin: 0 0 -32748px 0;
}
#contents-body{
	float: right;
	background-color: white;
	width: 520px;
	font-size:10.5pt;
	line-height:180%;
	padding: 30px 20px 32768px 45px;
	margin: 0 0 -32748px 0;
}
#footer-box {
	clear:both;
	width: 848px;
	font-size: 10pt;
	background-color: midnightblue;
	text-align: center;
	padding: 1px;
	color: #FFFFFF;
	position: relative; z-index: 1;
}

#level01{
	text-indent:-2.5em; font-weight:bold;
}
#level02{
	text-indent:-1.5em;
}
#level03{
	text-indent:-1em;
}

/* リンク              */
a:link {
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	}
a:active {
	color: red;
	text-decoration:none;
	}
a:hover {
	color: red;
	}
