

			$(window).load(function(){
				$("#inner_main").fadeTo("slow", 1.0);
        		$('.p_index a').lightBox();
        		$(".a_index a").mouseover(function() {
    					$(this).fadeTo("slow","0.7");
  					}).mouseout(function(){
    					$(this).fadeTo("fast","1.0");
  				});
			});
