/* ////////////////////////////////////////////////////////////////////////////////
トピックステーブル設定
//////////////////////////////////////////////////////////////////////////////// */

table{
	width:523px;
	border-collapse:collapse;
	border:1px solid #eeeeee;
	margin-bottom:20px;
}

th {
	width:100px;
	padding:5px 8px;
	font-size:90%;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

td {
	padding:5px 8px;
	font-size:90%;
	text-align:left;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}

.t-red{
	color:#CC0000;
	font-weight:bold;
}

.t-blue{
	color:#3366FF;
	font-weight:bold;
}


caption{
	padding-bottom:5px;
	font-size:90%;
	text-align:left;
}