$(function(){

	$("#menu #banner li img,#menu #bend-menu dt a img,.index #b-estimate img,#menu #guide li a img").hover(function(){
		$(this).css("opacity", "0.6");
		$(this).css("filter", "alpha(opacity=60)");
		$(this).fadeTo("slow", 1.0);
	});

});
