﻿@charset "UTF-8";

/* introduction text
-------------------------------------------------*/
.feature #content .introduction {
	padding-left:10px;
	color:#3962BC;
	font-size:136%;
}

/* two column settings
-------------------------------------------------*/
.feature #content .h3AreaLeft {
	float:left;
	width:310px;
}
.feature #content .h3AreaRight {
	float:right;
	width:380px;
}
.feature #content .h3AreaRight h5 {
	line-height:1.5;
	color:#3962BC;
	font-weight:bold;
	padding-left:1.6em;
	text-indent:-1.6em;
}
.feature #content .h3AreaRight p {
	padding-left:1.5em;
}