var verNum = navigator.appVersion.charAt(0);
var browserName = navigator.appName.charAt(0);

document.write( "<STYLE type=text/css>" );
document.write( "<!--" );

if( navigator.appVersion.indexOf("Mac") > -1 ){
	if ( browserName == "M" ) {
		document.write( "body,td { font-family:ＭＳ Ｐゴシック,osaka; font-size: 100%; line-height:120%}" );
		document.write( ".small { font-family:ＭＳ Ｐゴシック,osaka; font-size: 90%; line-height:120%}" );
	}else{
		if( verNum > 7 ){
			document.write( "body,td { font-family:ＭＳ Ｐゴシック,osaka; font-size: 100%; line-height:120%}" );
			document.write( ".small { font-family:ＭＳ Ｐゴシック,osaka; font-size: 90%; line-height:120%}" );
		}
	}
}else{
	if ( browserName == "M" ) {
		document.write( "body,td { font-family:ＭＳ Ｐゴシック,osaka; font-size: 100%; line-height:120%}" );
		document.write( ".small { font-family:ＭＳ Ｐゴシック,osaka; font-size: 90%; line-height:125%}" );
	}else{
		if( verNum >= 5 ){
			document.write( "body,td { font-family:ＭＳ Ｐゴシック,osaka; font-size: 100%; line-height:120%}" );
			document.write( ".small { font-family:ＭＳ Ｐゴシック,osaka; font-size: 70%; line-height:120%}" );
		}
	}
}
document.write( "-->" );
document.write( "</STYLE>" );
