@charset"euc-jp";

.moduleContent h2{
	margin: 0 0 1.5em 0;
}
p{
	color: #421006;
}
p.lead{
	line-height: 1.5em;
	width:98%;
}
dl dt{
	float: left;
	line-height: 1.5em;
	width:20px;
	white-space: nowrap;
}
dd{
	line-height: 1.5em;
	margin-left:25px;
	width:95%;
}
.moduleContent ul, .moduleContent li{
	list-style: inside;
	margin: 0.3em 0 0 8px;
}
li.disc{
	list-style: disc outside;
}
li.none{
	list-style: none outside;
}