BODY {
	font-size: 16pt;
	color: white;
	background-color: black;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
A:link {
	font-weight: bold;
	color: red;
	text-decoration: none;
}
A:visited {
	font-weight: bold;
	color: #CC0000;
}
A:vlink {
	font-weight: bold;
	color: #CC0000;
}
A:hover {
	text-decoration: underline;
}
A:alink {
	color: blue;
}
A:active {
	color: blue;
}
A.mojikyo:link {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
A.mojikyo:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
A.mojikyo:vlink {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
A.mojikyo:hover {
	color: white;
	text-decoration: underline;
}
A.mojikyo:active {
	color: gray;
	background-color: white;
}
H1 {
	font-weight: bold;
	font-size: 24pt;
	color: #EE0000;
	background-color: #F4F4FF;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	border-width: 10 0;
	border-color: gray;
	border-style: double;
}
H2 {
	font-weight: bold;
	font-size: 16pt;
	color: #EE0000;
	background-color: #F0F0FF;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 2;
	border-width: 3 30;
	border-color: white;
	border-style: solid;
}
H2.alert {
	font-weight: bold;
	font-size: 14pt;
	color: #EE0000;
	background-color: black;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	border-width: 0;
	border-color: white;
	border-style: none;
}
H2.info {
	font-weight: bold;
	font-size: 10pt;
	color: #0000EE;
	background-color: #FCFCE8;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	border-width: 3;
	border-color: white;
	border-style: solid;
}
H2.news {
	font-weight: bold;
	font-size: 11pt;
	color: white;
	background-color: black;
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	border-width: 0;
	border-color: white;
	border-style: none;
}
P {
	font-size: 14pt;
	line-height: 1.5em;
	color: white;
	text-align: center;
}
P.contents {
	font-size: 11pt;
	line-height: 1.2em;
	color: white;
	text-align: center;
}
P.text {
	font-size: 10pt;
	line-height: 1.2em;
	color: white;
	text-align: left;
	text-indent: 1em;
}
P.update {
	font-size: 10pt;
	line-height: 1.2em;
	text-align: right;
	color: white;
}
P.alert {
	font-size: 12pt;
	line-height: 1.2em;
	color: white;
	text-align: left;
}
TABLE.image {
	background-color: #F0F0FF;
}
TD, DL, UL, DIV {
	line-height: 1.2em;
	font-size: 10pt;
	color: white;
}
ADDRESS {
	font-weight: normal;
	font-size: 10pt;
	text-align: center;
}
DIV.preface {
	margin-right: 5em;
	margin-left: 5em;
}
EM {
	font-style: normal;
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.red {
	color: red;
}
