<!--
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image : url(bg_left_orange.gif);
	background-repeat: repeat-y;
	font-family: Osaka, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	font-size: 14px;
	color: #000000;
}
.header {
	width: 540px;
	margin: 0 0 0 180px;
	background-color: #000080;
	background-image : url(headerimg.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.logo {
	margin: 0;
	padding: 10px 220px 26px 10px;
}
.logo img {
	width: 275px;
	height: 24px;
	border: none;
}
.main {
	width: 530px;
	margin: 0 0 0 180px;
	padding: 20px 0 20px 10px;
}
.main h1 {
	margin: 0 0 20px 0;
	padding: 2px 5px;
	background-color: #993300;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.5em;
}
.main h2 {
	margin: 0 0 5px 0;
	padding: 2px 5px;
	border-left: solid 15px #FF9900;
	border-bottom: solid 1px #FF9900;
	font-size: 16px;
	color: #009900;
}
.text p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 180%;
}
.text {
	margin: 0 0 20px 70px;
	line-height: 180%;
}
.footer {
	width: 540px;
	margin: 0 0 0 180px;
	padding: 5px 0;
	border-top: solid 1px #CCCCCC;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.menu {
	width: 180px;
	position: absolute;
	left: 0;
	top: 60px;
}
.menu div {
	width: 180px;
	padding: 8px 0;
	border-bottom: dashed 2px #996666;
}
.menu div.top {
	border-top: dashed 2px #996666;
}
.menu div.current {
	background-color: #FF9900;
}
.menu a {
	padding-left: 15px;
	background-image : url(arrow1.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:link {
	color: #339933;
}
.menu a:visited {
	color: #336633;
}
.menu a:hover {
	background-image : url(arrow2.gif);
	color: #CC3333;
}
.hiddenImg {
	display: none;
}
-->
</style>