/************************************************
★フォントサイズ
*************************************************/
$(function() {
	var options={
	linkTitle: 'styleswichter',
	cookieName: 'selected-style'
	};
	$.fn.StyleSwichter(options);
});
/************************************************
★サイトマップ
*************************************************/
$(document).ready(function(){
	$("#sitemapZone").slideBox({width: "100%", height: "200px", position: "bottom"});
});

