@charset "utf-8";
/* CSS Document */

table {
	margin-left: 20px;
	border : solid 1px #333;	
}

th {
	width: 110px;
	height: 20px;
	text-align: center;
	background-color: #CCC;
	font-weight: normal;
	color: #000;
}

caption {
	font-size: medium;
	font-weight: bold;
}

td {
	text-align: right;
	color: #333;
}

caption {
	color: #333;
	font-size: medium;
	font-weight: bold;
}
	