﻿// [tab] 切り替え設定
jQuery(function($){
    $('div#tabArea1').imageTabs({
        animate: 'fadeIn',
        duration: 'slow'
    });
});

