<!-- 
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
if(mac){
	if(document.layers){
		//MAC NS4.x
		document.writeln('<link type="text/css" rel="stylesheet" title="Mac Netscape 4.x" href="http://www.azsa.or.jp/css/nn_mac.css">');
	}else{
		//MAC IE & NN7 & Etc.
		document.writeln('<link type="text/css" rel="stylesheet" title="Mac" href="http://www.azsa.or.jp/css/def.css">');
	}
}
else{
	if(document.layers){
		//WIN NS4.x
		document.writeln('<link type="text/css" rel="stylesheet" title="Win Netscape 4.x" href="http://www.azsa.or.jp/css/nn4_win.css">');
	}else{
		if(!document.all){
			//WIN NN7
			document.writeln('<link type="text/css" rel="stylesheet" title="Win Netscape 7.x" href="http://www.azsa.or.jp/css/nn_win.css">');
		}
		//WIN IE & Etc.
		document.writeln('<link type="text/css" rel="stylesheet" title="default" href="http://www.azsa.or.jp/css/def.css">');
	}
}
// -->
