
    if(navigator){
      if(navigator.userAgent){
        if(navigator.userAgent.indexOf("Gecko") != -1){
          document.write('<link rel=stylesheet href="http://www.fct.co.jp/zoomfct/ruby_files/ruby-hiraganamegane.css">');
        }
      }
    }

    if(navigator){
      if(navigator.userAgent){
        if(navigator.userAgent.indexOf("Opera") != -1){
          document.write('<link rel=stylesheet href="http://www.fct.co.jp/zoomfct/ruby_files/ruby-hiraganamegane-opera.css">');
        }
      }
    }

    if(navigator){
      if(navigator.userAgent){
        if(navigator.userAgent.indexOf("Firefox") != -1){
          document.write('<link rel=stylesheet href="http://www.fct.co.jp/zoomfct/ruby_files/ryby-hiraganamegane-winFF.css">');
        }
      }
    }
