html {/*スクロールバー*/
	scrollbar-base-color: #000000; 
	scrollbar-arrow-color: white; 
} 
.fontnomal {/*標準のフォント*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
	text-overflow: ellipsis;
}
.smtd {/*8pxのフォントで中央そろえ*/
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	text-overflow: ellipsis;
}
.fontnc {/*標準のフォントで中央そろえ*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	text-overflow: ellipsis;
}
.fontnr {/*標準のフォントで右寄せ*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	text-overflow: ellipsis;
}
body {
	background-color: #000000;
	background-position: center;
}
h1 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	font-variant: normal;
	text-align: center;
}
table {/*標準のテーブル*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.gray {/*メニュー項目の設定*/
	background-color: #666666;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-overflow: ellipsis;
}
.rightgray {
	background-color: #8C8C8C;
	font-size: 9pt;
	text-overflow: ellipsis;
}
.category {/*カテゴリのテーブル*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	text-overflow: ellipsis;
}
.nomal {/**/
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #8C8C8C;
	text-overflow: ellipsis;
}
.txtbox1 {/*管理人コメント欄*/
	width: 460px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	text-overflow: ellipsis;
}
hr {/**/
	color: #ffffff;
}
a:link {/*未アクセス*/
	color: #ffffff;
}
a:visited {/*アクセス済み*/
	color: #ffffff;
} …  
a:active {/*アクティブ時*/
	color: #ffffff;
}