
/*
読み込み
---------------------------------------------*/
document.write('<script type="text/javascript" src="common/js/swfobject.js"></script>');
/*
document.write('<script src="common/js/jquery.easing.js"></script>');
*/

document.write('<script src="common/js/style.js"></script>'); 
document.write('<script src="common/colorbox/jquery.colorbox.js"></script>'); 
document.write('<script src="common/js/jquery.droppy.js"></script>'); 

$(document).ready(function(){
	$(".works_box ul li a").colorbox({width:"740px", height:"90%", iframe:true});
});

$(function() {
		$('#nav').droppy();
});
		
/*
スクロール
---------------------------------------------


$(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();
});
*/
