@charset "utf-8";


/* contents : img-list */
/**************************************/
div#contents ul.img-list{
	height          : 90px;
}

div#contents ul.img-list li{
	float           : left;
	width           : 215px;
	margin          : 0px 0px 0px 0px;
}

div#contents ul.img-list li.last{
	float           : left;
	width           : 205px;
	margin          : 0px 0px 0px 0px;
}


/* contents */
/**************************************/
#contents table.feature{
	margin          : 0px 0px 0px 0px;
}

#contents table.feature td{
	vertical-align  : top;
}

#contents table.feature td.left{
	padding         : 1px 10px 1px 0px;
}

#contents table.feature td.right{
	padding         : 1px 0px 1px 10px;
}

#contents table.feature td h3{
	margin          : 0px;
	padding         : 5px;
	border-bottom   : 2px solid #d6dcde;
	font-weight     : bold;
	background      : #f3f6f7;
}

#contents table.feature td p{
	margin          : 3px 0px 3px 0px;
	line-height     : 150%;
}


