﻿@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:230px;
}
.feature #content .h3AreaCenter {
	float:left;
	width:230px;
	margin-left: 15px;
	display: inline;
}
.feature #content .h3AreaRight {
	float:right;
	width:230px;
}
.textArea1 {
	height: 11em;
	padding-left: 1em;
}
.textArea2 {
	height: 12em;
	padding-left: 1em;
}


.feature #content .h3AreaLeft2 {
	float:left;
	width:310px;
}
.feature #content .h3AreaRight2 {
	float:right;
	width:380px;
}
.feature #content h5 {
	line-height:1.5;
	color:#3962BC;
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
	height: 4.5em;
}

.feature #content .p2 h5 {
	height: 3em;
}
