BODY {
	background-color: #DAFFF2;
}

A:link		{color: blue}
A:visited	{color: green}
A:active	{color: #FF0000}
A:hover		{color: #FF9700}

H1 {
	font-size: 20pt;
	color: white;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 1px 20px 40px;
	padding: 6px;
	background-color: black;
	border-width: thin;
	border-width: 6px 10px;
	border-style: solid;
	border-color: #2E55FF;
	line-height: 1.2em;
}

H3 {
	font-size: 14pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 5px 40px;
	padding: 5px;
	line-height: 1.2em;
}

H4 {
	font-size: 11pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 5px 40px;
	padding: 5px;
	line-height: 1.2em;
}

SPAN.h3 {
	font-size: 14pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom : 10px;
	margin-left: 80px;
	line-height : 1.4em;
}

P.kakomi {
	font-size: 11pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 10px 40px;
	padding: 6px;
	line-height: 1.2em;
	background-color: white;
	border-width: thin;
	border-width: 2px;
	border-style: solid;
	border-color: #2E55FF;
}

TABLE {
	margin-top: 10px;
	margin-bottom: 10px;
}

TH {
	font-size: 11pt;
	color: white;
	font-style: normal;
	font-weight: normal;
	background-color: black;
	padding: 2px;
}

TD.moji {
	font-size: 11pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	background-color: white;
	padding: 4px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}