@charset "utf-8";
#contents {
	height: 450px;
}
h3 {
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	font-style: normal;
}
table {
	width: 250px;
}
th {
	font-weight: normal;
	padding-right: 10px;
}
th, td {
	text-align: left;
}
td.right {
	text-align: right;
}
caption {
	color: #525252;
	font-weight: bold;
	padding: 3px 0; 
	text-align: left;
}

