<!--
/*
 株式会社コバルト
 176-0005 東京都練馬区旭丘1-56-5
 Phone 03-5982-5661 Fax 03-5982-5666
 URL www.cobalt.co.jp
 Copyright (C) 2001 COBALT,Inc. ohta.Y
*/

mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0)=="M")?true:false;
appVer = navigator.appVersion.charAt(0);

document.write("<STYLE TYPE='text/css'><!--")
	if(mac){
			if(ie){
				//FOR MAC IE
					document.write(".j9{font-size:9px}")
					document.write(".j10{font-size:10px}")
					document.write(".j10l{font-size:9px line-height:6px}")
					document.write(".j10h{font-size:10px; line-height:14px}")
					document.write(".j12s{font-size:12px;}")
					document.write(".j12{font-size:12px}")
					document.write(".j12h{font-size:12px; line-height:18px}")
					document.write(".j14{font-size:13px}")
				}else{
				//FOR MAC NetScape
					if(appVer >= 5){
						document.write(".j9{font-size:9px; line-height:11px}")
						document.write(".j10{font-size:10px; line-height:12px}")
						document.write(".j10h{font-size:10px; line-height:16px}")
						document.write(".j10l{font-size:10px; line-height:10px}")
						document.write(".j12s{font-size:11px; line-height:12px}")
						document.write(".j12{font-size:11px; line-height:13px}")
						document.write(".j12h{font-size:12px; line-height:18px}")
						document.write(".j14{font-size:14px; line-height:16px}")
					}else{
						document.write(".j9{font-size:9px; line-height:11px}")
						document.write(".j10{font-size:11px; line-height:12px}")
						document.write(".j10h{font-size:11px; line-height:16px}")
						document.write(".j10l{font-size:10px; line-height:10px}")
						document.write(".j12s{font-size:12px; line-height:13px}")
						document.write(".j12{font-size:12px; line-height:15px}")
						document.write(".j12h{font-size:12px; line-height:18px}")
						document.write(".j14{font-size:14px; line-height:16px}")
					}
				}
	}else{
		if(ie){
			//FOR WINDOWS IE
				document.write(".j9{font-size:10px; line-height:12px}")
				document.write(".j10{font-size:11px; line-height:13px}")
				document.write(".j10h{font-size:11px; line-height:16px}")
				document.write(".j10l{font-size:11px; line-height:11px}")
				document.write(".j12s{font-size:12px; line-height:13px}")
				document.write(".j12{font-size:12px; line-height:15px}")
				document.write(".j12h{font-size:12px; line-height:20px}")
				document.write(".j14{font-size:14px; line-height:17px}")
			}else{
			//FOR WINDOWS NetScape
					if(appVer >= 5){
						document.write(".j9{font-size:9px; line-height:11px}")
						document.write(".j10{font-size:10px; line-height:12px}")
						document.write(".j10h{font-size:10px; line-height:16px}")
						document.write(".j10l{font-size:10px; line-height:10px}")
						document.write(".j12s{font-size:11px; line-height:13px}")
						document.write(".j12{font-size:11px; line-height:13px}")
						document.write(".j12h{font-size:12px; line-height:18px}")
						document.write(".j14{font-size:14px; line-height:16px}")
					}else{
						document.write(".j9{font-size:10px; line-height:11px}")
						document.write(".j10{font-size:11px; line-height:13px}")
						document.write(".j10h{font-size:11px; line-height:16px}")
						document.write(".j10l{font-size:11px; line-height:11px}")
						document.write(".j12s{font-size:13px; line-height:12px}")
						document.write(".j12{font-size:12px; line-height:15px}")
						document.write(".j12h{font-size:13px; line-height:20px}")
						document.write(".j14{font-size:15px; line-height:17px}")
					}
			}
	}
document.write("--></STYLE>");
//-->
