/* ---------------------------------------------
  COP:MTG "Text Storage" stylesheets
------------------------------------------------
    File Name:	text.css
    Build:	2005/10/10
    Updated:	2007/10/12
    Author:	Wataru "Mr.Cid" Hosaka
--------------------------------------------- */

/* リスト部分 */
	td.text_list_date {
	    font-weight		: bold;
	    width		: 130px;
	    padding		: 0px 0px 0px 10px;
	}
	td.text_list_title {
	    width		: 400px;
	    padding		: 0px 0px 5px 10px;
	}

/* 注意表示部分 */
	td.text_caution_title {
	    background-color	: #eeeeee;
	    font-weight		: bold;
	    text-align		: center;
	    width		: 540px;
	}
	td.text_caution {
	    background-color	: #eeeeee;
	    width		: 540px;
	}

/* ソーティング記録 */
	img.text_sorting_img {
	    width		: 200px;
	    height		: 285px;
	}
