//————————
// フレーム解除
//————————
if(window.top.location.href != window.location.href){
window.top.location.href = window.location.href;
}