mac = (navigator.appVersion.indexOf('Mac') != -1)?true:false;
nn4 = (navigator.appVersion.indexOf('4.') != -1)?true:false;
safari = (navigator.appVersion.indexOf('Safari') != -1)?true:false;
ie = (navigator.appName.charAt(0) == "M")?true:false;


document.write("<style type='text/css'><!--");

if(mac)
{
    if(ie)
    {
        document.write (".headline{font-size:100%; line-height:110%; font-weight:bold}");
        document.write (".common{font-size:85%; line-height:170%}");
        document.write (".commonNLH{font-size:85%}");
        document.write (".small{font-size:70%; line-height:110%}");
        document.write (".linktext{text-decoration:none}");
        document.write ("a:hover{text-decoration:underline}");
    }
    else if(safari)
    {
        document.write (".headline{font-size:125%; line-height:110%; font-weight:bold; font-family:Hiragino Kaku Gothic Pro}");
        document.write (".common{font-size:105%; line-height:170%; font-family:Hiragino Kaku Gothic Pro}");
        document.write (".commonNLH{font-size:105%; font-family:Hiragino Kaku Gothic Pro}");
        document.write (".small{font-size:90%; line-height:120%; font-family:Hiragino Kaku Gothic Pro}");
        document.write (".linktext{text-decoration:none}");
        document.write ("a:hover{text-decoration:underline}");
    }
    else
    {
        document.write (".headline{font-size:110%; line-height:110%; font-weight:bold; font-family:Hiragino Kaku Gothic Pro,Osaka,Helvetica}");
        document.write (".common{font-size:95%; line-height:160%; font-family:Hiragino Kaku Gothic Pro,Osaka,Helvetica}");
        document.write (".commonNLH{font-size:95%; font-family:Hiragino Kaku Gothic Pro,Osaka,Helvetica}");
        document.write (".small{font-size:75%; line-height:110%; font-family:Hiragino Kaku Gothic Pro,Osaka,Helvetica}");
        document.write (".linktext{text-decoration:none}");
        document.write ("a:hover{text-decoration:underline}");
    }
}
else
{
    if(ie)
    {
        document.write (".headline{font-size:100%; line-height:120%; font-weight:bold; font-family:メイリオ,ＭＳ Ｐゴシック,Arial;}");
        document.write (".common{font-size:85%; line-height:170%; font-family:メイリオ,ＭＳ Ｐゴシック,Arial;}");
        document.write (".commonNLH{font-size:85%; font-family:メイリオ,ＭＳ Ｐゴシック,Arial;}");
        document.write (".small{font-size:75%; line-height:120%; font-family:メイリオ,ＭＳ Ｐゴシック,Arial;}");
        document.write (".linktext{text-decoration:none}");
        document.write ("a:hover{text-decoration:underline}");
    }
    else if(nn4)
    {
        document.write (".headline{font-size:130%; line-height:160%; font-weight:bold; font-family:メイリオ,ＭＳ Ｐゴシック,Arial;}");
        document.write (".common{font-size:115%; line-height:160%; font-family:メイリオ,ＭＳ Ｐゴシック,Arial;}");
        document.write (".commonNLH{font-size:115%; font-family:メイリオ,ＭＳ Ｐゴシック,Arial;}");
        document.write (".small{font-size:95%; line-height:125; font-family:メイリオ,ＭＳ Ｐゴシック,Arial;%}");
        document.write (".linktext{text-decoration:none}");
        document.write ("a:hover{text-decoration:underline}");
    }
    else
    {
        document.write (".headline{font-size:100%; line-height:120%; font-weight:bold; font-family:メイリオ,ＭＳ Ｐゴシック,Arial}");
        document.write (".common{font-size:95%; line-height:150%; font-family:メイリオ,ＭＳ Ｐゴシック,Arial}");
        document.write (".commonNLH{font-size:95%; font-family:メイリオ,ＭＳ Ｐゴシック,Arial}");
        document.write (".small{font-size:75%; line-height:120%; font-family:メイリオ,ＭＳ Ｐゴシック,Arial}");
        document.write (".linktext{text-decoration:none}");
        document.write ("a:hover{text-decoration:underline}");
    }
}

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