var Url_Str="http://www.u-shizuoka-ken.ac.jp/common/";//最後にスラッシュを付けてください。

if( navigator.userAgent.indexOf("Mac")!=-1){//Macの時
			if(navigator.userAgent.indexOf("Netscape") != -1){//ネスケの時
					document.write("<link href='"+Url_Str+"css/hac/mac_nn.css' rel='stylesheet' type='text/css'>"); 

	}
}

