// JavaScript Document
$(document).ready(function(){
	$("#toppage #wrapBottom #nav02Top ul li:last-child").css("margin-right","0");
});
