/* SCROLL CONTROL */


/* DOM使用可のタイミングでスムーススクロールをインスタンス化 */
window.addEvent('domready',function(){
	new SmoothScroll();
});


