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

div#contents h1:before {
	content: url(img/bg_title_01.png);
	top:4px;
	left: 3px;
	position: absolute;
}

div#contents h1:after {
	content: url(img/bg_title_02.png);
	top:4px;
	right: 3px;
	position: absolute;
}

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

div#contents div.note {
	border: 1px dotted #5f3c1f;
	padding: 25px;
	margin: 20px 30px;
}

div#contents div.note h2 {
	border-bottom: none;
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
}

div#contents div.note h3 {
	border-top: none;
	margin: 30px 0 5px 0;
}

div#contents div.note h3 + h3 {
	background: url(../img/icon09.png) no-repeat left center;
	margin-top: 30px;
}

div#contents div.note p {
	margin: 0 0 1em 0;
}

div#detail h1:before {
	content: url(img/bg_title_01.png);
	top:4px;
	left: 3px;
	position: absolute;
}

div#detail h1:after {
	content: url(img/bg_title_02.png);
	top:4px;
	right: 3px;
	position: absolute;
}

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


div#menu ul li.part2 {
	background: url(../img/bg_part2.png) no-repeat right -4px;
	background-color: #fff;
}

div#menu ul li.part2 a {
	background: none;
}

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