@charset "UTF-8";
#outline {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#outline table tr th {
	width: 90px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#outline table tr td table tr td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outline table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
}