/*  タイトル
============================================================ */

div#rcontents div#page-title {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 25px;
	height: 50px;
}
div#rcontents h1#progress-title {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}

/*  コンテンツ部分
============================================================ */

div#rcontents div.progress-contents h2 {
	font-size: 130%;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF6A6A;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB5B5;
	margin-top: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}
div#rcontents div.progress-contents {
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 10px;
	clear: both;
}
div#rcontents div.progress-contents div.progress-img {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 10px;
	display: inline;
	width: 210px;
}
div#rcontents div.progress-contents div.progress-img img {
	margin-left: 35px;
	border: 1px solid #CCC;
}
div#rcontents div.progress-contents div.progress-img dl {
	margin-left: 0px;
	margin-top: 5px;
}
div#rcontents div.progress-contents div.progress-img dl dt {
	background-image: url(../images/pdfdl-title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
	margin-top: 0px;
}
div#rcontents div.progress-contents div.progress-img dl dd {
	margin-top: 5px;
	margin-left: 0px;
}
div#rcontents div.progress-contents div.progress-img dl dd a {
	background-image: url(../rashinban/images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#rcontents div.progress-contents dl {
	margin-top: 15px;
	margin-left: 180px;
}
div#rcontents div.progress-contents dl dt {
	font-weight: bold;
	margin-top: 10px;
}
div#rcontents div.progress-contents dl dd {
	margin-top: 4px;
	margin-left: 20px;
}
div#rcontents div.progress-contents dl dd ul li {
	margin-top: 4px;
	list-style-position: outside;
	list-style-type: disc;
}
dl dd span.chui-print {
	font-size: 80%;
}

