<!--
/*
 Š”Ž®‰ïŽÐƒ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. y.s
*/
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("a:link{color:#1a88ff;}");
						document.write("a:visited{color:#6652cc;}");
						document.write("a:hover{color: #cc0000; text-decoration: underline; }");
						document.write("a:active{color:#000000;}");
						document.write("a { text-decoration: none}");
					}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("a:link{color:#1a88ff;}");
						document.write("a:visited{color:#6652cc;}");
						document.write("a:hover{color: #cc0000; text-decoration: underline; }");
						document.write("a:active{color:#000000;}");
						document.write("a { text-decoration: none}");
					}
				}
	}else{
		if(ie){
			//FOR WINDOWS IE5.x
				document.write("a:link{color:#1a88ff;}");
				document.write("a:visited{color:#6652cc;}");
				document.write("a:hover{color: #cc0000; text-decoration: underline; }");
				document.write("a:active{color:#000000;}");
				document.write("a { text-decoration: none}");
			}else{
					if(appVer >= 5){
						//FOR WINDOWS NetScape6.x
						document.write("a:link{color:#1a88ff;}");
						document.write("a:visited{color:#6652cc;}");
						document.write("a:hover{color: #cc0000; text-decoration: underline; }");
						document.write("a:active{color:#000000;}");
						document.write("a { text-decoration: none}");
					}
			}
	}
document.write("--></STYLE>");
//-->
