//topページのスライダー部分

$(function(){
            $("#picup_plan > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
