/* Style Script 2003-2004 */
/* Develop : Masayuki Araki */
/* First Creating Date : 2002.08.21 */

var AppName = navigator.appName;

document.open() ;
document.write('<style type="text/css">');
document.write('form.zero {margin: 0px;padding: 0px;height: 100%;}');

if (navigator.platform == "MacPPC") {
	if (AppName == "Netscape") {
		document.write('input.text {height: 19px;}');
		document.write('select {background-color: #EBEBEB;height: 19px;}');
	}
	document.write('.Verdana9 {font-size: 9px; font-family: "Verdana";}');
	document.write('.Verdana10 {font-size: 10px;font-family: "Verdana";}');
	document.write('.Verdana11 {font-size: 11px;font-family: "Verdana";}');
	document.write('.Verdana12 {font-size: 12px;font-family: "Verdana";}');

	document.write('.JP9  {font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 9px;}');
	document.write('.JP10 {font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 10px;}');
	document.write('.JP11 {font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 11px;}');
	document.write('.JP12 {font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 12px;}');
	document.write('.JP20 {font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4"; font-size: 20px;}');
} else {
	if (AppName == "Netscape") {
		document.write('input type="text" {height: 21px;}');
		document.write('select {"background-color: #EBEBEB";height: 21px;}');
	}
	document.write('.Verdana9 {font-size: 10px; font-family: "Verdana";}');
	document.write('.Verdana10 {font-size: 11px;font-family: "Verdana";}');
	document.write('.Verdana11 {font-size: 12px;font-family: "Verdana";}');
	document.write('.Verdana12 {font-size: 13px;font-family: "Verdana";}');

	document.write('.JP9  {font-family: "‚l‚r ‚oƒSƒVƒbƒN, Osaka"; font-size: 10px;}');
	document.write('.JP10 {font-family: "‚l‚r ‚oƒSƒVƒbƒN, Osaka"; font-size: 11px;}');
	document.write('.JP11 {font-family: "‚l‚r ‚oƒSƒVƒbƒN, Osaka"; font-size: 12px;}');
	document.write('.JP12 {font-family: "‚l‚r ‚oƒSƒVƒbƒN, Osaka"; font-size: 13px;}');
	document.write('.JP20 {font-family: "‚l‚r ‚oƒSƒVƒbƒN, Osaka"; font-size: 21px;}');
}
document.write("</style>");
document.close() ;