$(document).ready(function() {

	$(".detail .src").corner();
	$(".business").corner("bottom");
	$(".reqest_list").corner("bottom");
	$(".reqest_list_bd").corner("bottom");

	$(".list_hd li:last").css("border", "0");
	$(".list_hd li:last").css("padding", "0");
	$(".list_ft li:last").css("border", "0");
	$(".list_ft li:last").css("padding", "0");

	$(".feature dd:last").css("margin-bottom", "0");
	$(".feature dd:last").css("padding-bottom", "0");
	$(".feature dd:last").css("border-bottom", "0");



	$('#dialog01').exFixed(); // for IE6
	$('#dialog02').exFixed(); // for IE6

});

