<!--
document.write( "<STYLE type=text/css>" );
document.write( "<!--" );
document.write( "body,td { font-family: '‚l‚r ‚oƒSƒVƒbƒN','Osaka' }" );

if( navigator.userAgent.indexOf("Mac") >= 0 ){
	if ( navigator.appName.charAt(0)=="N" ) {
		document.write( "body,td { font-size: 90% ; color: #000000; margin: 0px;}" );
	}else{
		document.write( "body,td { font-size: 85% ; color: #000000; margin: 0px;}" );
	}
}else{
	if ( navigator.appName.charAt(0)=="N" ) {
		document.write( "body,td { font-size: 87% ; color: #000000; margin: 0px;}" );
	}else{
		document.write( "body,td { font-size: 85% ; color: #000000; margin: 0px;}" );
	}
}
document.write( "-->" );
document.write( "</STYLE>" );


