//スクロール
j$(function () {
    if (! j$.browser.safari) {
        j$('a.pagetop').click(function () {
            j$(this).blur();

            j$('html,body').animate({ scrollTop: 0 }, 'slow');

            return false;
        });
    }
});



j$(function(){
    j$('a[href^="http://"]').not('a[href^="http://uonome.jp/"]').addClass('exlink');
});

