﻿/*textList*/
.TextListTable
{
	width:800px;
	font-size:12px;
	border: solid 1px #5BA4AA;
	margin-right: auto; /* Opera FireFox IE8 ではこれが必要 (IE7はなくても期待通りになる)*/
	margin-left: auto;  /* Opera FireFox IE8 ではこれが必要 (IE7はなくても期待通りになる)*/
}

.TextListTableCellHead
{
	background-color:#E0E0E0;
	border-bottom: solid 1px #D0D0D0;
}

.TextListTableCell
{
	border-bottom: solid 1px #D0D0D0;
	-ms-word-break:break-all;
	word-break:break-all;
}