/*スタイルシート ブラウザ判別(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="/css/win_ie.css" type="text/css">');}	else if (navigator.appName.indexOf("Netscape")!=-1) {	document.write('<LINK rel="stylesheet" href="/css/win_nn.css" type="text/css">');}	else {document.write('<LINK rel="stylesheet" href="/css/other.css" type="text/css">');}} else {	if (navigator.appName.indexOf("Explorer")!=-1) {	document.write('<LINK rel="stylesheet" href="/css/mac_ie.css" type="text/css">');}	else if (navigator.appName.indexOf("Netscape")!=-1) {	document.write('<LINK rel="stylesheet" href="/css/mac_nn.css" type="text/css">');}	else {document.write('<LINK rel="stylesheet" href="/css/other.css" type="text/css">');}}