$(function(){
	$("#check_all").click(function(){
		$('.check_all').attr('checked', $(this).attr('checked'));
	});
	$("#area01_all").click(function(){
		$('.area01_all').attr('checked', $(this).attr('checked'));
	});
	$("#area02_all").click(function(){
		$('.area02_all').attr('checked', $(this).attr('checked'));
	});
	$("#area03_all").click(function(){
		$('.area03_all').attr('checked', $(this).attr('checked'));
	});
	$("#area04_all").click(function(){
		$('.area04_all').attr('checked', $(this).attr('checked'));
	});
	$("#area05_all").click(function(){
		$('.area05_all').attr('checked', $(this).attr('checked'));
	});
	$("#area06_all").click(function(){
		$('.area06_all').attr('checked', $(this).attr('checked'));
	});
	$("#area07_all").click(function(){
		$('.area07_all').attr('checked', $(this).attr('checked'));
	});
	$("#area08_all").click(function(){
		$('.area08_all').attr('checked', $(this).attr('checked'));
	});
	$("#area09_all").click(function(){
		$('.area09_all').attr('checked', $(this).attr('checked'));
	});
	$("#type01_all").click(function(){
		$('.type01_all').attr('checked', $(this).attr('checked'));
	});
	$("#type02_all").click(function(){
		$('.type02_all').attr('checked', $(this).attr('checked'));
	});
	$("#type03_all").click(function(){
		$('.type03_all').attr('checked', $(this).attr('checked'));
	});
	$("#type04_all").click(function(){
		$('.type04_all').attr('checked', $(this).attr('checked'));
	});
	$("#type05_all").click(function(){
		$('.type05_all').attr('checked', $(this).attr('checked'));
	});
	$("#type06_all").click(function(){
		$('.type06_all').attr('checked', $(this).attr('checked'));
	});
	$("#type07_all").click(function(){
		$('.type07_all').attr('checked', $(this).attr('checked'));
	});
	$("#type08_all").click(function(){
		$('.type08_all').attr('checked', $(this).attr('checked'));
	});
	$("#type09_all").click(function(){
		$('.type09_all').attr('checked', $(this).attr('checked'));
	});
	$("#type10_all").click(function(){
		$('.type10_all').attr('checked', $(this).attr('checked'));
	});
	$("#type11_all").click(function(){
		$('.type11_all').attr('checked', $(this).attr('checked'));
	});
});

