@import url(core.css);

.feature01 {
	width: 490px;
	height: 280px;
	background: #F53D00 url(/images/home/feature01_bg.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 12px;
}
.feature02 {
	background: #163665 url(/images/home/feature02_bg.jpg) no-repeat;
	color: #FFFFFF;
}
.feature03 {
	background: #8EB1E5 url(/images/home/feature03_bg.jpg) no-repeat;
	color: #000000;
}
.feature02, .feature03 {
	width: 210px;
	height: 140px;
	font-size: 11px;
}
.feature01 span, .feature02 span, .feature03 span {
	display: block;
}
.feature02 span, .feature03 span {
	padding: 20px 50px 0px 25px;
}
