/* **************************************  */
/* タイトル：form01.js */
/* 制作社：D-bench */
/* 概要：入力フォーム用jsファイル */
/* 制作日：2011年9月20日 */
/* ************************************* */

/*
 | highlighting the active form field
 */
 
window.onerror = null;
function brg_OnFocus(obj) {
	obj.style.backgroundColor = '#FEFCD8';
}
function brg_OnBlur(obj) {
	obj.style.backgroundColor = '#ffffff';
}

function brg_OnFocus(obj) {
	obj.style.backgroundColor = '#FEFCD8';
}
function brg_OnBlur(obj) {
	obj.style.backgroundColor = '#ffffff';
}

