/************************************************
★フォントサイズ
*************************************************/
$(document).ready(function(){
	$('#textresizer').switcher();
});
/************************************************
★サイトマップ
*************************************************/
$(document).ready(function(){
	$("#sitemapZone").slideBox({width: "100%", height: "240px", position: "bottom"});
});

