/*
$(document).ready(function(){
	if ($.browser.msie||$.browser.opera) {//for ie,opera
		$(".title02").each(function(){
			$(this).corner("round 10px");
		});
    }
	
	if ($.browser.msie||$.browser.opera) {//for ie,opera
		$(".title02_perple").each(function(){
			$(this).corner("round 10px");
		});
    }
	
	if ($.browser.msie||$.browser.opera) {//for ie,opera
		$(".title02_green").each(function(){
			$(this).corner("round 10px");
		});
    }
	
	if ($.browser.msie||$.browser.opera) {//for ie,opera
		$(".title02_yellow").each(function(){
			$(this).corner("round 10px");
		});
    }
	
});
*/
