// JavaScript Document
$(function(){	$("#header").load("/files/html/header.html");});
$(function(){	$("#news_body").load("/files/html/news.html");});
$(function(){	$("#ichioshi").load("/files/html/ichioshi.html");});
$(function(){	$("#rightlimitedplan").load("/files/html/limitedplan.html");});
$(function(){	$("#footer").load("/files/html/footer.html");});
$(function(){	$("#commonbtn").load("/files/html/commonbtn.html");});
