$(function() {
	$('.bnr li:first-child')
	.css('padding','0px')
})
$(function() {
	$('.layout02 tr:first-child')
	.css('background-image','none')
})
