#main {
	font-size: 14px;
}

#main section {
	width: 705px;
	margin: 0 auto;
}

#main section ol {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 1px; 
}

#main section ol li {
	position: relative;
	width: 352px;
	height: 292px;
	float: left;
}

#main section ol li img {
	margin: 1px;
	position: absolute;
}

#main section ol li p {
	position: absolute;
	bottom: 25px;
	width: 90%;
	left: 5%;
	text-align: center;
}

#care {
	padding-bottom: 130px;
}

#care ol {
	margin: 55px 0 0 0;	
	background-image: url("../images/sec1-sep.gif");
	background-repeat: no-repeat;
	background-position: 0px 292px;
}

#care ol li:first-child {
	width: 705px;
}

#care ol li:first-child p {
	left: 9%;
}

#care ol li p span {
	color: red;
}

#point {
	padding-bottom: 113px;
}

#point h1 {
	padding-bottom: 63px;
}

#point ol {
	background-image: url("../images/sec2-sep.gif");
	background-repeat: no-repeat;
	color: red;
}

#point ol li p span {
	color: black;
	font-size: 0.75em;
}



