$(document).ready(function(){
	// タブ
	$('#categories > ul').tabs({ fx: { opacity: 'toggle' } });
});
