@import url(../basic.css);

div#contents h3 {
	margin: 20px 0 5px 25px;
	color: #71491a;
	font-weight: bold;
}

div#contents p {
	text-indent: 0;
}

div#contents ul {
	margin: 0 25px 0 45px;
}

div#contents ul li {
	list-style: disc;
	margin-bottom: 10px;
}

div#contents table {
	width: 690px;
	margin: 0 auto;
	font-size: 80%;
}

div#contents th {
	color: #fff;
	background-color: #4a6d0e;
	padding: 5px;
}

div#contents th.no {
	width: 4em;
}

div#contents th+th {
	border-left: 1px solid #fff;
}

div#contents td {
	padding: 5px;
	border-top: 1px solid #4a6d0e;
	border-bottom: 1px solid #4a6d0e;
}

div#contents tr td:first-child {
	text-align: center;
}

div#contents td+td {
	border-left: 1px solid #4a6d0e;
}

div#contents td.ndl {
	text-align: center;
	width: 150px;
}