// 検索ボタンの「検索」非表示
window.onload = function(){
	document.getElementById('pauc_submit').value = '';
};

