<!--
var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( !(bName == "M" && vNum < 4) || !(bName == "N" && vNum < 4)){//ブラウザが４未満はスタイルシート無効
document.writeln("<STYLE TYPE='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > -1){

//MACはOsaka
document.writeln("BODY,TH,TD {font-family: Osaka; font-Size:12px; }");

if( bName == "M"){

// MAC IE
document.writeln(".f1{font-size:9px; line-height:12px}");
document.writeln(".f2{font-Size:10px; line-height:13px}");
document.writeln(".f22{font-Size:10px; line-height:15px}");
document.writeln(".f3{font-Size:12px; line-height:15px}");
document.writeln(".f32{font-Size:12px; line-height:15px}");
document.writeln(".f33{font-Size:12px; line-height:15px}");
document.writeln(".f34{font-Size:12px; line-height:18px}");
document.writeln(".f4{font-Size:14px; line-height:18px}");
document.writeln(".flink{font-Size:14px; line-height:20px}");

}else{
if( vNum < 5 ){

// MAC NETSCAPE 4.x
document.writeln(".f1{font-size:9px; line-height:12px}");
document.writeln(".f2{font-Size:10px; line-height:13px}");
document.writeln(".f22{font-Size:10px; line-height:15px}"); 
document.writeln(".f3{font-Size:12px; line-height:15px}");
document.writeln(".f32{font-Size:12px; line-height:15px}");
document.writeln(".f33{font-Size:12px; line-height:15px}");
document.writeln(".f34{font-Size:12px; line-height:18px}");
document.writeln(".f4{font-Size:14px; line-height:18px}");
document.writeln(".flink{font-Size:14px; line-height:20px}");

}else{

// MAC NETSCAPE 6.x~
document.writeln(".f1{font-size:9px; line-height:12px}");
document.writeln(".f2{font-Size:10px; line-height:13px}");
document.writeln(".f22{font-Size:10px; line-height:15px}"); 
document.writeln(".f3{font-Size:12px; line-height:15px}");
document.writeln(".f32{font-Size:12px; line-height:15px}");
document.writeln(".f33{font-Size:12px; line-height:15px}");
document.writeln(".f34{font-Size:12px; line-height:18px}");
document.writeln(".f4{font-Size:14px; line-height:18px}"); 
document.writeln(".flink{font-Size:14px; line-height:20px}");

}
}
}else{

//WINはＭＳ Ｐゴシック
document.writeln("BODY,TH,TD {font-family: ＭＳ Ｐゴシック; font-Size:12px; }");

if( bName == "M"){

// WIN IE
document.writeln(".f1{font-size:10px; line-height:12px}");
document.writeln(".f2{font-Size:11px; line-height:13px}");
document.writeln(".f22{font-Size:11px; line-height:15px}");
document.writeln(".f3{font-Size:12px; line-height:15px; letter-spacing:1px}");
document.writeln(".f32{font-Size:12px; line-height:15px; letter-spacing:-1px}");
document.writeln(".f33{font-Size:12px; line-height:21px; letter-spacing:0px}");
document.writeln(".f34{font-Size:12px; line-height:18px; letter-spacing:1px}");
document.writeln(".f4{font-Size:14px; line-height:18px; letter-spacing:1px}");
document.writeln(".flink{font-Size:14px; line-height:22px; letter-spacing:0px}");

}else{
if( vNum < 5 ){

// WIN NETSCAPE 4.x
document.writeln(".f1{font-size:11px; line-height:12px}");
document.writeln(".f2{font-Size:11px; line-height:13px}");
document.writeln(".f22{font-Size:11px; line-height:15px}");
document.writeln(".f3{font-Size:14px; line-height:15px}");
document.writeln(".f32{font-Size:14px; line-height:15px}");
document.writeln(".f33{font-Size:14px; line-height:20px}");
document.writeln(".f34{font-Size:14px; line-height:18px}");
document.writeln(".f4{font-Size:16px; line-height:18px}");
document.writeln(".flink{font-Size:14px; line-height:22px}");

}else{
// WIN NETSCAPE 6.x~

document.writeln(".f1{font-size:10px; line-height:12px}");
document.writeln(".f2{font-Size:11px; line-height:13px}");
document.writeln(".f22{font-Size:11px; line-height:15px}");
document.writeln(".f3{font-Size:12px; line-height:15px}");
document.writeln(".f32{font-Size:12px; line-height:15px}");
document.writeln(".f33{font-Size:12px; line-height:20px}");
document.writeln(".f34{font-Size:12px; line-height:18px}");
document.writeln(".f4{font-Size:14px; line-height:18px}");
document.writeln(".flink{font-Size:14px; line-height:22px}");

}
}
}
}

document.writeln(".linkcell{cursor:hand;}");

document.writeln("a{text-decoration:none;}");
document.writeln("A:link { color: #666666; text-decoration: underline; }");
document.writeln("A:visited { color : #666666; text-decoration: underline; }");
document.writeln("a:active { color : #990000; text-decoration: none; }");
document.writeln("a:hover { color : #990000; text-decoration: none; }");

document.writeln("A.navi{line-height:14px; }");
document.writeln("A.navi:link{ color: #606060; }");
document.writeln("A.navi:visited{ color: #606060; } ");
document.writeln("A.navi:active{ color: #606060; }");
document.writeln("A.navi:hover{ color: #606060;text-decoration:none; }");
document.writeln("--></STYLE>");
//-->