jQuery(function(){
     jQuery("#navi a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "-20"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "-20"}, "fast");
     });
});

jQuery(function(){
     jQuery(".home a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "-12"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "-20"}, "fast");
     });
});

jQuery(function(){
     jQuery("#usp .syo a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "35"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "20"}, "fast");
     });
});

jQuery(function(){
     jQuery("#usp .tyu a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "30"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "15"}, "fast");
     });
});

jQuery(function(){
     jQuery("#usp .kou a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "28"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "13"}, "fast");
     });
});

jQuery(function(){
     jQuery(".sub_note a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "-10"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "-20"}, "fast");
     });
});

jQuery(function(){
     jQuery(".shido_btn a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "-10"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "-20"}, "fast");
     });
});

jQuery(function(){
     jQuery("#shidohou a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "-10"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "-20"}, "fast");
     });
});

jQuery(function(){
     jQuery("#movie .btn a").hover(function() {
        jQuery(this).next("span").animate({opacity: "show", top: "309"}, "fast");}, function() {
               jQuery(this).next("span").animate({opacity: "hide", top: "299"}, "fast");
     });
});
