@charset "utf-8";
/* CSS Document */

#eng {
	font-size: 70%;
}

/* h2 */
#eng h2 {
	margin: 3em 0 0.7em;
}


/* p */
#eng p {
	margin-left: 1em;
	line-height: 160%;
}

/* dl */
#eng dl  {
	margin-top: 0;
	margin-left: 1em;
}
#eng dt {
	float: left;
	clear: left;
	font-weight: bold;
	line-height: 150%;
}
#eng dd {
	padding-left: 8.5em;
	margin-bottom: 2em;
	line-height: 150%;
}

/* table */
#eng table {
	width: 93%;
	margin-left: 1em;
}
#eng th {
	background-color: #e6e6e6;
	width: 20%;
	vertical-align: top;
	text-align: left;
	padding: 11px 5px 10px;
	border-bottom: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	font-weight: bold;
	white-space: nowrap;
}
#eng th span {
	font-size: 80%;
}
#eng td {
	width: 80%;
	vertical-align: top;
	padding: 10px 0 10px 5px;
	border-bottom: 1px #666666 dotted;
	line-height: 160%;
}
#eng td.end {
	width: 80%;
	vertical-align: top;
	padding: 10px 0 10px 10px;
	border-bottom: 1px #FFFFFF dotted;
}
#eng td span {
	font-weight: bold;
}


/* #exList
----------------------------------------*/
#eng #exList h3 {
	font-size: 110%;
	font-weight: bold;
	color: #663300;
}
#eng #exList table {
	margin-left: 12px;
	width: 93%;
}
#eng #exList th {
	font-size: 150%;
}
#eng #exList td {
	font-size: 120%;
}
#eng #exList td.locality {
	width: 15% !important;
}
