﻿function InputAccessCode() {
	if ( document.f.chk_flg.value == 0 ) {
		document.f.estate_unq.value = "";
		document.f.chk_flg.value = 1;
	}
}