/* 全ブラウザ共通スタイルシート */



.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			: #003399;
	text-decoration	: none ;
}

a:visited
{
	color			: #FF6633;
	text-decoration	: none ;
}

a:active
{
	color			: #003399;
	text-decoration	: none ;
}

a:hover
{
	color			: #003399;
	text-decoration	: underline ;
}

/*	テキスト装飾用css　start	*/
.txt_title{
color:#FF0000;
font-weight:bold;
font-size:20px;
}
.txt_red{
color:#FF0000;
font-weight:bold;
font-size:14px;
}
.txt_blue{
color:#0033CC;
font-weight:bold;
font-size:14px;
}
/*	テキスト装飾用css　e n d	*/