$(function(){
	$("div#box_header").load("/include_data/header.html");
	$("div#box_gnavi").load("/include_data/gnavi.html");
	$("div#box_right_contents").load("/include_data/right_contents.html");
	$("div#box_footer").load("/include_data/footer.html");
	$("div#google").load("/include_data/google.html");
});
