<!--
	document.write("<STYLE TYPE=text/css>");
	
	document.write("a:link { text-decoration: underline; color: #333333;}");
	document.write("a:visited { text-decoration: underline; color: #32a1e8;}");
	document.write("a:active { text-decoration: underline; color: #333333;}");
	document.write("a:hover{ text-decoration: underline; color: #CC0000;}");

	if(navigator.userAgent.indexOf("Mac") != -1){
		if(navigator.appName.charAt(0) == "M"){
		//Mac IE(safari) 
			document.write("a.al { line-height:16px;}");
			document.write("a.al:hover { text-decoration: underline; color: #CC0000;}");
			document.write(".style2 { font-family : 'Osaka' ; font-Size: 12px; color: #333333; font-style: normal; font-Weight: normal; line-height:16px}");
			document.write(".style3 { font-family : 'Osaka' ; font-Size: 12px; color: #333333; font-style: normal; font-Weight: bold; line-height:16px}");
		} else {
		//Mac NN(FireFox) 
				if( parseInt(navigator.appVersion) >= 5 ){
				document.write("a.al { line-height:16px;}");
				document.write("a.al:hover { text-decoration: underline; color: #CC0000;}");
				document.write(".style2 { font-family : 'Osaka' ; font-Size: 12px; font-Weight: normal; line-height:16px}");
				document.write(".style3 { font-family : 'Osaka' ; font-Size: 12px; font-Weight: bold; line-height:16px}");
			} else {
			document.write(".style2 { font-family : 'Osaka' ; font-Size: 12px; color: #333333; font-Weight: normal; line-height:17px}");
			document.write(".style3 { font-family : 'Osaka' ; font-Size: 12px; color: #333333; font-Weight: bold; line-height:17px}");
			}
		}
	} else {
		if(navigator.appName.charAt(0) == "M"){
		//Win IE 
			document.write("a.al {line-height:16px;}");
			document.write("a.al:hover {text-decoration: underline; color: #CC0000;}");
			document.write(".style2 { font-family : '‚l‚r ‚oƒSƒVƒbƒN' ; font-Size: 12px; font-Weight: normal; line-height:16px}");
			document.write(".style3 { font-family : '‚l‚r ‚oƒSƒVƒbƒN' ; font-Size: 12px; font-Weight: bold; line-height:16px}");
		} else {
		//Win NN(MozillaŒn) 
	  		if( parseInt(navigator.appVersion) >= 5 ){
				document.write("a.al {line-height:14px;}");
				document.write("a.al:hover {text-decoration: underline; color: #CC0000;}");
				document.write(".style2 { font-family : '‚l‚r ‚oƒSƒVƒbƒN' ; font-Size: 13px; font-Weight: normal; line-height:17px}");
				document.write(".style3 { font-family : '‚l‚r ‚oƒSƒVƒbƒN' ; font-Size: 13px; font-Weight: bold; line-height:17px}");
			} else {
				document.write(".style2 { font-family : '‚l‚r ‚oƒSƒVƒbƒN' ; font-Size: 13px; font-Weight: normal; line-height:17px}");
				document.write(".style3 { font-family : '‚l‚r ‚oƒSƒVƒbƒN' ; font-Size: 13px; font-Weight: bold; line-height:17px}");
			}
		}
	}

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

//-->