body {
	background-color: #000000;
	font-size: 12px;
	color: #ffffff;
	line-height: 150%;
}

.s1 {
	font-size: 10px;
	line-height: 150%;
	color: #999999;
}

a:link {
	color: #ffffff;					/*リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}
a:visited {
	color: #ff9900;					/*訪問済リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}
a:hover {
	color: #ff0000;					/*カーソルをのせる*/
	text-decoration: underline;
}
a:active {
	color: #ffff00;					/*クリックしたとき*/
	text-decoration: underline;
}
 
.aka {								/*文字色指定*/
	color: #ff0000;
}

.nezumi {								/*文字色指定*/
	color: #999999;
}

table {								/*テーブル基本*/
	font-size: 12px;
	line-height: 150%;
	color: #ffffff;
}