//
//Browser Check.js Ver1.02



	document.write("<STYLE TYPE='text/css'><!--")
	if(navigator.userAgent.indexOf("Mac") != -1){
		//Mac
	if(navigator.appName.charAt(0) =="M"){
		//Mac IE 5.0ê—p
        if(navigator.appVersion.indexOf("5.0") !=-1){
		document.write(".text10{font-Size:8pt;}")
		document.write(".text12{font-Size:10pt;}")
		document.write(".text14{font-Size:12pt;}")
		document.write(".lineh10{font-Size:8pt; line-height:120%;}")
		document.write(".lineh12{font-Size:10pt; line-height:120%;}")
		document.write(".lineh14{font-Size:12pt; line-height:120%;}")
		document.write(".linem10{font-Size:8pt; line-height:150%;}")
		document.write(".linem12{font-Size:10pt; line-height:150%;}")
		document.write(".linem14{font-Size:12pt; line-height:150%;}")
		 }
        else{
		//Mac IE
		document.write(".text10{font-Size:10pt;}")
		document.write(".text12{font-Size:12pt;}")
		document.write(".text14{font-Size:14pt;}")
		document.write(".lineh10{font-Size:10pt; line-height:140%;}")
		document.write(".lineh12{font-Size:12pt; line-height:140%;}")
		document.write(".lineh14{font-Size:14pt; line-height:140%;}")
		document.write(".lineh10m{font-Size:10pt; line-height:175%;}")
		document.write(".lineh12m{font-Size:12pt; line-height:175%;}")
		document.write(".lineh14m{font-Size:14pt; line-height:175%;}")
		 }
	}
	if(navigator.appName.charAt(0) =="N"){
	        //Mac NN
		document.write(".text10{font-Size:10pt;}")
		document.write(".text12{font-Size:12pt;}")
		document.write(".text14{font-Size:14pt;}")
		document.write(".lineh10{font-Size:10pt; line-height:120%;}")
		document.write(".lineh12{font-Size:12pt; line-height:120%;}")
		document.write(".lineh14{font-Size:14pt; line-height:120%;}")
		document.write(".linem10{font-Size:10pt; line-height:150%;}")
		document.write(".linem12{font-Size:12pt; line-height:150%;}")
		document.write(".linem14{font-Size:14pt; line-height:150%;}")
		}
}
	else{
		if(navigator.appName.charAt(0) == "M"){
		//Win IE
		document.write(".text10{font-Size:8pt;}")
		document.write(".text12{font-Size:10pt;}")
		document.write(".text14{font-Size:12pt;}")
		document.write(".lineh10{font-Size:8pt; line-height:140%;}")
		document.write(".lineh12{font-Size:10pt; line-height:140%;}")
		document.write(".lineh14{font-Size:12pt; line-height:140%;}")
		document.write(".linem10{font-Size:8pt; line-height:175%;}")
		document.write(".linem12{font-Size:10pt; line-height:175%;}")
		document.write(".linem14{font-Size:12pt; line-height:175%;}")
		}
		else{
		//Win NN
		document.write(".text10{font-Size:8pt; line-height:120%;}")
		document.write(".text12{font-Size:10pt; line-height:120%;}")
		document.write(".text14{font-Size:12pt; line-height:120%;}")
		document.write(".lineh10{font-Size:8pt; line-height:140%;}")
		document.write(".lineh12{font-Size:10pt; line-height:140%;}")
		document.write(".lineh14{font-Size:12pt; line-height:140%;}")
		document.write(".linem10{font-Size:8pt; line-height:175%;}")
		document.write(".linem12{font-Size:10pt; line-height:175%;}")
		document.write(".linem14{font-Size:12pt; line-height:175%;}")
		}
	}

	document.write("--></STYLE>");
	
	
	
	
