$(document).ready(function(){
	$('.kita_sec_tr').mouseover(function(){
		$('.kita_sec_tr').hide();
	});
});
