// last update 2011-06-20
// COPYRIGHT(C)SETSUGETSUKA. ALL RIGHTS RESERVED.
// Editor - A.W./VISUAL-HOUSE


$(function () {
    if (! $.browser.opera) {
        $('.pagetop a,.spagetop a').click(function () {
            $(this).blur();
            $('html,body').animate({ scrollTop: 0 }, 'slow');
            return false;
        });
    }
});



