//
// フレーム内部に呼出されたどうかのチェック
// 単体で呼出された場合は、TOPページに移動
//
if (parent.frames.length!=0) {

} else {
	top.location.href="../index.html";
}
