// for GlobalNaviHeader (shareblock)
function jsExecSearch4ShareBlock() {
	f = document.hdsrch;
	if (f.searchKeyword.value == 'キーワードを入力してください') {
		f.searchKeyword.disabled = true;
	}
}

