$(function(){
	$("#menu div, #coupon_banner, #floor_5f, #floor_3f, #floor_2f, #floor_1f, .floor_name").css({opacity:"0"});
	$("#menu div").css({paddingLeft: "40px"});
	$("#li_menu_news").stop().animate({paddingLeft:"12px",opacity:"1"},700);
	setTimeout(function(){
		$("#li_menu_concept").stop().animate({paddingLeft:"12px",opacity:"1"},700);
	},100);
	setTimeout(function(){
		$("#li_menu_media").stop().animate({paddingLeft:"12px",opacity:"1"},700);
	},200);
	setTimeout(function(){
		$("#li_menu_company").stop().animate({paddingLeft:"12px",opacity:"1"},700);
	},300);
	setTimeout(function(){
		$("#li_menu_access").stop().animate({paddingLeft:"12px",opacity:"1"},700);
	},400);
	setTimeout(function(){
		$("#li_menu_link").stop().animate({paddingLeft:"12px",opacity:"1"},700);
	},500);
	setTimeout(function(){
		$("#li_menu_recruit").stop().animate({paddingLeft:"12px",opacity:"1"},700);
	},600);
	setTimeout(function(){
		$("#li_menu_contact").stop().animate({paddingLeft:"12px",opacity:"1"},700);
	},700);
	setTimeout(function(){
		$("#li_menu_top").stop().animate({paddingLeft:"12px",opacity:"1"},700);
		$("#menu > div").css({backgroundPosition:"-10"});
		$("#menu > div").hover(function(){
			$(this).find("img").animate({opacity:"0"});
			$(this).stop().animate({backgroundPosition: "0"},700);
		},
		function(){
			$(this).find("img").animate({opacity:"1"});
			$(this).stop().animate({backgroundPosition: "-10"},700);
		});
	},800);
	setTimeout(function(){
		$("#coupon_banner").stop().animate({opacity:"1"});
		$("#coupon_banner").hover(function(){
			$(this).find("img").animate({opacity:"0"});
		},
		function(){
			$(this).find("img").animate({opacity:"1"});
		});
	},900);
	setTimeout(function(){
		$("#floor_5f").stop().animate({opacity:"1"});
		$("#floor_5f").hover(function(){
			$(this).find("img").animate({opacity:"0"});
			$(this).find("span").animate({opacity:"1"}).typewriter(1000);
		},
		function(){
			$(this).find("img").animate({opacity:"1"});
			$(this).find("span").animate({opacity:"0"});
		});
	},1100);
	setTimeout(function(){
		$("#floor_3f").stop().animate({opacity:"1"});
		$("#floor_3f").hover(function(){
			$(this).find("img").animate({opacity:"0"});
			$(this).find("span").animate({opacity:"1"}).typewriter(1000);
		},
		function(){
			$(this).find("img").animate({opacity:"1"});
			$(this).find("span").animate({opacity:"0"});
		});
	},1300);
	setTimeout(function(){
		$("#floor_2f").stop().animate({opacity:"1"});
		$("#floor_2f").hover(function(){
			$(this).find("img").animate({opacity:"0"});
			$(this).find("span").animate({opacity:"1"}).typewriter(1700);
		},
		function(){
			$(this).find("img").animate({opacity:"1"});
			$(this).find("span").animate({opacity:"0"});
		});
	},1500);
	setTimeout(function(){
		$("#floor_1f").stop().animate({opacity:"1"});
		$("#floor_1f").hover(function(){
			$(this).find("img").animate({opacity:"0"});
			$(this).find("span").animate({opacity:"1"}).typewriter(500);
		},
		function(){
			$(this).find("img").animate({opacity:"1"});
			$(this).find("span").animate({opacity:"0"});
		});
	},1700);
});
