#PageTitle {
	background-position: 10px -288px;
}

#CONTAINER {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	min-height: 300px;
	/* [disabled]padding-top: 20px; */
}
.DataArea {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBFBF;
	padding-top: 18px;
}
#DataTitle {
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#DataDetail {
	font-size: 15px;
	color: #ff4800;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	letter-spacing: 1px;
}
#DataDetail span {
	color: #000;
	margin-left: 10px;
}
#DataPrice {
	margin-right: auto;
	margin-left: auto;
	width: 370px;
	font-size: 15px;
	color: #000;
}
#DataPrice span {
	font-size: 24px;
	color: #ff4800;
}
#StrokeDiv {
	float: left;
}
#StrokeBut {
	height: 40px;
	width: 180px;
	float: right;
	background-image: url(../images/stroke-but.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
#StrokeBut:hover {
	background-position: 1px 1px;
}
.ServiceTag {
	float: left;
	background-color: #FF4800;
	font-size: 18px;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	width: 141px;
	text-align: center;
	font-weight: bold;
}
.DataContent {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: 13px;
	color: #313131;
	text-align: justify;
}

.DataDesc {
	font-size: 13px;
	color: #313131;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 22px;
}
.DataDesc table {
	background-color: #FFF;
}

.DataDesc td {
	background-color: #F2F2F2;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 16px;
}
.DataDesc th div {
	width: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #ff4800;
	font-weight: bold;
	line-height: 18px;
}
