jQuery(document).ready(function(){
 
jQuery(".gnavi01 a").hover(function() {
jQuery(this).next("em").stop(true, true).animate({opacity: "show", top: "20"}, "slow");
}, function() {
jQuery(this).next("em").animate({opacity: "hide", top: "-5"}, "fast");
});
 
});

jQuery(document).ready(function(){
 
jQuery(".gnavi02 a").hover(function() {
jQuery(this).next("em").stop(true, true).animate({opacity: "show", top: "10"}, "slow");
}, function() {
jQuery(this).next("em").animate({opacity: "hide", top: "-15"}, "fast");
});
 
});

jQuery(document).ready(function(){
 
jQuery(".gnavi03 a").hover(function() {
jQuery(this).next("em").stop(true, true).animate({opacity: "show", top: "0"}, "slow");
}, function() {
jQuery(this).next("em").animate({opacity: "hide", top: "-25"}, "fast");
});
 
});

jQuery(document).ready(function(){
 
jQuery(".gnavi04 a").hover(function() {
jQuery(this).next("em").stop(true, true).animate({opacity: "show", top: "10"}, "slow");
}, function() {
jQuery(this).next("em").animate({opacity: "hide", top: "-15"}, "fast");
});
 
});

jQuery(document).ready(function(){
 
jQuery(".gnavi05 a").hover(function() {
jQuery(this).next("em").stop(true, true).animate({opacity: "show", top: "-10"}, "slow");
}, function() {
jQuery(this).next("em").animate({opacity: "hide", top: "-35"}, "fast");
});
 
});
