//検索テキストフィールド処理
try{
	window.addEventListener("load",textfieldprefillInit,false);
}catch(e){
	window.attachEvent("onload",textfieldprefillInit);
}
function textfieldprefillInit(){
var srchTextFieldAction = new searchTextInputDefault("headerSearchTextField","tolSearchKeywordBlack","tolSearchKeyword","検索ワード入力エリア",true);
var srchTextFieldAction2 = new searchTextInputDefault("footerSearchTextField","tolSearchKeywordBlack","tolSearchKeyword","検索ワード入力エリア",false);
}
