$(document).ready(function(){
	  $('#shokureki > h4').click(function(){
	    $(this).next().slideToggle('slow');
	  });
	});