﻿// フラッシュ可ならnon_flash要素削除
	function flashCheck () {
		if ( swfobject.getFlashPlayerVersion().major>=8 ) Element.remove("non_flash");
	}
