@import url(../common/css/basic.css);

div#contents {
	padding-bottom: 20px;
}

div#contents h1 + ul {
	margin-top: 30px;
}

div#contents h2.part1 {
	background: url(../part1/img/icon_stitle.png) no-repeat left center;
}

div#contents h2.part2 {
	background: url(../part2/img/icon_stitle.png) no-repeat left center;
}

div#contents h2.part3 {
	background: url(../part3/img/icon_stitle.png) no-repeat left center;
}

div#contents h4 {
	font-weight: normal;
	font-size: 110%;
	color: #296602;
	margin: 10px 30px 5px 30px;
}

div#contents h4 img {
	vertical-align: bottom;
	margin: 0 10px 1px 0;
}

div#contents p span.note {
	font-size: 90%;
}

div#contents ul {
	margin: 0 30px 20px 30px;
}

div#contents ul li {
	line-height: 1.8;
	list-style: disc;
	margin-left: 20px;
}

div#contents ul li img {
	margin: 0 5px;
	vertical-align: text-bottom;
}

div#contents ul.partition {
	padding-bottom: 20px;
	border-bottom: 1px dotted #5f3c1f;
}


div#menu li.part1 ul,
div#menu li.part2 ul,
div#menu li.part3 ul {
	display: none;
}