//FONT SIZE Žw’è

var fontsize				 ;fontsize	 =12			;
var fontface				 ;fontface	 = "Osaka","‚l‚r ‚oƒSƒVƒbƒN" ;
var lineheight			 ;lineheight =17			;

if(navigator.userAgent.indexOf("Win") != -1){
if(navigator.appName.indexOf("Microsoft") != -1) {fontface = "Verdana,arial" ; fontsize += 0 ;lineheight +=1 ;}
if(navigator.appName.indexOf("Microsoft") == -1) {fontface = "Verdana,arial" ; fontsize +=1 ;lineheight += 2 ;}
}

document.writeln("<STYLE type='text/css'>") ;
document.writeln("a{text-decoration:none;color:#333333;}")			 ;
document.writeln("a:hover{text-decoration:underline;color:#6699cc;}") ;
document.writeln("td,div,span{font-family:"+ fontface +";}") ;
document.writeln(".size4{font-size:" + (fontsize + 2) + "px;line-height:" + (lineheight + 2) + "px;}")	 ;
document.writeln(".size3{font-size:" + (fontsize + 0) + "px;line-height:" + (lineheight + 0) + "px;}")	 ;
document.writeln(".size2{font-size:" + (fontsize - 2) + "px;line-height:" + (lineheight - 2) + "px;}")	 ;
document.writeln(".size2L{font-size:" + (fontsize - 2) + "px;line-height:" + (lineheight + 1) + "px;}") 	;
document.writeln(".size1{font-size:" + (fontsize - 3) + "px;}") 	;
document.writeln("</STYLE>") ;
document.close() ;



//-->
