var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
  if( bName == "M")
   {
    // MAC IE
    document.writeln("h1{font-size:135%; font-weight:normal;}");
    document.writeln("h2{font-size:108%; font-weight:normal;}");
    document.writeln("h3{font-size:100%; font-weight:normal;}");
    document.writeln(".lltx{font-size:135%;}");
    document.writeln(".ltx{font-size:100%; line-height:120%}");
    document.writeln(".ltx_midashi{font-size:100%; line-height:100%}");
    document.writeln(".mtx{color:#666666; font-size:80%; line-height:150%; letter-spacing:0.05em}");
    document.writeln(".stx{font-size:80%}");
    document.writeln(".sstx{font-size:70%}");
    document.writeln(".ll{font-size:135%}");
    document.writeln(".l{font-size:108%}");
    document.writeln(".m{font-size:100%; line-height:140%; letter-spacing:1px;}");
    document.writeln(".s{font-size:80%}");
    document.writeln(".ss{font-size:70%}");
    document.writeln(".ltx_blue{color:#003399; font-size:120%; line-height:200%; letter-spacing:1px}");
    document.writeln(".sidemenu{font-size:10px; letter-spacing:0.05em}");
    document.writeln(".ph12{font-size:11px; line-height:13px; letter-spacing:1px}");
    document.writeln(".ph11{font-size:10px; line-height:12px; letter-spacing:1px}");
    document.writeln(".header{color:#333333; font-size:10px; line-height:20px; letter-spacing:0.05em}");
    document.writeln(".footer{color:#333333; font-size:9px; line-height:20px; letter-spacing:0.05em}");
    document.writeln(".txtmenu{color:#333333; font-size:9px; line-height:20px; letter-spacing:0.05em}");
    document.writeln(".a.side:active {color: #333333; text-decoration: none; font-size:10px; letter-spacing:0.05em}");
    document.writeln(".a.side:hover {color: #FF0000; text-decoration: none; font-size:10px; letter-spacing:0.05em}");
    document.writeln(".a.side:link {color: #333333; text-decoration: none; font-size:10px; letter-spacing:0.05em}");
    document.writeln(".a.side:visited {color: #333333; text-decoration: none; font-size:10px; letter-spacing:0.05em}");
  }
  else
  {
    if( vNum < 5 )
    {
      // MAC NETSCAPE 4.x
    document.writeln("h1{font-size:150%; font-weight:normal;}");
    document.writeln("h2{font-size:140%; font-weight:normal;}");
    document.writeln("h3{font-size:120%; font-weight:normal;}");
    document.writeln(".lltx{font-size:150%; line-height:180%}");
    document.writeln(".ltx{font-size:100%; line-height:160%}");
    document.writeln(".ltx_midashi{font-size:140%; line-height:100%}");
    document.writeln(".mtx{color:#666666; font-size:100%; line-height:150%}");
    document.writeln(".stx{font-size:100%; line-height:140%}");
    document.writeln(".sstx{font-size:85%; line-height:140%}");
    document.writeln(".ll{font-size:150%}");
    document.writeln(".l{font-size:140%}");
    document.writeln(".m{font-size:120%; line-height:140%; letter-spacing:1px;}");
    document.writeln(".s{font-size:100%}");
    document.writeln(".ss{font-size:85%}");
    document.writeln(".ltx_blue{color:#003399; font-size:120%; line-height:200%; letter-spacing:1px}");
    document.writeln(".sidemenu{font-size:10px; letter-spacing:1px}");
    document.writeln(".ph12{font-size:12px; line-height:14px; letter-spacing:1px}");
    document.writeln(".ph11{font-size:11px; line-height:13px; letter-spacing:1px}");
    document.writeln(".header{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".footer{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".txtmenu{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".a.side:active {color: #333333; text-decoration: none; font-size: 10px; letter-spacing:1px}");
    document.writeln(".a.side:hover {color: #FF0000; text-decoration: none; font-size: 10px; letter-spacing:1px}");
    document.writeln(".a.side:link {color: #333333; text-decoration: none; font-size: 10px; letter-spacing:1px}");
    document.writeln(".a.side:visited {color: #333333; text-decoration: none; font-size: 10px; letter-spacing:1px}");
    }
    else
    {
      // MAC NETSCAPE 6.x~
    document.writeln("h1{font-size:114%; font-weight:normal;}");
    document.writeln("h2{font-size:92%; font-weight:normal;}");
    document.writeln("h3{font-size:80%; font-weight:normal;}");
    document.writeln(".lltx{font-size:114%; line-height:130%}");
    document.writeln(".ltx{font-size:100%; line-height:130%}");
    document.writeln(".ltx_midashi{font-size:100%; line-height:100%}");
    document.writeln(".mtx{color:#666666; font-size:90%; line-height:150%}");
    document.writeln(".stx{font-size:75%; line-height:100%}");
    document.writeln(".sstx{font-size:68%; line-height:130%}");
    document.writeln(".ll{font-size:114%}");
    document.writeln(".l{font-size:92%}");
    document.writeln(".m{font-size:80%; line-height:140%; letter-spacing:1px;}");
    document.writeln(".s{font-size:75%}");
    document.writeln(".ss{font-size:68%}");
    document.writeln(".ltx_blue{color:#003399; font-size:120%; line-height:200%; letter-spacing:1px}");
    document.writeln(".sidemenu{font-size:10px; letter-spacing:1px}");
    document.writeln(".ph12{font-size:12px; line-height:14px; letter-spacing:1px}");
    document.writeln(".ph11{font-size:11px; line-height:13px; letter-spacing:1px}");
    document.writeln(".header{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".footer{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".txtmenu{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".a.side:active {color: #333333; text-decoration: none; font-size: 10px; letter-spacing:1px}");
    document.writeln(".a.side:hover {color: #FF0000; text-decoration: none; font-size: 10px; letter-spacing:1px}");
    document.writeln(".a.side:link {color: #333333; text-decoration: none; font-size: 10px; letter-spacing:1px}");
    document.writeln(".a.side:visited {color: #333333; text-decoration: none; font-size: 10px; letter-spacing:1px}");
    }
   }

}
else
{
  if( bName == "M")
  {
    // WIN IE
    document.writeln("h1{font-size:100%; font-weight:normal;}");
    document.writeln("h2{font-size:90%; font-weight:normal;}");
    document.writeln("h3{font-size:80%; font-weight:normal;}");
    document.writeln(".lltx{font-size:100%; line-height:140%;}");
    document.writeln(".ltx{font-size:120%; line-height:130%}");
    document.writeln(".ltx_midashi{font-size:90%; line-height:100%}");
    document.writeln(".mtx{color:#666666; font-size:80%; line-height:150%}");
    document.writeln(".stx{font-size:75%; line-height:140%;}");
    document.writeln(".sstx{font-size:70%; line-height:140%;}");
    document.writeln(".ll{font-size:100%}");
    document.writeln(".l{font-size:90%}");
    document.writeln(".m{font-size:80%; line-height:140%; letter-spacing:1px}");
    document.writeln(".s{font-size:75%}");
    document.writeln(".ss{font-size:70%}");
    document.writeln(".ltx_blue{color:#003399; font-size:120%; line-height:200%; letter-spacing:1px}");
    document.writeln(".sidemenu{font-size:10px; letter-spacing:1px}");
    document.writeln(".ph14{font-size:14px; line-height:16px}");
    document.writeln(".ph12{font-size:12px; line-height:14px}");
    document.writeln(".ph11{font-size:11px; line-height:14px}");
    document.writeln(".header{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".footer{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".txtmenu{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
  }
  else
  {
    if( vNum < 5 )
    {
      // WIN NETSCAPE 4.x
    document.writeln("h1{font-size:130%; font-weight:normal;}");
    document.writeln("h2{font-size:120%; font-weight:normal;}");
    document.writeln("h3{font-size:105%; font-weight:normal;}");
    document.writeln(".lltx{font-size:130%; line-height:180%}");
    document.writeln(".ltx_midashi{font-size:130%; line-height:100%}");
    document.writeln(".ltx{font-size:120%; line-height:160%}");
    document.writeln(".mtx{color:#666666; font-size:105%; line-height:150%}");
    document.writeln(".stx{font-size:98%; line-height:150%}");
    document.writeln(".sstx{font-size:90%; line-height:140%}");
    document.writeln(".ll{font-size:130%}");
    document.writeln(".l{font-size:120%}");
    document.writeln(".m{font-size:120%; line-height:140%; letter-spacing:1px}");
    document.writeln(".s{font-size:98%}");
    document.writeln(".ss{font-size:90%}");
    document.writeln(".ltx_blue{color:#003399; font-size:120%; line-height:200%; letter-spacing:1px}");
    document.writeln(".sidemenu{font-size:11px; letter-spacing:1px}");
    document.writeln(".ph12{font-size:13px; line-height:15px; letter-spacing:1px}");
    document.writeln(".ph11{font-size:12px; line-height:14px; letter-spacing:1px}");
    document.writeln(".header{color:#333333; font-size:11px; line-height:21px; letter-spacing:1px}");
    document.writeln(".footer{color:#333333; font-size:11px; line-height:21px; letter-spacing:1px}");
    document.writeln(".txtmenu{color:#333333; font-size:11px; line-height:21px; letter-spacing:1px}");
    document.writeln(".a.side:active { color:#333333;text-decoration:none; font-size:10px; letter-spacing:1px}");
    document.writeln(".a.side:hover { color:#FF0000;text-decoration:none; font-size:10px; letter-spacing:1px}");
    document.writeln(".a.side:link { color:#333333;text-decoration:none; font-size:10px; letter-spacing:1px}");
    document.writeln(".a.side:visited { color:#333333;text-decoration:none; font-size:10px; letter-spacing:1px}");
    }
    else
    {
      // WIN NETSCAPE 6.x~
    document.writeln("h1{font-size:100%; font-weight:normal;}");
    document.writeln("h2{font-size:90%; font-weight:normal;}");
    document.writeln("h3{font-size:80%; font-weight:normal;}");
    document.writeln(".lltx{font-size:100%; line-height:140%}");
    document.writeln(".ltx{font-size:90%; line-height:140%}");
    document.writeln(".mtx{color:#666666; font-size:80%; line-height:150%}");
    document.writeln(".stx{font-size:78%; line-height:150%}");
    document.writeln(".sstx{font-size:72%; line-height:140%}");
    document.writeln(".ll{font-size:100%}");
    document.writeln(".l{font-size:90%}");
    document.writeln(".m{font-size:90%; line-height:140%; letter-spacing:1px}");
    document.writeln(".s{font-size:78%}");
    document.writeln(".ss{font-size:72%}");
    document.writeln(".ltx_blue{color:#003399; font-size:120%; line-height:200%; letter-spacing:1px}");
    document.writeln(".sidemenu{font-size:10px; letter-spacing:1px}");
    document.writeln(".ph12{font-size:12px; line-height:14px; letter-spacing:1px}");
    document.writeln(".ph11{font-size:11px; line-height:13px; letter-spacing:1px}");
    document.writeln(".header{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".footer{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".txtmenu{color:#333333; font-size:10px; line-height:20px; letter-spacing:1px}");
    document.writeln(".a.side:active {color: #333333; text-decoration: none; font-size:10px; letter-spacing:1px}");
    document.writeln(".a.side:hover {color: #FF0000; text-decoration: none; font-size:10px; letter-spacing:1px}");
    document.writeln(".a.side:link {color: #333333; text-decoration: none; font-size:10px; letter-spacing:1px}");
    document.writeln(".a.side:visited {color: #333333; text-decoration: none; font-size:10px; letter-spacing:1px}");
    }
  }
}
 document.writeln("--></STYLE>");


