/* Main CSS Ver.2.0 */
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
document.write("<STYLE TYPE='text/css'><!--")
if(mac){
  if(document.all){
    //Mac IE           
    document.write(".t09{font-Size:9px; line-height:12px}")
    document.write(".t10{font-Size:10px; line-height:13px}")
    document.write(".t10a{font-Size:10px; line-height:14px}")
    document.write(".t10b{font-Size:10px; line-height:18px}")
    document.write(".t10c{font-Size:10px; line-height:16px}")
    document.write(".t12{font-Size:12px; line-height:14px}")
    document.write(".t12a{font-Size:12px; line-height:22px}")
    document.write(".t12b{font-Size:12px; line-height:18px}")
    document.write(".t14{font-Size:14px; line-height:17px}")
    document.write(".t14a{font-Size:14px; line-height:22px}")
    document.write(".t18{font-Size:18px; line-height:20px}")
    document.write(".Bold{font-weight:bold;}")
  }
  else{
    //Mac NC
    document.write(".t09{font-Size:9px; line-height:12px}")
    document.write(".t10{font-Size:10px; line-height:14px}")
    document.write(".t10a{font-Size:10px; line-height:14px}")
    document.write(".t10b{font-Size:10px; line-height:18px}")
    document.write(".t10c{font-Size:10px; line-height:16px}")
    document.write(".t12{font-Size:12px; line-height:15px}")
    document.write(".t12a{font-Size:12px; line-height:22px}")
    document.write(".t12b{font-Size:12px; line-height:18px}")
    document.write(".t14{font-Size:14px; line-height:17px}")
    document.write(".t14a{font-Size:14px; line-height:22px}")
    document.write(".t18{font-Size:18px; line-height:21px}")    
    document.write(".Bold{font-weight:bold;}")
  }
}
else{
  if(document.all){
    //WIN IE
    document.write(".t09{font-Size:9px; line-height:11px}")
    document.write(".t10{font-Size:10px; line-height:13px}")
    document.write(".t10a{font-Size:10px; line-height:14px}")
    document.write(".t10b{font-Size:10px; line-height:18px}")
    document.write(".t10c{font-Size:10px; line-height:16px}")
    document.write(".t12{font-Size:12px; line-height:14px}")
    document.write(".t12a{font-Size:12px; line-height:22px}")
    document.write(".t12b{font-Size:12px; line-height:18px}")
    document.write(".t14{font-Size:14px; line-height:16px}")
    document.write(".t14a{font-Size:14px; line-height:21px}")
    document.write(".t18{font-Size:18px; line-height:20px}")
    document.write(".Bold{font-weight:bold;}")
  }
  else{
    //WIN NC
    document.write(".t09{font-Size:9px; line-height:10px}")
    document.write(".t10{font-Size:11px; line-height:12px}")
    document.write(".t10a{font-Size:11px; line-height:14px}")
    document.write(".t10b{font-Size:11px; line-height:18px}")
    document.write(".t10c{font-Size:11px; line-height:16px}")
    document.write(".t12{font-Size:12px; line-height:14px}")
    document.write(".t12a{font-Size:12px; line-height:22px}")
    document.write(".t12b{font-Size:12px; line-height:18px}")
    document.write(".t14{font-Size:14px; line-height:15px}")
    document.write(".t14a{font-Size:14px; line-height:20px}")
    document.write(".t18{font-Size:18px; line-height:18px}")
    document.write(".Bold{font-weight:bold;}")
  }
}
/* Option CSS */
document.write("A.LINKS:link{color: #555555; text-decoration: underline;}")
document.write("A.LINKS:active {color: #555555; text-decoration: underline;}")
document.write("A.LINKS:visited {color: #555555; text-decoration: underline;}")
document.write("A.LINKS:hover{color: #555555; text-decoration: none;}")

//オプションとしてCSSファイルに追加したものを同様にJsファイルに記述。

document.write("--></STYLE>");
