
/*
読み込み
---------------------------------------------*/
/*
document.write('<script src="common/js/jquery.easing.js"></script>');
*/

document.write('<script src="common/js/style.js"></script>'); 


jQuery(function($) {
	$('#header').bgSwitcher({
		images: ['common/images/main.jpg', 'common/images/main2.jpg','common/images/main3.jpg','common/images/main6.jpg'],
		interval: 5000,
		fadeSpeed:500,
		resize:	true,
		//random:true
	});
});


/*
スクロール
---------------------------------------------


$(function(){
	//$("#header").hide();
	$("#header").css({marginTop:"-100px"});
	$("#logo p.btn").css({width:"0px"});
	$("#logo h1").css({height:"1px"});
});

function animation(){
	$("#header").delay(500).animate({marginLeft:"0px",marginTop:"0px"},750,"easeOutCirc");
	$("#logo p.btn").delay(1000).animate({width:"59px"},750,"easeInCubic");
	$("#logo h1").delay(0).animate({height:"634px"},1000,"easeInCubic");
	}
	$(window).bind("load",function(){animation();
});
*/
