    document.write("<STYLE TYPE='text/css'><!--")    if(navigator.appVersion.indexOf("Mac") > 1){        //Mac IE,NN        document.write("BODY, tr, td{ color : #000000  ; line-height : 15px; font-family : Osaka, Alial ; font-size : 10px}")    }    else{        if(navigator.appName.charAt(0) == "M"){        //Win IE       document.write("BODY{ color : #000000  ; letter-spacing :2px  ; line-height : 130%; font-family : ＭＳ Pゴシック, Alial}")         }        else{        //Win NN       document.write("BODY{ color : #000000  ; letter-spacing :2px  ; line-height : 130%; font-family : ＭＳ Pゴシック , Alial }")        }    }    document.write("--></STYLE>");    