body {
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Arial;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-align: center; 
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { color: orangered; text-decoration: underline; cursor: pointer; }

a.topmenu:link { color: midnightblue; text-decoration: none; }
a.topmenu:visited { color: midnightblue; text-decoration: none; }
a.topmenu:active { color: midnightblue; text-decoration: none; }
a.topmenu:hover { color: #009900; text-decoration: underline; }

#body-box {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background-color: white;
	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 {
	padding:0px;
	margin:0px;
}
#menu-box{
	float: left;
	width: 200px;
	font-size:10pt;
	background-color: azure;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-style: solid;
	border-color:midnightblue;
	padding: 20px 5px 32768px 5px;
	margin: 0 0 -32748px 0;
}
#contents-body{
	float: right;
	width: 587px;
	font-size:10pt;
	line-height:150%;
	background-color: white;
	padding: 30px 20px 32768px 30px;
	margin: 0 0 -32768px 0;
}
#contents-body-wide{
	margin-top:30px;
	margin-bottom:30px;
	margin-left:75px;
	width: 700px;
	font-size:10pt;
	line-height:150%;
	background-color: white;
}
#footer-box {
	clear:both;
	width: 848px;
	font-size: 10pt;
	background-color: midnightblue;
	text-align: center;
	padding: 1px;
	color: #FFFFFF;
	position: relative; z-index: 1;
}

.leftmenu-title {
	color: midnightblue;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:10px;
	border-style:solid;
	border-color:royalblue;
	font-weight: bold;
	letter-spacing: 2px;
}
.leftmenu-link {
	padding-left: 10px;
	padding-top: 5px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-style:solid;
	border-color:royalblue;
	height: 25px;
}
.contents-title {
	font-weight:bold;
	font-size:12pt;
	margin-bottom:10px;
	padding-top:3pt;
	padding-bottom:3pt;
	padding-left:12pt;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:20px;
	border-style:solid;
	border-left-color:crimson;
	border-bottom-color:gray;
}
.contents-sub-title {
	line-height:150%; vertical-align:middle;
	letter-spacing:2px;
	text-indent:1em;
	border-style:solid;
	border-left-color:cornflowerblue;
	border-bottom-color:gray;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:12px;
	margin-left:2em;
	margin-right:5em;
	margin-bottom:10px;
}
.list {
	margin-top:0em;
	margin-bottom:0em;
}

#level01{
	text-indent:-2.5em;
	font-weight:bold;
}
#level02{
	text-indent:-1.5em;
}
#level03{
	text-indent:-1em;
}
#credit {
	font-size:8pt;
	line-height:120%;
}
