/*株式会社Seek-common.js*/

$(document).ready(function(){
	
	/*INDEX_MV*/
	$('#index_mainvisual').slideshow({  
		timeout: 2000,
		fadetime: 1000,
		type: 'sequence'
	});
	/*GOTOTOP*/
	$("p#pagetop a").click(function(){
		$('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'slow','swing');
		return false;
	})
});


