$(window).load(function() {
	$("p#main_ex").fadeIn("slow");
	setTimeout(function() {
		$("li#main_new").fadeIn("slow");
			setTimeout(function() {
				$("li#main_otoku").fadeIn("slow");
				setTimeout(function() {
					$("li#main_other").fadeIn("slow");
						(function($){$(document).ready(function(){
							$("#main li").css("display", "block");
							$("a.bnrs_effect_main").css({background: "#fff"}).mouseover(function(){
								$(this).children().stop().css({opacity: 0.2}).animate({opacity: 1}, 500);
							});
						});})(jQuery);
				}, 600);
			}, 600);
	}, 850);

	//お問い合わせ状況各行色変え
	$("#news_wrapper dl dt:odd").addClass("odd");
	$("#news_wrapper dl dd:odd").addClass("odd");

});


