/*Β«ΚtHgTCYΜΗ*/
var BrowserVersion   = navigator.appVersion;
var BrowserName      = navigator.appName;

var winIEstylesheet  = "'http://www.kurinomi-net.com/INCLUDE/font_style_winIE.css'" ; /*Windows  pIEX^CV[g*/
var winNNstylesheet  = "'http://www.kurinomi-net.com/INCLUDE/font_style_winNN.css'" ; /*Windows  pNNX^CV[g*/
var winSFstylesheet  = "'http://www.kurinomi-net.com/INCLUDE/font_style_winSF.css'" ; /*Windows  pSafariX^CV[g*/

var macNN4stylesheet = "'http://www.kurinomi-net.com/INCLUDE/font_style_mac4.css'"  ; /*macintoshpNN4X^CV[g*/
var macNN6stylesheet = "'http://www.kurinomi-net.com/INCLUDE/font_style_mac6.css'"  ; /*macintoshpNN6X^CV[g*/
var macIEstylesheet  = "'http://www.kurinomi-net.com/INCLUDE/font_style_IE.css'"    ; /*macintoshpIEX^CV[g*/

var macSFstylesheet  = "'http://www.kurinomi-net.com/INCLUDE/font_style_macSF.css'" ; /*macintoshpSafariX^CV[g*/





<!--                                                                                      -->
<!--                                                                         l                                                                             -->
<!--                                                                                      -->

     if (BrowserVersion.indexOf('Mac') != -1) /*macintoshpuEUH*/
        {
         if (BrowserName.charAt(0) =="N")  /*NetscapeuEUH*/
            {
             if (BrowserVersion.charAt(0) <"5") /*VersionͺTΘΊH*/
                {
                 document.write("<link rel='stylesheet' href=" +  macNN4stylesheet + " type='text/css'>");
                }
        else if (BrowserVersion.charAt(0) >"4.7") /*Versionͺ4.7ΘΊH*/
                {
                 document.write("<link rel='stylesheet' href=" +  macNN6stylesheet  + " type='text/css'>");
                }
            }
    else if (BrowserName.charAt(0) =="M") /*Microsoft InternerExploreruEUH*/
            {
             document.write("<link rel='stylesheet' href=" +  macIEstylesheet + " type='text/css'>");
            }
        }




<!--                                                                                      -->
<!--                                                             l@@v                                                                   -->
<!--                                                                                      -->

     if (BrowserVersion.indexOf('Safari') != -1) /*macintosh & Windowsp SafariuEU*/
        {
         if (BrowserName.charAt(0) =="Mac")  /*Macintoshp*/
            {
                 document.write("<link rel='stylesheet' href=" +  macSFstylesheet  + " type='text/css'>");
            }
    else if (BrowserName.charAt(0) =="Windows") /*Windowsp*/
            {
             document.write("<link rel='stylesheet' href=" +  winSFstylesheet + " type='text/css'>");
            }
        }



<!--                                                                                      -->
<!--                                                                           v                                                                               -->
<!--                                                                                      -->

     if (BrowserVersion.indexOf('Win') != -1) /*Windows MachinepuEUH*/
        {
         if (BrowserName.charAt(0) =="N")  /*NetscapeuEUH*/
            {
             document.write("<link rel='stylesheet' href=" + winNNstylesheet + "type ='text/css'>");
            }
    else if (BrowserName.charAt('Microsoft') !=-1) /*Microsoft InternerExploreruEUH*/
            {
             document.write("<link rel='stylesheet' href=" + winIEstylesheet + "type='text/css'>");
            }
        }
