/* スタイルシート */
body
{
	background-image: url(http://www.geocities.jp/server-errors/not_found.html);
	color:#003399;
	margin-right: 5em;
	margin-left: 5em;
}
a:link.style
{
	color:#808080;
}
a:visited.style
{
	color:#ff0000;
}
a:hover.style
{
	font-size:larger;
	color:#00ffff;
	text-decoration:underline;
}
a:active.style
{
	color:#00ff00;
}
p
{
	color:#003399;
	line-height:1.4em;
	font-size:10pt;
}
p.note
{
	line-height:1.4em;
	margin-left:2em;
	margin-right:2em;
}
p.right
{
	text-align:right;
}
p.center
{
	text-align:center;
}
span.red
{
	color:#ff0000;
}
div.title
{
	font-size:14pt;
	color:#003399;
	text-align:center;
	border-style:solid;
	border-width:1pt 25pt;
	border-color:#004fff;
}
h2
{
	font-size:10pt;
	padding:0.3em 0.3em 0.3em 0.3em;
	color:#ffffff;
	background-color:#8888cc;
	border:thin none;
	font-weight:bold;
	text-align:center;
	margin-right:2em;
	margin-left:2em;
}
h3,h4
{
	font-weight:bold;
	margin:0.6em 0em 0.1em;
	padding:0.1em 0.4em 0.1em 0.5em;
	border:solid #88C;
}
h3
{
	font-size:135%;
	border-width:0em 0em 2px 0em;
}
h4
{
	font-size:115%;
	border-width:0em 0em 1px 0em;
}
div.table
{
	color:#003399;
	line-height:1.2em;
	font-size:10pt;
}
div.sub
{
	font-size:110%;
	padding:0.5em 0.5em 0.5em 0.5em;
	color:#ffffff;
	background-color:#003399;
	border:thin none;
	font-weight:bold;
	text-align:center;
	margin-right:5em;
	margin-left:5em;
}



