$(function() {
	// $('h1~h2.item').filter(':first').css('marginTop','26');
	// $('.template_table tr td:first-child').add('.template_table tr th:first-child').css('borderLeft','0px');
	// $('.template_table tr td:last-child').add('.template_table tr th:last-child').css('borderRight','0px');
});