@charset "euc-jp";

a:link		{ color: #0000ff; text-decoration: none; font-weight: bold }
a:visited	{ color: #800080; text-decoration: none; font-weight: bold }
a:active	{ color: #ff0000; text-decoration: none }

h1		{ color: #00bb88; text-align: center; }
h2		{ color: #0000aa; text-align: left; }
h3		{ color: #0044aa; text-align: left; text-indent: 1em; }
h4		{ text-indent: 2em; }

body {
	background: #bbccbb;
	color: #000000;
	margin: 1em 1em;
}

blockquote {
	margin: 1em 2em;
}

caption {
	vertical-align: top;
	text-align: center;
}

div.asc {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin: 1em 0em;
}

div.url {
	text-align: left;
	font-style: italic;
}

dl dt {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}

em {
	font-style: italic;
	font-weight: bold;
}

p {
	margin: 0.4em 0em;
	text-indent: 1em;
	line-height: 120%;
}

p.small {
	font-size: 90%;
}

pre {
	margin: 1em 0em;
	line-height: 100%;
}

ul li, ol li {
	line-height: 120%;
}

.ba	{ background-color: #abcdef; }
.bb	{ background-color: #ffffcc; }
.bgray	{ background-color: #eeeeee; }
.cred	{ color: #ff0000; }
.left	{ text-align: left; }
.center	{ text-align: center; }
.right	{ text-align: right; }
