
/*----------------------------------------------

	Theme ESTIC CORPORATION.
	http://www.estic.co.jp/
	Description:Common Style Sheet　2-7-2009 (mm-dd-yyyy)
	Version:ver. 1.0

----------------------------------------------*/

$(document).ready(function() {

	$('.pkg dt').corner('10px top');
	$('.pkg dd').corner('10px bottom');
	$('.pkg .end').corner('10px');

});

