$(function(){
	$("div#legend-tx a img, dl.accountEnter a img, div#top-contents_com a img, div#visual a img").hover(function(){
		$(this).css("opacity", "0.2");
		$(this).css("filter", "alpha(opacity=20)");
		$(this).fadeTo("slow", 1.0);
	});
	
});

