$(document).ready(function() {
//  color box
$(".to_schedule").colorbox({width:"90%", height:"90%", iframe:true});$(".to_photo").colorbox({width:"90%", height:"90%", iframe:true});$(".to_blog").colorbox({width:"90%", height:"90%", iframe:true});$(".to_bbs").colorbox({width:"90%", height:"90%", iframe:true});$(".to_time_table").colorbox({width:"90%", height:"90%", iframe:true});
$(".to_event").colorbox({width:"50%", height:"90%", iframe:true});

//	moving
$('.move_it a').hover(function(e) {$(this).hoverFlow(e.type, { left: 15 }, 180);},function(e) {$(this).hoverFlow(e.type, { left:0}, 50);});

//content 
$("#container").hide();$("#content_wrap").hide();
$("#container").fadeIn(1000);$("#content_wrap").fadeIn(1200);
//効果が分かりにくいので除去
//$("a.mode").click(function () {
//  $("#container").fadeOut(300);
//});



//end ready 
});


