@import "base.css";

p {
	line-height: 125%;
	margin-top: 10px;
}

strong {
	font-weight: bold;
}

div.centering {
	text-align: center;
}

#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;
}

span.note {
	text-decoration: underline;
}

#contents .container ol {
	margin: 8px auto 8px 2em;
}

#contents .container h4 {
	margin: 4px 0;
	clear: both;
	background-color: #FFFFB7;
	border-left: 1px solid #FF8C00;
	border-bottom: 1px solid #FF8C00;
}

#contents .container h5 {
	color: #060;
	font-size: 14px;
	margin-top: 8px;
}
#contents .container h6 {
	color: #FF8C00;
	font-size: 14px;
	margin-top: 8px;
	border-bottom: 1px dotted #F6A;
}

#contents .container ul {
	margin-left: 2em;
}

#spec dt {
	color: #FF8C00;
	font-weight: bold;
}
#spec dd {
	margin-left: 2em;
}

cite {
	color: #888;
}

#trlist {
	margin-left: 4em !important;
}

div.effective p {
	margin-left: 1em;
}

img.rview {
	width: 158px;
	margin: 4px;
	float: right;
}
