.AboutArea,
.ReferenceArea,
.MedicalInfoArea,
.ResultArea {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px 0px 40px 0px;
	overflow: hidden;
}
.ReferenceArea {
	background-color: #F0F0F0;
	margin: 0px 0px 20px 0px;
}
.AboutArea p {
	width: 640px;
	font-size: 14px;
	line-height: 200%;
	float: left;
	margin: 0px;
}
.ReferenceArea p {
	width: 960px;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
}

.LeftGraphArea,
.RightGraphArea {
	position: relative;
	width: 480px;
	height: 260px;
	margin: 10px 0px 20px;
}
.LeftGraphArea {
	float: left;
}
.RightGraphArea {
	float: right;
}
.LeftGraphArea img,
.RightGraphArea img {
	width: 480px;
	height: 260px;
}
.LeftGraphArea p,
.RightGraphArea p {
	position: absolute;
	top: 9px;
	left: 0px;
	width: 140px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	line-height: 160%;
}

.RescueImg {
	position: relative;
	width: 960px;
	height: 260px;
}
.RescueImg img {
	width: 960px;
	height: 260px;
}
.RescueImg strong {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 960px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.RescueImg p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 12px;
	line-height: 200%;
	margin: 0px;
}
.RescueImg span {
	font-size: 10px;
	display: block;
}

.WritingInfoArea {
	position: relative;
	width: 960px;
	margin: 40px 0px 0px;
}
.WritingInfoArea table {
	margin: 20px auto 0px;
}
.WritingInfoArea td {
	width: 200px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	background-color: #E0E0E0;
}
.WritingInfoArea th {
	height: 30px;
	font-size: 14px;
	text-align: center;
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #0080FF;
}
.WritingInfoArea p {
	font-size: 14px;
	margin: 15px 0px 0px;
	text-align: center;
}
.WritingInfoArea p > span {
	width: 30px;
	height: 15px;
	display: inline-block;
	vertical-align: -2px;
	background-color: #0080FF;
	margin: 0px 4px;
}
.WritingInfoArea #Comment {
	font-size: 12px;
}

.ResultArea ul {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px;
}
.ResultArea ul li {
	font-size: 14px;
	line-height: 280%;
}

#CardImg {
	width: 300px;
	height: 230px;
	float: right;
}

#SmallTitle {
	width: 960px;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto 0px;
	display: block;
}
