/* IE6での背景画像のちらつき防止用 */
try {
    document.execCommand('BackgroundImageCache', false, true);
} catch (e) { }

