/** for case.hmtl **/
div.case {

}
div.case a {
	text-decoration: underline;
}
div.case h2 {
	background: url("../img/caseTtl.gif") no-repeat;
}
div.case ul {
	height: 133px;
	margin: 15px 0;
	padding: 10px;
	background: url("../img/caseBg.jpg") no-repeat;
}
* html div.case ul { /* IE6hack */
	height: 153px;
}
div.case ul li {
	margin-left: 10px;
	padding-top: 5px;
	color: #6aba01;
}
div.case div.section {
	height: 1%;
	margin: 25px 0;
	border-bottom: 1px dashed #999;
	position: relative;
}
div.case div.section h3 {
	height: 1%;
	padding: 5px 10px;
	background-color: #efefef;
	color: #6aba01;
	font-size: 93%;
}
div.case div.section p.btn {
	position: absolute;
	top: 5px;
	right: 5px;
}
div.case div.section dl { /* cleafix */
	padding: 7px 7px 15px 7px;
}
div.case div.section dl.plural {
	padding-top: 15px;
	border-top: 1px solid #999;
}
div.case div.section dl dt,
div.case div.section dl dd {
	padding: 4px 0;
}
div.case div.section dl dt {
	width: 7em;
	float: left;
	font-weight: bold;
}
div.case div.section dl dd {
	margin-left: 7em;
}
div.case div.section p.pageTop {
	margin: 15px 5px 5px;
	text-align: right;
	color: #6aba01;
}

