﻿
	// IE6 における背景画像キャッシュ化

	try {
		document.execCommand('BackgroundImageCache', false, true);
	} catch(e) {}
