if (navigator.appName.indexOf('Microsoft') > -1) {
	if (navigator.appVersion.indexOf("MSIE 9.0") > -1) {
	}
	else {
	  	alert('ご使用のバージョンのIEでは正常に表示できません。\n\n当サイトをIEでお楽しみ頂くには「IE9」が必要です。');
		location.replace('msie.html');
	}
}

if (navigator.appName.indexOf('SeaMonkey') > -1) {
	  	alert('SeaMonkeyでは正常に表示できません。\n\n当サイトをLinuxお楽しみ頂くには「Firefox Linux版」などが必要です。');
		location.replace('msie.html');
}
 
