$(function(){
	/**
	 * トップページのincludeを行う
	 */
/*	if($("#top-include-flash").length){ $("#top-include-flash").load("/ikesei/kirei/inc/pc/top_js/top.txt #top_flash"); }
*/
//	if($("#top-include-flash").length){ $("#top-include-flash").load("/ikesei/kirei/inc/pc/top_js/top.txt #box-mainvisual"); }
	if($("#top-include_recommend").length){ $("#top-include_recommend").load("/ikesei/kirei/inc/pc/recommend.html #ikesei-osusume"); }
	if($("#top-include_brandlist").length){ $("#top-include_brandlist").load("/ikesei/kirei/inc/pc/brandlist.html #boxx-brandlist"); }
//	if($("#sp-content").length){ $("#sp-content").load("/ikesei/kirei/sp/top.html"); }
	if($("#newsarea").length){ $("#newsarea").load("/ikesei/kirei/inc/pc/newsarea.html"); }
	if($("#top-include-specialsalon").length){ $("#top-include-specialsalon").load("/ikesei/kirei/inc/pc/specialsalon.html #boxx-specialsalon"); }
	if($("#top-include-firstview").length){ $("#top-include-firstview").load("/ikesei/kirei/inc/pc/firstview.html"); }
});

