<!--検索フォームの未入力をチェック-->
<!--
function textCheck(){
if(document.form1.search.value==""){
alert("検索したいキーワードを入力して下さい。")
return false
  }
}
//-->
