$(function(){
	$(".js-tag_insertion a:eq(1)").addClass("em");
	$(".js-tag_insertion a:eq(2)").addClass("strong");
	if ($.browser.msie && $.browser.version == 6)
	{
		$(".top_event dt:first-child").css("background-image","none");
		$(".top_update dt:first-child").css("background-image","none");
		$(".t_update .dt_list:first-child").css("background-image","none");
		$(".v_update .dt_list:first-child").css("background-image","none");
		$(".t_news .dt_list:first-child").css("background-image","none");
		$(".info_table tr:first-child th").css("background-image","none");
		$(".info_table tr:first-child td").css("background-image","none");
	}
});
