
//角丸処理
$(function() {
	$("#sidebar li a").corner("3px");

});

