$(document).ready(function(){
	// content sub
	// 若干重いので一部終了。
	//    $("nav li a").wrapInner("<span></span>");
    //$("#content_head").wrapInner('<div class="ch_w"></div>');
    //$("#content_foot").wrapInner('<div class="cf_w"></div>');
    // $(".sub_content").wrapInner('<div class="cs_w"><div class="cs_w2"></div></div>');
 

	$("a[rel='thumbnails']").colorbox({transition:"fade"});
	$("#form").colorbox({width:"80%", height:"80%", iframe:true});
	$(".map").colorbox({width:"620px", height:"650px", iframe:true});
	$(".map2").colorbox({width:"690px", height:"780px", iframe:true});
    $(".inq").colorbox({width:"450px", height:"650px", iframe:true});


	   $("table").wrap('<div class="rounded"></div>');

});

