<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 全ブラウザ共通スタイルシート */



.f1, .f2, .f3, .f4, .f5
{
	font-family	: Osaka, 'ＭＳ Ｐゴシック', sans-serif ;
}

.e1, .e2, .e3, .e4, .e5
{
	font-family	: Verdana, Arial, Helvetica, sans-serif ;
}



/* --------------------------
NN6 以外のバグを修正
※NN6 以外は small が標準設定
-------------------------- */
.f1, .e1
{
	font-size : xx-small ;
}

.f2, .e2
{
	font-size : x-small ;
}

.f3, .e3
{
	font-size : small ;
}

.f4, .e4
{
	font-size : medium ;
}

.f5, .e5
{
	font-size : large ;
}



/*
本来であれば、以下の指定で問題無いものの、
NN6 以外は small が標準設定となっている、および、MacNN4.X系での不具合に
対応するため、個別にスタイルシートを用意する必要がある。

●キーワードによる指定
xx-small, x-small, small, medium, large, x-large, xx-large

.f1, .e1
{
	font-size : xx-small ;
}

.f2, .e2
{
	font-size : x-small ;
}

.f3, .e3
{
	font-size : small ;
}

.f4, .e4
{
	font-size : medium ;
}

.f5, .e5
{
	font-size : large ;
}

.f6, .e6
{
	font-size : x-large ;
}

.f7, .e7
{
	font-size : xx-large ;
}

*/


a:link
{
	color			: #FFFFFF;
	text-decoration	: none ;
}

a:visited
{
	color			: #99FFFF;
	text-decoration	: none ;
}

a:active
{
	color			: #FFFFFF;
	text-decoration	: none ;
}

a:hover
{
	color			: #FFFFFF;
	text-decoration	: underline ;
}</pre></body></html>