<!--
/*
 [ft.css]
 Š”Ž®‰ïŽÐƒRƒoƒ‹ƒg
 176-0005 “Œ‹ž“s—û”n‹æˆ®‹u1-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){
					if(appVer >= 4){//FOR MAC IE5X,4X
						document.write("body { font-size:100%; font-family:'Osaka','MS UI Gothic'; }");
						document.write(".j60{font-size:5%; line-height:1.2em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1{font-size:84%; line-height:1.3em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1p3{font-size:84%; line-height:1.4em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p3{font-size:100%; line-height:0.9em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p5{font-size:100%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
					}else{
						//document.write(".j9_1{font-size:9px; line-height:11px; font-family: '‚l‚r ƒSƒVƒbƒN', 'Osaka|“™•'}");
					}
				}else{
					if(appVer >= 5){//FOR MAC NN6.X
						document.write("body { font-size:100%; font-family:'Osaka','MS UI Gothic'; }");
						document.write(".j60{font-size:70%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1{font-size:90%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1p3{font-size:90%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p3{font-size:100%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p5{font-size:100%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
					}else{//FOR MAC NN4.X
						//don't work document.write("body { font-size:100%; font-family:'Osaka','MS UI Gothic'; }");
						document.write(".j60{font-size:80%; line-height:1.0em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1{font-size:100%; line-height:1.0em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1p3{font-size:100%; line-height:1.4em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p3{font-size:110%; line-height:1.4em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p5{font-size:110%; line-height:1.5em; font-family:'Osaka','MS UI Gothic';}");
					}
				}
	}else{
		if(ie){
			//FOR WINDOWS IE5.x
				document.write("body { font-size:100%; font-family:'Osaka','MS UI Gothic'; }");
				document.write(".j60{font-size:60%; line-height:1.5em; font-family:'Osaka','MS UI Gothic';}");
				document.write(".j80-1{font-size:80%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
				document.write(".j80-1p3{font-size:80%; line-height:1.3em; font-family:'Osaka','MS UI Gothic';}");
				document.write(".j90-1p3{font-size:90%; line-height:1.3em; font-family:'Osaka','MS UI Gothic';}");
				document.write(".j90-1p5{font-size:90%; line-height:1.5em; font-family:'Osaka','MS UI Gothic';}");
			}else{
					if(appVer >= 5){
						//FOR WINDOWS NetScape6.x
						document.write("body {font-size:100%; font-family:'Osaka','MS UI Gothic'; }");
						document.write(".j60{font-size:60%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1{font-size:80%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1p3{font-size:80%; line-height:1.3em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p3{font-size:90%; line-height:1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p5{font-size:90%; line-height:1.5em; font-family:'Osaka','MS UI Gothic';}");
					}else{
						//FOR WINDOWS NetScape4.x
						document.write("body {font-size:120%; font-family:'Osaka','MS UI Gothic'; }");
						document.write(".j60{font-size:85%; line-height:1.1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1{font-size:100%; line-height:1.1em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j80-1p3{font-size:100%; line-height:1.4em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p3{font-size:120%; line-height:1.5em; font-family:'Osaka','MS UI Gothic';}");
						document.write(".j90-1p5{font-size:120%; line-height:1.7em; font-family:'Osaka','MS UI Gothic';}");
					}
			}
	}
document.write("--></STYLE>");
//-->
