/*****************************************
*
*Since: 2007-12-18
*Modified:2007-12-18
*Guideline:ver.1.00
*Editor:akihiro ooshita
*
******************************************
*/	

p#main-title{
	height:70px;
	line-height:70px;
	color:#666666;
	font-size:20px;
	font-weight: 900;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	}

h2{
	margin:0 0 0 0;
	padding:10px 0 10px 10px;
	color:#065693;
	font-size:14px;
	text-align:left;
}

/*-------features-list-----*/

div.features-list-one{
	clear:both;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	width:580px;
	border:1px solid #90d5f8;
	border-left:5px solid #90d5f8;
	background-color:#def2fe;
	}

div.features-list-two{
	clear:both;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	width:580px;
	border:1px solid #f7bd65;
	border-left:5px solid #f7bd65;
	background-color:#fcf8ca;
	}

div.features-list-one p,
div.features-list-two p{
	margin:0;
	padding:0 0 5px 15px;
	color:#666666;
	font-size:12px;
	text-align:left;
	line-height:1.5em;
}

div.features-text{
	float:left;
	width:400px;
}
div.features-image{
	padding:15px 15px 15px 10px;
	float:right;
	width:140px;
}
div.features-image img{
	border:2px solid #FFFFFF;
}

/*------span------*/

span.small{
	color:#666666;
	font-size:11px;
}

