@charset "utf-8";

/* regularmenu CSS
----------------------------------------*/
/*---.section-bgImage ---*/
#regularmenu .section-bg {
	background-image:  url(../images/sectionbg/regular.jpg);
	background-position: 400px 80px;
}
/*--- leadSentence ---*/
#regularmenu .leadSentence {
	width:420px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
}
/*--*/
#naturalmode ol,
#naturalmode ul {
	line-height:1.8;
}
#naturalmode ul {
	list-style-type:none;
}
#naturalmode ol li {
	margin-left: 42px;
}
#naturalmode ul li {
	margin-left: 14px;
}
#naturalmode ol li span {
	font-weight:bold;
	color:#c00;
}

