@charset "utf-8";

div#container div#contents div.text-block table.list {
	width: 690px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	border: 1px solid #d6d0ae;
}

div#container div#contents div.text-block table.list th {
	width: auto;
	font-size: 100%;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #edebdc;
	background-position: center;
	padding: 5px;
	color: #664f00;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d6d0ae;
	border-right-color: #d6d0ae;
	border-bottom-color: #d6d0ae;
}

div#container div#contents div.text-block table.list td {
	text-align: left;
	font-size: 100%;
	line-height: normal;
	padding: 3px;
	color: #404040;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #d6d0ae;
	border-right-color: #d6d0ae;
	border-bottom-color: #d6d0ae;
}

div#container div#contents div.text-block table.list td.name {
	text-align: left;
	width: 250px;
}

div#container div#contents div.text-block table.list td.counter {
	text-align: center;
	width: 60px;
}
