@charset "Shift_JIS";

BODY	{					/* ドキュメント全体 */
	background-color:white;			/* 背景色：白 */
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	font-size:100%;				/* フォントサイズ：12pt */
	text-align:left;			/* 文字揃え：左寄せ */
	text-indent:0pt;			/* インデント：0pt */
	line-height:1.2em;			/* 行幅 */
	color:black;				/* 文字色：黒 */
	margin:5px 5px;				/* マージン：上下・左右 */
	}

A:link,
A:visited	{
	color:#336699;				/* リンク：文字色 */
	text-decoration:none;				/* 下線など */
	}

A:hover,
A:focus,
A:active {
	color: #6699cc;
	text-decoration: underline;
}

ol.list {
	font-size: small;
	}