@charset "Shift_JIS";

#nr_text table {
	margin: 30px auto;
	border-collapse: collapse;
}
#nr_text table td,
#nr_text table th {
	white-space: nowrap;
	padding: 5px 10px;
	border: solid 1px #999999;
}
#nr_text table td {
	text-align: left;
}
#nr_text table th {
	color: #777777;
	background: #efefef;
}

#nr_text .caption {
	padding-left: 1em;
	text-indent: -1em;
	color: #777777;
}