@charset "utf-8";

table {
	width: 640px;
	margin: 10px 17px 0px 10px;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	border-top: 1px solid #B4BF9F;
	letter-spacing: 0.2em;
}

table th {
	width: 12%;
	margin: 0 0 5px 0;
	padding: 5px;
	color: #000000;
	border-bottom: 1px solid #B4BF9F;
	background: #F4F4EA;
	vertical-align: top;
	font-weight: bold;
}

table td {
	margin: 0 0 5px 0;
	padding: 5px 10px;
	border-bottom: 1px solid #B4BF9F;
	border-left: 1px dotted #B4BF9F;
}

table span {
	margin: 0 3px 0 5px;
	font-size: 80%;
	font-weight: normal;
	color: #C30;
	vertical-align: middle;
}

table em {
	margin: 0 3px 0 5px;
	font-style: normal;
	color: #C30;
}
