/*---------------------------------------------*/
/* CopyRight 2003 Earvin-s All Rights Reserved */
/*---------------------------------------------*/

/*---フォントサイズ（TDタグ内）----*/
td {  
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}

/*---フォントサイズ----*/
.f09px {
	font-size: 9px;
	line-height: 120%;
}
.f10px {
	color:#B97D59;
	font-size: 10px;
	line-height: 120%;
}
.f11px {
	font-size: 11px;
	line-height: 120%;
}
.f12px {
	font-size: 12px;
	line-height: 120%;
}
.f14px {
	font-size: 14px;
	line-height: 120%;
}

/*---リンクカラー----*/
a:link {
	color: #0000ff; text-decoration: underline;
}

a:visited {
	 color: #800080; text-decoration: underline;
}

a:hover {
	color: #800080; text-decoration: underline;
}

a:active {
	color: #800080; text-decoration: underline;
}
/*---テキストカラー----*/
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}
