// JavaScript Document
$(function(){
	$('.box_lo').corner("notch 4px");
	$('.box_li').corner("notch 4px");
});

