@charset "utf-8";
/* CSS Document */

#pageBody {
	min-height:440px;
	height:auto !important;
	height:440px;
}

.inner p {
	margin:15px 0;
}
.inner p.firstP {
	margin:-40px 0 40px;
}

.inner dl {
	margin-bottom:40px;
}
.inner dl dt {
	font-size:16px;
	font-weight:bold;
}
.inner dl dd {
	padding-left:30px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}
