
function checkOnClickBookMark(){
	if(!document.reg_bookmark.regist.checked){
		alert('チェックしてください');
		return false;
	}
	return true;
}


