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

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

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

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

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

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

div#contents div.data ul.list {
	margin: 0 0 20px 0;
}

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

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

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

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

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


