/* このファイルをtopに表示させない */
if(top != self){
	alert("このページは「甘利明 公式サイト」の一部です。\n恐れ入りますが、貴サイトのフレーム内への表示はご遠慮ください。\n\n甘利明 公式サイト http://amari-akira.com/");
	top.location.href = "index.html";
}
