BODY	{					/* ドキュメント全体 */
	background-color:#ffffff;			/* 背景色：白 */
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	font-size:medium;				/* フォントサイズ：normal */
	text-align:left;			/* 文字揃え：左寄せ */
	text-indent:0pt;			/* インデント：0pt */
	color:#666666;				/* 文字色：黒 */
	margin:0px 0px;				/* マージン：上下・左右 */
	}

A:link	{
	color:#3366ff;
	background:transparent;
	}

A:visited	{
	color:#336699;
	background:transparent;
	}

A:active	{
	color:#ff9900;
	background:transparent;
	}

A:hover		{
	text-decoration:underline;
	color:#ff6600;
	background:transparent;
	}

hr	{
	height:1px;
	color:#cccccc;
	background:transparent;
	}

  h1 { font-family: "Arial","Helvetica","sans-serif";
    font-size: medium;
    font-weight: bold;
    color: rgb(51, 102, 255);
    }

  h3 { font-family: "Arial","Helvetica","sans-serif";
    font-size: small;
    font-weight: normal;
    }

  h4 { font-family: "Arial","Helvetica","sans-serif";
    font-size: x-small;
    font-weight: bold;
    }

h6 {  font-family: "ＭＳ ゴシック", "Arial", "Helvetica", "sans-serif"; font-size: xx-small; font-weight: normal}
