function f_submit(){
if (document.form.query.value == ''){
alert("検索文字列を入力してください。");
document.form.query.focus();
return(false);
}
}
