.table_box table {
	width: 550px;
	background-color: #CCCCCC;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
}
.table_box table th {
	font-weight: bold;
	background-color: #eeeeee;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	text-align: left;
}
.table_box table td {
	background-color: #f5f5f5;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.s_red {
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
}
