/*
=====================================================
Copyright(c) APRES LA PLUIE INC. All Rights Reserved.
http://www.apres-la-pluie.cc/
=====================================================
*/

//all(shared)
//interface pagetopScroll setup(jQuery)

//Conflict(litebox(prototype) & Scroll(jQuery+interface))-------------------------------------------------(Nail Design News page)
//$šjQuery
jQuery.noConflict();


//Scroll(localNavi)-------------------------------------------------------------------------------------------------------------- 
jQuery(function(){
		   
	jQuery('.pagetop a').click(function(){
	
		jQuery('#wrapper').ScrollTo(1200, 'easeout');
		
		return false;
	
	});

})
