	$(function(){
		// jQuery、Tab切替箇所・動作の設定
		$('#maincontent').tabs({ fx: { opacity: 'toggle' } });
	});

