
.manual_cbox{
	background-color:#ffffdd;
	border: 3px solid #3366ff;
	padding:1em;
	overflow-y:scroll;
	max-height: 500px;
	height: auto !important;
}

#manual_headline {
	margin-top:2em;
}
#manual_headline h2,
.manual_contents h2 {
	border-bottom: 2px solid #3366ff;
	font-size: 120%;
	font-weight: bold;
	clear: both;
	margin: 1em 1em 1em;
}
#manual_headline ol {
	list-style-type: disc;
}
#manual_headline li {
	list-style-type: disc;
	margin: 0em 3em 0em;
}
#manual_headline span {
	padding-left:2em;
}


.manual_contents ol li {
	list-style-type: decimal;
}

.manual_contents .cap {
	margin:2em 2em 2em 2em;
}
.manual_contents .desc ul {
	padding:0 1em 0em;
}

.manual_contents .cap h3 {
	margin-top:1em;
	margin-left:-2em;
	padding: 0 0.5em 0;
}
.manual_contents .desc {
	clear:left;
	padding:1em 2em 0 0;
}

.manual_contents img {
	display:block;
	border:1px #999 solid;
	margin:10px 10px 10px 10px;
	clear:both;
}