
//パンくずリスト

jQuery(document).ready(function(){
	jQuery("#pankuzu").jBreadCrumb();
})

//カントリーフェスタの角丸に関するコード
$(function(){
	$("div.columnBack").corner();
});

$(function(){
	$("div.festaColumn").corner();
});

//ロードに関する処理

 $(document).ready(function(){
    $("#siteMap").load("http://kitakaruizawahiroba.com/index.html #footer");
  });
