/* jQuery scroll setting */
$(function(){
	$("#pageTop a").click(function(){
		$.scrollTo("#header", 800);
		return false;
	});
});
