//検索テキストフィールド処理
try{
	window.addEventListener("load",textfieldprefillInit,false);
}catch(e){
	window.attachEvent("onload",textfieldprefillInit);
}
function textfieldprefillInit(){
//--------------------------------------------------------------------------------------------------
//検索テキストフィールド処理
var srchTextFieldAction = new searchTextInputDefault("tolSearchKeyword","tolSearchKeywordBlack","tolSearchKeyword","キーワードを入力してください");
//--------------------------------------------------------------------------------------------------
}
