//ページ内リンクはするするアニメーション
	$(function(){
		$('.pagetop a').click(function(){
			$('#wrapper').ScrollTo(500, 'easeout');
			return false;
		});
	})
