//IE6でCSSによるロールオーバーがちらつくバグの対処 by Scott Schiller氏
//http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker
try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
