﻿$(window).load(function () {
	// windowがloadされた際に実行したいコードを記述します。
	//alert("test");
		$(document).ready(function(){
			$("#load_whatsnew").load("load_html/007_whatsnew.txt");
			$("#load_winners").load("load_html/008_winners.html");
			$("#load_right").load("load_html/010_sidenavi.txt");
			$("#load_footer").load("load_html/012_Footer.txt");
			$("#jusyo_kachiuma").load("load_html/jusyo_kachiuma.txt");
			$("#banner_top").load("load_html/banner_top.txt");
		});
});
