
/*
 * HTMLデザイン、機能
 */
$(document).ready(function() {

	// スクロール
	$('.page-top a').click(function(){$.scrollTo($('#header'), {speed:300,axis:'y', queue:true}); return false;});

});


