@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/arrow16.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;
}
#contents div.container .section span.eng {
	font-family: serif;
	font-size: 12px;
	color: #888;
}

#contents div.container .section ol {
	margin: 16px 32px;
	list-style-type: decimal;
}
#contents div.container .section ol span {
	font-weight: bold;
	text-decoration: underline;
	color: #284;
}
#contents div.container .section ol li p {
	font-size: 12px;
}

#totop {
	font-size: 12px;
	text-align: right;
}
