$(function(){
$("div#shop_list").load("/include/shop_list.html"); //左サイド　ミニバナー

$("div#box_ban_area_min").load("/include/banner_min.html"); //左サイド　ミニバナー

$("div#shop_list_owner").load("/include/shop_list_owner.html"); //オーナー様ページ　ショップリスト

$("div#about_shop_contents").load("/include/about_shop_contents.html",function() {
	 $('#about_shop_list li:even').addClass('box_left');				
});// 会社情報・店舗のご案内　コンテンツ
	
});
