/*------------------------------------------------------------
リストのリンク設定
------------------------------------------------------------*/
	


				function show_comment_writing(say_id)
				{
					$('#say'+say_id+' form .text_num').after("<div class='now_comment_writing'>書き込み中...</div>");
				}

				function remove_comment_writing(say_id)
				{
					$('#say'+say_id+' form .now_comment_writing').remove();
				}

