$(function() {
	$('#navi li').corner('top');
	$('#side ul').corner('keep');
	$('.branch .contact-box dt').corner('top 8px');
	$('.branch .contact-box dd').corner('bottom keep');
});

try {
	document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}
