@charset "UTF-8";

#h1Box {
	width: 715px;
	height: 185px;
	position: relative;
	clear: both;
	background-image: url(images/h1_sozai.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}


#decoratIcon {
	width: 88px;
	height: 79px;
	position: absolute;
	right: -13px;
	bottom: -24px;
	background-image: url(../common/images/h1_icon1.png);
	background-position:left top;
	background-repeat: no-repeat;
}

/* what.html */

#phytochemicals {
	margin-bottom: 30px;
	overflow: hidden;
}

#phytochemicals div {
	width: 170px;
	margin-right: 82px;
	float: left;
	overflow: hidden;
}

#phytochemicals .last {
	margin-right: 0;
}

#check {
	text-align: center;
	margin: 15px 0 0 0;
	padding: 10px 0 0;
	clear: both;
	background-image: url(../images/bg_body.gif);
	background-position:left top;
	background-repeat:repeat-y;
	zoom: 1;
}


#check h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0 10px;
	padding: 5px;
	background-color: #80BB31;
}

#check h5 {
}

#check #checkList {
	padding: 20px 0;
	background-image: url(../images/bg_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* effect.html */
.cF h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

/* method.html */
#methodBox {
	overflow: hidden;
	background-image: url(../health/images/hContent_bg_body.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#methodInner {
	padding: 15px 30px 30px;
	overflow: hidden;
	background-image: url(../health/images/hContent_bg_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#methodTitle {
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin-top: 0;
	padding: 0 0 0 10px;
	background-color: #3E872A;
	background-image: none;
}

#methodTitle span {
	font-size: 12px;
	font-weight: normal;
}

#methodInner h4 {
	color: #333333;
	font-size: 14px;
}

#methodInner .cF {
	padding: 15px 50px;
	background-color: #FFFCF6;
}

.tColor_normal {
	color: #333333 !important;
}