// IEリンク背景点滅回避策
try {  document.execCommand('BackgroundImageCache', false, true);} catch(e) {}