﻿jQuery(function(){

	/* ライブ情報 */
	jQuery("h2:contains('1984')").css("display", "none");
	
	jQuery("h2").css("background", "black");

});
