function confirm_delete()
{
	if(window.confirm("削除します。本当によろしいですか？")){ document.del_form.submit(); }
}
