var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
  location.href="/ns/js/getnewbrowser.html";
if ( bName == "N" && vNum < 4)
  location.href="/ns/js/getnewbrowser.html";

var ua, mode;
ua = navigator.userAgent;


document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
  if ( ua.indexOf("Opera", 0) >= 0 )
  {
    // MAC Opera
    document.writeln('*{font-family: "MS PGothic", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS Gothic", Gothic, sans-serif; letter-spacing: -0.05em;}');
    document.writeln(".fix9{font-size:9px;}");
    document.writeln(".fix10{font-size:10px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.2em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.3em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.4em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.4em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%; line-height:1.0em;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else if ( ua.indexOf("MSIE", 0) >= 0 )
  {
    // MAC IE
    document.writeln('*{font-family: "MS PGothic", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS Gothic", Gothic, sans-serif; letter-spacing: -0.05em;}');
    document.writeln(".fix9{font-size:10px;}");
    document.writeln(".fix10{font-size:11px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.2em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.3em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.4em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.4em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%; line-height:1.0em;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else if ( ua.indexOf("Mozilla/4", 0) >= 0 )
  {
   // MAC NETSCAPE 4.x
    document.writeln('*{font-family: "MS PGothic", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS Gothic", Gothic, sans-serif; letter-spacing: -0.1em;}');
    document.writeln(".fix9{font-size:10px;}");
    document.writeln(".fix10{font-size:11px;}");
    document.writeln(".fix12{font-size:13px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:15px;}");
    document.writeln(".fix16{font-size:17px;}");
    document.writeln(".txt0h{font-size: 90%; line-height:1.3em;}");
    document.writeln(".txt1h{font-size: 105%; line-height:1.3em;}");
    document.writeln(".txt2h{font-size: 120%; line-height:1.45em;}");
    document.writeln(".txt3h{font-size: 135%; line-height:1.5em;}");
    document.writeln(".txt0{font-size: 90%;}");
    document.writeln(".txt1{font-size: 105%;}");
    document.writeln(".txt2{font-size: 120%; line-height:1.0em;}");
    document.writeln(".txt3{font-size: 135%;}");
    document.writeln(".txt4{font-size: 180%;}");
    document.writeln("h3{font-size: 135%; line-height:1.0em;}");
    document.writeln("h2{font-size: 150%;}");
    document.writeln("h1{font-size: 165%;}");
    document.writeln(".menu{font-size: 105%;}");
  }
  else if ( ua.indexOf("Netscape", 0) >= 0 )
  {
    // MAC NETSCAPE 6.x~
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS Gothic", Gothic, sans-serif; letter-spacing: -0.05em;}');
    document.writeln(".fix9{font-size:9px;}");
    document.writeln(".fix10{font-size:10px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:12px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:15px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.3em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.25em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.4em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.5em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%; line-height:1.0em;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%; line-height:1.0em;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else if ( ua.indexOf("Safari", 0) >= 0 )
  {
    // Safari
    document.writeln('*{font-family: "MS PGothic", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS Gothic", Gothic, sans-serif; letter-spacing: -0.05em;}');
    document.writeln(".fix9{font-size:9px;}");
    document.writeln(".fix10{font-size:10px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:15px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.2em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.3em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.4em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.5em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%; line-height:1.0em;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else if ( ua.indexOf("Mozilla/5", 0) >= 0 )
  {
   // MAC Firefox 1.x~
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS Gothic", Gothic, sans-serif; letter-spacing: -0.05em;}');
    document.writeln(".fix9{font-size:9px;}");
    document.writeln(".fix10{font-size:10px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:12px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.3em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.25em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.4em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.4em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%; line-height:1.0em;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%; line-height:1.0em;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else
  {
    // ‚»‚Ì‘¼‚Ìƒuƒ‰ƒEƒU
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "MS Gothic", Gothic, sans-serif; letter-spacing: -0.05em;}');
    document.writeln(".fix9{font-size:10px;}");
    document.writeln(".fix10{font-size:11px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:12px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.2em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.3em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.4em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.4em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%; line-height:1.0em;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }

}
else
{

  if ( ua.indexOf("Opera", 0) >= 0 )
  {
    // WIN Opera
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "MS Gothic", Gothic, sans-serif;}');
    document.writeln(".fix9{font-size:10px;}");
    document.writeln(".fix10{font-size:11px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.4em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.3em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.45em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.45em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 147%;}");
    document.writeln("h3{font-size: 100%;}");
    document.writeln("h2{font-size: 115%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else if ( ua.indexOf("MSIE", 0) >= 0 )
  {
    // WIN IE
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "MS Gothic", Gothic, sans-serif;}');
    document.writeln(".fix9{font-size:10px;}");
    document.writeln(".fix10{font-size:11px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.4em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.25em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.45em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.45em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else if ( ua.indexOf("Mozilla/4", 0) >= 0 )
  {
    // WIN NETSCAPE 4.x
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "MS Gothic", Gothic, sans-serif;}');
    document.writeln(".fix9{font-size:10px;}");
    document.writeln(".fix10{font-size:11px;}");
    document.writeln(".fix12{font-size:13px;}");
    document.writeln(".fix13{font-size:14px;}");
    document.writeln(".fix14{font-size:15px;}");
    document.writeln(".fix16{font-size:17px;}");
    document.writeln(".txt0h{font-size: 90%; line-height:1.3em;}");
    document.writeln(".txt1h{font-size: 105%; line-height:1.3em;}");
    document.writeln(".txt2h{font-size: 115%; line-height: 1.65em;}");
    document.writeln(".txt3h{font-size: 125%; line-height:1.7em;}");
    document.writeln(".txt0{font-size: 90%;}");
    document.writeln(".txt1{font-size: 105%;}");
    document.writeln(".txt2{font-size: 115%;}");
    document.writeln(".txt3{font-size: 125%;}");
    document.writeln(".txt4{font-size: 184%;}");
    document.writeln("h3{font-size: 125%;}");
    document.writeln("h2{font-size: 145%;}");
    document.writeln("h1{font-size: 165%;}");
    document.writeln(".menu{font-size: 105%;}");
  }
  else if ( ua.indexOf("Netscape", 0) >= 0 )
  {
    // WIN NETSCAPE 6.x~
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "MS Gothic", Gothic, sans-serif;}');
    document.writeln(".fix9{font-size:9px;}");
    document.writeln(".fix10{font-size:10px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.4em;}");
    document.writeln(".txt1h{font-size: 78%; line-height:1.3em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.45em;}");
    document.writeln(".txt3h{font-size: 100%; line-height: 1.5em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 78%;}");
    document.writeln(".txt2{font-size: 90%;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 78%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else if ( ua.indexOf("Mozilla/5", 0) >= 0 )
  {
    // WIN Firefox 1.x~
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "MS Gothic", Gothic, sans-serif;}');
    document.writeln(".fix9{font-size:10px;}");
    document.writeln(".fix10{font-size:11px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.4em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.25em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.45em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.45em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }
  else
  {
    // ‚»‚Ì‘¼‚Ìƒuƒ‰ƒEƒU
    document.writeln('*{font-family: "MS PGothic", "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "MS Gothic", Gothic, sans-serif;}');
    document.writeln(".fix9{font-size:10px;}");
    document.writeln(".fix10{font-size:11px;}");
    document.writeln(".fix12{font-size:12px;}");
    document.writeln(".fix13{font-size:13px;}");
    document.writeln(".fix14{font-size:14px;}");
    document.writeln(".fix16{font-size:16px;}");
    document.writeln(".txt0h{font-size: 70%; line-height:1.4em;}");
    document.writeln(".txt1h{font-size: 80%; line-height:1.25em;}");
    document.writeln(".txt2h{font-size: 90%; line-height:1.45em;}");
    document.writeln(".txt3h{font-size: 100%; line-height:1.45em;}");
    document.writeln(".txt0{font-size: 70%;}");
    document.writeln(".txt1{font-size: 80%;}");
    document.writeln(".txt2{font-size: 90%;}");
    document.writeln(".txt3{font-size: 100%;}");
    document.writeln(".txt4{font-size: 142%;}");
    document.writeln("h3{font-size: 100%;}");
    document.writeln("h2{font-size: 110%;}");
    document.writeln("h1{font-size: 125%;}");
    document.writeln(".menu{font-size: 80%;}");
    document.writeln("td.bg_photo2{background: #FFFFFF url(/ns/img/bg_photo2.gif) no-repeat right top;}");
  }

}
 document.writeln("--></STYLE>");