<!--
if (!window._rcmdjp) document.write(unescape("%3Cscript src='" + document.location.protocol + "//r2.future-shop.jp/fs.sputnicks/pc/recommend.js' type='text/javascript' charset='UTF-8'%3E%3C/ script%3E"));
//-->
</script>

<script type="text/javascript" language="javascript">
<!--

/* textfield decoration script */

$(function(){
	$('input[value!=""]').addClass('textfield_intext');
	$('input[value=""]').val("キーワードを入力");
	$("input").focus(function(){
		$(this).addClass('textfield_focus');
		if(this.value == "キーワードを入力"){
			$(this).val("");
		}
	});   
	$("input").blur(function(){
		$(this).removeClass('textfield_focus');
		if(this.value == ""){
			$(this).val("キーワードを入力");
			$(this).removeClass('textfield_intext');
		}
		if(this.value != "キーワードを入力"){
			$(this).addClass('textfield_intext');
		}
	});
	$("input.submit_button").click(function(){
		$('input[value="キーワードを入力"]').val("");
	});
});


//-->
