var os="unkown";str = navigator.userAgent.toUpperCase();if (str.indexOf("MAC") >= 0) os="MacOS";if (str.indexOf("WIN") >= 0) os="Windows";if (str.indexOf("X11") >= 0) os="UNIX";document.write('<STYLE TYPE="text/css">');if(os=="Windows"){document.write('.body_big   { font-size: 18px; line-height:20px }');document.write('.body_rmid   { font-size: 15px; line-height:22px }');document.write('.body_mid   { font-size: 14px; line-height:19px }');document.write('.body_smid   { font-size: 12px; line-height:16px }');document.write('.body_mini   { font-size: 11px; line-height:12px }');document.write('.body_smini   { font-size: 10px; line-height:11px }');}else{document.write('.body_big   { font-size: 18px; line-height:20px }');document.write('.body_rmid   { font-size: 14px; line-height:21px }');document.write('.body_mid   { font-size: 14px; line-height:18px }');document.write('.body_smid   { font-size: 12px; line-height:16px }');document.write('.body_mini   { font-size: 10px; line-height:12px }');document.write('.body_smini   { font-size: 9px; line-height:11px }');}document.write('</STYLE>');var Mac   = navigator.userAgent.indexOf("Mac") != -1   ? true : false;function mdown(e) {  if (navigator.appName == "Microsoft Internet Explorer") {    if (event.button == 2 || (Mac && (event.ctrlKey || event.keyCode == 91))) {      alert("コンテクストメニューはご利用できません。");      return(false);    }  } else if (navigator.appName == "Netscape") {    if (e.which == 3 || e.modifiers == 2 || e.ctrlKey || e.which == 85) {alert("コンテクストメニューはご利用できません。");return false;    }  } }function noright(){alert("コンテクストメニューはご利用できません。");return false;}document.oncontextmenu = noright;if (document.all && (Mac || ! document.getElementById)) {document.onmousedown = mdown;document.onkeydown = mdown;} else if (document.layers) {window.captureEvents(Event.MOUSEDOWN | Event.modifiers | Event.KEYDOWN);window.onmousedown = mdown;window.onkeydown = mdown;} else if(navigator.userAgent.indexOf("Netscape6")!=-1){document.onmouseup = mdown;document.onkeydown = mdown;}
