@import "base.css";

#toc {
	margin-bottom: 14px;
	padding-left: 12px;
	background-color: #DED;
	border-left: 4px double #AFFC32;
	list-style-type: none;
	line-height: 160%;
}
#toc li {
	padding-left: 24px;
	background-color: transparent;
	background-image: url(../parts/square16.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#contents div.container .section p {
	margin-top: 8px;
}
#contents div.container .section strong {
	font-weight: bold;
}
#contents div.container .section span.note {
	text-decoration: underline;
}
