//
// コピー抑止
// 概要：カジュアルコピーを抑止する。
// 対象：IE
//

document.onselectstart	= function(){return false;};
