@charset "utf-8";
/* CSS Document */

div#contents div.explanation div.staticmain div.maintext {
	margin: 20px;
}

div#contents div.explanation div.staticmain span.example_header {
	line-height: 25px;
}

div#contents div.explanation div.staticmain dl {
	border-top: 1px solid #ccc;
	line-height: 1.6;
	margin: 1em 0;
	width: 100%;
}

div#contents div.explanation div.staticmain dl dt {
	width: 8em;
	padding-bottom: 1px;
	text-indent: 1em;
	font-weight:bold;
}

div#contents div.explanation div.staticmain dl dd {
	margin-left: 0;
	padding-left: 4em;
	border-bottom: 1px solid #ccc;
}

