myBsr   = navigator.appName;
myAgent = navigator.userAgent;
myTop = myAgent.indexOf("Opera",0);
if (myTop == -1){
   myTop = myAgent.indexOf("MSIE",0);
   if (myTop == -1){
      myTop = myAgent.indexOf("Mozilla/",0);
      if (myTop == -1){
         myVersion = "";
      }else{
         myLast = myAgent.indexOf(" ",myTop);
         myVer = myAgent.substring(myTop+8,myLast);
         myVersion = " Version " + myVer;
      }
   }else{
      myLast = myAgent.indexOf(";",myTop);
      myVer = myAgent.substring(myTop+5,myLast);
      myVersion =  + myVer;
   }
}else{ 
   myBsr = "Opera";
   myLast = myAgent.indexOf(" ",myTop+6);
   myVer = myAgent.substring(myTop+6,myLast);
   myVersion = " Version " + myVer;
}

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(navigator.appName.indexOf('Microsoft') > -1)
	 {
		
		//★★各line-hight、letter-spacingは、デザインに応じて、変更ください★★
		
		// MAC IE 7.1以上
			document.writeln(".j10{font-Size:63%; line-height:120%; letter-spacing:-1px;}"); 
			document.writeln(".text_footer{font-family:Osaka, Helvetica;font-Size:63%; line-height:120%; color:#ffffff;}"); 
			document.writeln(".j12{font-Size:76%;  line-height:160%; letter-spacing:-1px;}");
			document.writeln(".j12_0{font-Size:76%;  line-height:120%; letter-spacing:-1px;}");
			document.writeln(".j12_140{font-Size:76%; line-height:160%; letter-spacing:-1px;}");
			document.writeln(".j12_160{font-Size:76%; line-height:160%; letter-spacing:-1px;}");
			document.writeln(".j14{font-Size:90%; line-height:160%}");	
			}
	else
	{
		{
			// MAC NETSCAPE 4.5
			document.writeln(".j10{font-Size:76%; line-height:120%; letter-spacing:-1px;}"); 
			document.writeln(".text_footer{font-family:Osaka, Helvetica;font-Size:76%; line-height:115%}"); 
			document.writeln(".j12{font-Size:90%; line-height:160%; letter-spacing:1px}");
			document.writeln(".j12_0{font-Size:90%; line-height:120%; letter-spacing:1px}");
			document.writeln(".j12_140{font-Size:90%; line-height:160%; letter-spacing:1px}");
			document.writeln(".j12_160{font-Size:90%; line-height:160%; letter-spacing:1px}");
            document.writeln(".j14{font-Size:106%; line-height:115%}");
				document.writeln("div#main-menu-boxI .input_size{width:122px;height:18px;}");	
	 	}
	 }

}
else
{
	if(navigator.appName.indexOf('Microsoft') > -1)
	{
		if( myVer < 6 )
		{
		// WIN IE 5.x~
			document.writeln(".j10{font-Size:68%; line-height:120%}");
			document.writeln(".text_footer{font-family:Osaka, Helvetica;font-Size:63%; line-height:120% ;	color:#ffffff;}");
			document.writeln(".j12{font-Size:80%; line-height:107%}");
			document.writeln(".j14{font-Size:88%; line-height:120%}");
			
			document.writeln("table.j10 table td{font-Size:63%; line-height:120%;	}");
			document.writeln("table.j12 table td{font-Size:80%; line-height:107%;	}");
			
			document.writeln("td.j10 table td{font-Size:68%; line-height:120% ;}");
			document.writeln("td.j12 table td{font-Size:80%; line-height:160%;	}");
			document.writeln("td.j14 table td{font-Size:88%; line-height:1240%; letter-spacing:-1px;	}");
			}
			else
			{
		// WIN IE 6.1~
			document.writeln(".j10{font-Size:63%; line-height:100% ; letter-spacing:0px;}");
			document.writeln(".text_footer{font-family:Osaka, Helvetica;font-Size:63%; line-height:120%;	color:#ffffff;font-weight: bold; margin-top:3px; text-align:right; width:485px;}");
			document.writeln(".j12{font-Size:80%; line-height:160% ; letter-spacing:0px;}");
			document.writeln(".j12_0{font-Size:80%; line-height:120% ; letter-spacing:0px;}");
			document.writeln(".j12_140{font-Size:80%; line-height:160% ; letter-spacing:0px;}");
			document.writeln(".j12_160{font-Size:80%; line-height:170% ; letter-spacing:0px;}");
			document.writeln(".j14{font-Size:88%; line-height:120%}");
			
			document.writeln("table.j12 table td{font-Size:80%; line-height:160%;	}");
			}
		}
	else
	{
			// WIN NETSCAPE 7.1
			document.writeln(".j10{font-Size:70%; line-height:120%}");
			document.writeln(".text_footer{font-family:Osaka, Helvetica;font-Size:63%; line-height:120%}");		
			document.writeln(".j12{font-Size:80%; line-height:160%; letter-spacing:0px;}");
			document.writeln(".j12_0{font-Size:80%; line-height:120%; letter-spacing:0px;}");
			document.writeln(".j12_140{font-Size:80%; line-height:160%; letter-spacing:0px;}");
			document.writeln(".j12_160{font-Size:80%; line-height:160%; letter-spacing:0px;}");
			document.writeln(".j14{font-Size:88%; line-height:160%}");
				}
}
document.writeln("--></style>");
