#content-box {
	line-height: 1.5em;
}
h3 {
	margin: 0px 0px 10px;
	font-size: 100%;
	padding-top: 10px;
	padding-left: 20px;
	border-bottom: 3px solid #48b6e9;
}

h4 {
	margin: 10px 0px 10px;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 80%;
	border-bottom: 1px solid #48b6e9;
}

p {
	line-height: 2em;
	text-indent: 1em;
	font-size: 90%;
}
#question-box {
	background: url(../resources/bg_question.png) no-repeat right top;
}

#panel-box {
	width: 500px;
	height: 100px;
	margin-top: 20px;
	margin-left: 40px;
	background: url(../resources/bg_panel.png) no-repeat left top;
}
#panel-box p {
	padding: 10px;
	text-indent: 0em;
	line-height: 1.5em;
	vertical-align:middle;
	font-size:110%;
	font-weight: bold;
	color: #1170be;
	text-align:center;
}
#content-box dl {
	font-size: 90%;
}


#content-box dl dt {
	width: 400px;
	padding-left: 20px;
	line-height: 1.5em;
	font-weight:  bold;
	border-bottom: 1px solid #999999;
	background:url(../resources/head_dt_ast.png) no-repeat left center;
}

#content-box dl dd {
	margin: 10px;
	line-height: 1.5em;
	margin-left: 85px;
	width: 400px;
}

#content-box ul {
	padding-left: 20px;
	font-size: 90%;
	list-style-position: inside;
}
#content-box ul li {
	list-style-type: none;
	padding-left: 20px;
		background:url(../resources/head_dt_ast.png) no-repeat left top;
}
#content-box ol {
	padding-left: 20px;
	font-size: 90%;
	list-style-position: inside;
}

.care-list {
	list-style-type: none;
	text-indent: -1em;
}