var flashvars = {};
var params = {};
var attributes = {};
attributes.id = "topFlashContent";
swfobject.embedSWF("/shared/img/top/top.swf", "topFlashContent", "830", "460", "9.0.0", "/shared/js/expressInstall.swf", flashvars, params, attributes);

$(function() {
    $('#menu .Blog').qtip({
        content:"新しいブログです。",
        style: {
            tip: 'bottomLeft',
            name: 'light'
        },
        position: {
            corner: {
                target: 'topRight',
                tooltip: 'bottomLeft'
            },
            target: 'mouse',
            adjust: {
                mouse: true
            }
        }
    });
    $('#menu .Corporate').qtip({
        content:"しばらくはこちらで。",
        style: {
            tip: 'bottomLeft',
            name: 'light'
        },
        position: {
            corner: {
                target: 'topRight',
                tooltip: 'bottomLeft'
            },
            target: 'mouse',
            adjust: {
                mouse: true
            }
        }
    });
});

