/*
スタイルシート ブラウザ判別
(c) A.T.I 2003 (http://www.ati.co.jp/ati/index.html)
*/

if (navigator.userAgent.indexOf("Win")!=-1) {
	if (navigator.appName.indexOf("Explorer")!=-1) {
	document.write('<LINK rel="stylesheet" href="js/style_ie.css" type="text/css">');}
	else if (navigator.appName.indexOf("Netscape")!=-1) {
	document.write('<LINK rel="stylesheet" href="js/style_nn.css" type="text/css">');}
	else {document.write('<LINK rel="stylesheet" href="js/style_ie.css" type="text/css">');}
} else {
	if (navigator.appName.indexOf("Explorer")!=-1) {
	document.write('<LINK rel="stylesheet" href="js/style_ie.css" type="text/css">');}
	else if (navigator.appName.indexOf("Netscape")!=-1) {
	document.write('<LINK rel="stylesheet" href="js/style_nn.css" type="text/css">');}
	else {document.write('<LINK rel="stylesheet" href="js/style_ie.css" type="text/css">');}
}

