@charset "utf-8";
@import url("../_common/_common.css");
@import url("./manual_cmn.css");

#ContentsBody {
}

h2 {
	margin: 35px 5px 25px;
	padding: 6px 0 3px;
	text-align: center;
	font-size: 16px;
	_font-size: medium;
	_letter-spacing: .1em;
	color: #fff;
	background-color: #213C64;
	background-image: url("images/h2bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
h2 .Ex {
	font-size: 12px;
	_font-size: small;
	_letter-spacing: 0;
}
h3 {
	margin: 1.5em 10px .5em;
	padding: 0 0 3px;
	font-size: 14px;
	_font-size: 105%;
	color: #213C64;
	border-bottom: 1px solid #213C64;
}

#ContentsBody p#Introduction {
	margin: 0 10px;
	padding: 0;
	text-align: left;
}

#ContentsBody p {
	margin: 0 12px 1em 200px;
	padding: 0;
	line-height: 1.5;
}
#ContentsBody p a {
	color: #00c;
}
#ContentsBody p a:hover {
	color: #06f;
}

#ContentsBody ul {
	margin: 0 12px 1em 200px;
	padding: 0;
}
#ContentsBody li {
	margin: 0 0 .5em 1.5em;
	padding: 0;
	line-height: 1.3;
}

#ContentsBody ul.Category {
	list-style: none;
}
#ContentsBody ul.Category li {
}
#ContentsBody ul.Category li img {
	background-color: #213C64;
}

#ContentsBody ul.Condition {
	list-style: none;
}
#ContentsBody ul.Condition li {
	margin: 5px 0 1.5em 64px;
	text-indent: -42px;
	color: #333;
	font-size: 10px;
	_font-size: xx-small;
}
#ContentsBody ul.Condition li img {
	margin-top: -5px;
	_margin-bottom: 3px;
	vertical-align: middle;
}
#ContentsBody ul.Condition li strong {
	font-size: 12px;
	_font-size: small;
	color: #213C64;
}


