$(function(){
	$(".about_manifesto_shuugi_title a").click(function(){
		$(this).parent().parent().hide();
		$.get("/close_aboutbox/", function(){});
	});
});
