//IE6のみのhover時の背景画像ちらつき対策
try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}