body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #D9FFE6;
	color: #000000;
	font-weight: bold;
}
.japanese {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	font-weight: normal;
}
.mainblock {
	width:820px;
	background-color:#FFFFFF;
	border: thin solid #000000;
	text-align:left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
	text-decoration: none;
}
.headingblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
	text-decoration: none;
}
.MenuOption {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.MenuOption a {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.MenuOption a:active {
	color: #000000;
}
.MenuOption a:hover {
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.tableinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.flright {
	float : right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.flleft {
	float : left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}