
// list end
$(function(){
	//関連リンク
	$("div.relationlink ul li:last").addClass("end");
	
});

