var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
if( bName == "M")
{

// MAC IE
document.writeln(".ja9{font-size:9px; line-height:12px;font-family:Osaka,'ＭＳ ゴシック';}");
document.writeln(".ja10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳ ゴシック';}");
document.writeln(".ja12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳ ゴシック';}");
document.writeln(".ja14{font-Size:14px; line-height:20px;font-family:Osaka,'ＭＳ ゴシック';}");
document.writeln(".white12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳ ゴシック'; color:#ffffff;}");
document.writeln(".red12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳ ゴシック'; color:#990033;}");
document.writeln(".red10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳ ゴシック'; color:#990033;}");
document.writeln(".green10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳ ゴシック'; color:#009900;}");
document.writeln(".blue12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳ ゴシック'; color:#0054A6;}");
}
else
{
if( vNum < 5 )
{
// MAC NETSCAPE 4.x
document.writeln(".ja9{font-size:9px; line-height:12px;font-family:Osaka;}");
document.writeln(".ja10{font-Size:10px; line-height:12px;font-family:Osaka;}");
document.writeln(".ja12{font-Size:12px; line-height:14px;font-family:Osaka;}");
document.writeln(".ja14{font-Size:14px; line-height:20px;font-family:Osaka;}");
document.writeln(".white12{font-Size:12px; line-height:14px;font-family:Osaka; color:#ffffff;}");
document.writeln(".red12{font-Size:12px; line-height:14px;font-family:Osaka; color:#990033;}");
document.writeln(".red10{font-Size:10px; line-height:12px;font-family:Osaka; color:#990033;}");
document.writeln(".green10{font-Size:10px; line-height:12px;font-family:Osaka; color:#009900;}");
document.writeln(".blue12{font-Size:12px; line-height:14px;font-family:Osaka; color:#0054A6;}");
}
else
{
// MAC NETSCAPE 6.x~
document.writeln(".ja9{font-size:9px; line-height:12px;font-family:Osaka,'ＭＳ ゴシック';}");
document.writeln(".ja10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳ ゴシック';}");
document.writeln(".ja12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳ ゴシック';}");
document.writeln(".ja14{font-Size:14px; line-height:20px;font-family:Osaka,'ＭＳ ゴシック';}");
document.writeln(".white12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳ ゴシック'; color:#ffffff;}");
document.writeln(".red12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳ ゴシック'; color:#990033;}");
document.writeln(".red10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳ ゴシック'; color:#990033;}");
document.writeln(".green10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳ ゴシック'; color:#009900;}");
document.writeln(".blue12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳ ゴシック'; color:#0054A6;}");
}
}
}
else
{
if( bName == "M")
{
// WIN IE
document.writeln(".ja9{font-size:9px; line-height:12px;font-family:Osaka,'ＭＳＰ ゴシック';}");
document.writeln(".ja10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳＰ ゴシック';}");
document.writeln(".ja12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳＰ ゴシック';}");
document.writeln(".ja14{font-Size:14px; line-height:20px;font-family:Osaka,'ＭＳＰ ゴシック';}");
document.writeln(".white12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳＰ ゴシック'; color:#ffffff;}");
document.writeln(".red12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳＰ ゴシック'; color:#990033;}");
document.writeln(".red10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳＰ ゴシック'; color:#990033;}");
document.writeln(".green10{font-Size:10px; line-height:12px;font-family:Osaka,'ＭＳＰ ゴシック'; color:#009900;}");
document.writeln(".blue12{font-Size:12px; line-height:14px;font-family:Osaka,'ＭＳＰ ゴシック'; color:#0054A6;}");
}
else
{
if( vNum < 5 )
{
// WIN NETSCAPE 4.x
document.writeln(".ja9{font-size:10px; line-height:12px;letter-spacing:1px;}");
document.writeln(".ja10{font-Size:11px; line-height:12px;letter-spacing:1px;}");
document.writeln(".ja12{font-Size:13px; line-height:14px;letter-spacing:1px;}");
document.writeln(".ja14{font-Size:15px; line-height:20px;letter-spacing:1px;}");
document.writeln(".white12{font-Size:13px; line-height:14px;letter-spacing:1px; color:#ffffff;}");
document.writeln(".red12{font-Size:13px; line-height:14px;letter-spacing:1px; color:#990033;}");
document.writeln(".red10{font-Size:11px; line-height:12px;letter-spacing:1px; color:#990033;}");
document.writeln(".green10{font-Size:11px; line-height:12px;letter-spacing:1px; color:#009900;}");
document.writeln(".blue12{font-Size:13px; line-height:14px;letter-spacing:1px; color:#0054A6;}");
}
else
{
// WIN NETSCAPE 6.x~
document.writeln(".ja9{font-size:10px; line-height:12px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px;}");
document.writeln(".ja10{font-Size:11px; line-height:12px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px;}");
document.writeln(".ja12{font-Size:13px; line-height:14px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px;}");
document.writeln(".ja14{font-Size:15px; line-height:20px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px;}");
document.writeln(".white12{font-Size:13px; line-height:14px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px; color:#ffffff;}");
document.writeln(".red12{font-Size:13px; line-height:14px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px; color:#990033;}");
document.writeln(".red10{font-Size:11px; line-height:12px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px; color:#990033;}");
document.writeln(".green10{font-Size:11px; line-height:12px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px; color:#009900;}");
document.writeln(".blue12{font-Size:13px; line-height:14px;font-family:Osaka,'ＭＳＰ ゴシック';letter-spacing:1px; color:#0054A6;}");
}
}
}
 document.writeln("--></STYLE>");

