fName = "";
str = navigator.appName.toUpperCase();
if (str.indexOf("NETSCAPE") >= 0) fName = "http://www.melonbooks.co.jp/style/margins.css";
if (str.indexOf("OPERA") >= 0) fName = "http://www.melonbooks.co.jp/style/margins.css";
if (str.indexOf("EXPLORER") >= 0) fName = "http://www.melonbooks.co.jp/style/margin.css";
document.write("<link rel='stylesheet' href='"+fName+"' type='text/css'>");
