$(function() {
	$('table.cmn_table tr:first-child th , table.cmn_table tr:first-child')
	.css('background','none')
})
$(function() {
	$('table.cts_table tr:first-child th , table.cts_table tr:first-child , table.cts_table tr:first-child td')
	.css('background','none')
})
$(function() {
	$('div.exbox')
	.css('border-width','1px')
	.css('border-style','dotted')
	.css('border-color','#7f7f7f')
})
$(function() {
	$('div.cts_blk-inner div:first-child')
	.css('padding-left','0px')
})
$(function() {
	$('div#all_cts div.embox:first-child')
	.css('margin-top','0px')
})
$(function() {
	$('div.chintai-info table tr:first-child')
	.css('background','none')
})
$(function() {
	$('div.embox ol li:first-child')
	.css('padding','0')
})
$(function() {
	$('table.backnumber td:first-child')
	.css('padding-left','0')
})


