
body {
	font-family: serif;
	color: #000000;
	background: #F0FFF0;
	margin: 0.5em 0.5em 1em;
}

a:link {
	color: #00007F;
}

a:visited {
	color: #3F003F;
}

a:active {
	color: #7F0000;
}

/* ページヘッダー部 */
div#ph {
	font: 0.8em normal monospace;
	color: #000000;
	text-aling: left;
	text-indent: 0em;
	margin: 0em 0em 1em;
	padding: 0em;
	white-space: nowrap;
}

h1 {
	font: bold 2em serif;
	margin: 0.4em 0em 1.8em;
	text-align: center;
	white-space: nowrap;
	color: #0000C0;
}

h2 {
	font: bold 1.5em serif;
	margin: 0.6em 0em 1.8em;
	text-align: center;
	white-space: nowrap;
	color: #000060;
}

h1.withsub {
	margin: .4em 0em 0em;
}

h2.sub {
	margin: 0em 0em 1.8em;
}

h3 {
	font: bold 1.2em serif;
	margin: 2em 0em 1em;
	text-align: center;
	white-space: nowrap;
	color: #000000;
}

.vvsmall {
	font-weight: normal;
	font-size: 0.4em;
}

div {
	font: normal 1em serif;
	text-align: left;
	text-indent: 1em;
	line-height: 1.5em;
}

div.center {	/* 常に下に1行空く */
	text-align: center;
	text-indent: 0em;
	white-space: nowrap;
	margin-bottom: 1em;
}

div.np {	/* next paragraph*/
	margin-top: 1em;
}

div.np2 {	/* next paragraph*/
	margin-top: 1em;
	clear: both;
}

div.link {	/* リンク */
	font: bold 1em serif;
	text-align: center;
	text-indent: 0em;
	white-space: nowrap;
	margin: 2em 0em 1em;
	clear: both;
}

table.clink {
	border-style: none;
	margin: 0em auto 2em;
}

td.clink {
	font-family: monospace;
	text-align: left;
}

img {
	border-style: none;
	margin: 0.7em;
	clear: both;
	float: left;
}

