@charset "UTF-8";

/* common setting overwrite for main features
--------------------------------------------------------- */


h3 {
	margin-bottom: 25px;
}

div.section01 {
}

div.section01 div.leftArea {
	width: 346px;
	float: left;
	background: url(../../../images/features_img_01.jpg) repeat-x top;
}
	div.section01 div.leftArea div.inner {
		margin: 60px 0 0 45px;
		width:270px;
	}
div.section01 div.rightArea {
	width: 414px;
	float: right;
}

div.section02 div.leftArea {
	width: 312px;
	float: left;
}
div.section02 div.rightArea {
	width: 448px;
	float: right;
	background: url(../../../images/features_img_03.jpg) no-repeat right top;
}
	div.section02 div.rightArea div.inner {
		margin: 125px 0 0 40px;
		width:350px;
	}

div.section03 div.leftArea {
	width: 390px;
	float: left;
	background: url(../../../images/features_img_01.jpg) repeat-x top;
}
	div.section03 div.leftArea div.inner {
		margin: 65px 0 0 45px;
		width:270px;
	}
	div.section03 div.leftArea div.inner ul li {
		float: left;
		margin-right: 20px;
	}
div.section03 div.rightArea {
	width: 370px;
	float: right;
}

div.section04 div.leftArea {
	width: 343px;
	float: left;
}
div.section04 div.rightArea {
	width: 417px;
	float: right;
	/*background: url(../../../images/features_img_09.jpg) no-repeat top right;*/
	position: relative;
}
	div.section04 div.rightArea p.fix {
		position: absolute;
		top: 0;
		right: 0;
	}
	div.section04 div.rightArea div.inner {
		margin: 50px 0 0 55px;
		width:350px;
	}

div.section05 div.leftArea {
	width: 363px;
	float: left;
	background: url(../../../images/features_img_01.jpg) repeat-x top;
}
	div.section05 div.leftArea div.inner {
		margin: 60px 0 0 45px;
		width:270px;
	}

div.section05 div.rightArea {
	width: 397px;
	float: right;
}

div.section06 div.leftArea {
	width: 363px;
	float: left;
	margin-bottom: 30px;
}
div.section06 div.rightArea {
	width: 397px;
	height: 325px;
	float: right;
	/*background: url(../../../images/features_img_16.jpg) no-repeat left bottom;*/
	position: relative;
}
	div.section06 div.rightArea p.fix {
		bottom: 0;
		_bottom: -1px;
		left: 0;
		position: absolute;
	}
	div.section06 div.rightArea div.inner {
		margin: 25px 0 0 35px;
		width:350px;
	}


