// corner-style
// px
$(function(){
	$('#main h2').corner("top 3px");
	$('dl.list').corner("3px");
	$('.greeting .photo p').corner("3px");
	$('ul.link').corner("3px");
	$('.holiday_file').corner("3px");
	$('#b_talk dl.text').corner("3px");
	$('#talk_list').corner("3px");
	$('#talk_list .inner').corner("2px");
	$('dl.sitemap dt').corner("3px");
});


