if(typeof console=="undefined")console={log:function(){},debug:function(){},info:function(){},warn:function(){},error:function(){}};
/**
 * javascript for gekiyasu23.jp/
 * 
 */

(function($){
	$(function(){
		 $("#pageTop a").click(function(){
		 $('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'slow','swing');
		 return false;
		 })
	});
})(jQuery);

