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

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

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

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

div#contents span.red {
	color: #cc0000;
}

div#contents p.familytree img {
	margin: 0;
	border: 1px solid #b48e68;
}

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

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

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

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

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

div#menu ul ol li {
	margin-left: 20px;
	list-style-type: decimal;
	display: list-item;
	background: none;
}

div#menu ul ol li.current {
	background: none;
}

div#menu ul ol li a:hover, div#menu ul ol li a:focus {
	background: none;
}

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