//右クリック禁止
//--------------------------------------------------------------------
document.oncontextmenu = function () {return false;}



