/* 全ブラウザ共通スタイルシート */



.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			: #0000FF;
	text-decoration	: none ;
	text-decoration	: under-line ;
}

a:visited
{
	color			: #9900CC;
	text-decoration	: none ;
}

a:active
{
	color			: #0099FF;
	text-decoration	: none ;
}

a:hover
{
	color			: #0066FF;
	text-decoration	: none ;
}
.side_bg_top { background-image: url(../../../img/side_bg_1.jpg); background-repeat: repeat-y; background-attachment: scroll}
.text_bg {  background-color: #FFFF66}
.side_bg_back {  background-image: url(../../../../img/side_bg_1.jpg); background-attachment: scroll; background-repeat: repeat-y}
.side_bg_aida {  background-attachment: scroll; background-image: url(../../../img/side_bg_3.jpg); background-repeat: repeat-y}
.side_bg_bbs {  background-attachment: scroll; background-image: url(../../../img/side_bg_4.jpg); background-repeat: repeat-y}
