//UseForShift-JIS_serverOnly;
;
//###########################FontsizeDetermLogic###########################;
//LastModified:2002.08.20;
var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
document.write("<STYLE type='text/css'><!--");
if(navigator.appVersion.indexOf('Mac') > -1){
	if(bName == 'M'){
		//MacIE;
		document.write('.kdfFontSmall{font-size:10px; font-family:Osaka}');
		document.write('.kdfFontMiddle, body, td{font-size:12px; font-family:Osaka}');
		document.write('.kdfFontLarge{font-size:14px; font-family:Osaka}');
	}else{
		if(vNum < 5){
			//MacNC4.x;
			document.write('.kdfFontSmall{font-size:10px}');
			document.write('.kdfFontMiddle, body, td{font-size:12px}');
			document.write('.kdfFontLarge{font-size:14px}');
		}else{
			//MacNC6.x;
			document.write('.kdfFontSmall{font-size:10px; font-family:Osaka}');
			document.write('.kdfFontMiddle, body, td{font-size:12px; font-family:Osaka}');
			document.write('.kdfFontLarge{font-size:14px; font-family:Osaka}');
		}
	}
}else{
	if(bName == 'M'){
		//WinIE;
		document.write(".kdfFontSmall{font-size:11px; line-height:13px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
		document.write(".kdfFontMiddle, body, td{font-size:12px; line-height:15px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
		document.write(".kdfFontLarge{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
	}else{
		if(vNum < 5){
			//WinNC4.x;
			document.write('.kdfFontSmall{font-size:11px}');
			document.write('.kdfFontMiddle, body, td{font-size:12px}');
			document.write('.kdfFontLarge{font-size:15px}');
		}else{
			//WinNC6.x,others;
			document.write(".kdfFontSmall{font-size:11px; line-height:13px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
			document.write(".kdfFontMiddle, body, td{font-size:12px; line-height:15px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
			document.write(".kdfFontLarge{font-size:14px; line-height:18px; letter-spacing:1px; font-family:'‚l‚r ƒSƒVƒbƒN'}");
		}
	}
}
document.write('textarea{font-family:monospase; font-size:12px}');
document.write('--></STYLE>');
