BODY {
	background-color: #FFFFCC;
	
}

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

H1 {
	font-size: 20pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	margin: 10px, 20px, 40px, 20px;
	padding: 10px;
	background-color: black;
	border-width: thin;
	border-width: 6px 10px 6px 10px;
	border-style: solid;
	border-color: #009900;
}

H2 {
	font-size: 17pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	margin: 20px, 20px, 20px, 20px;
	padding: 6px 6px 6px 6px;
	background-color: #0a0a0a;
	border-width: thin;
	border-width: 2px 10px 2px 10px;
	border-style: solid;
	border-color: #009900;
	line-height: 1.2em;
}

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

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

P.kakomi {		/* ¸ī•ńBOX */
	font-size: 11pt;
	color: black;
	font-style: normal;
	font-weight: normal;
	margin: 10px 25px 10px 25px;
	padding: 6px;
	line-height: 1.2em;
	background-color: white;
	border-width: thin;
	border-width: 2px;
	border-style: solid;
	border-color: #009900;
}
