

/*
 *IE画像メニューのちらつき制御
 */
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
