@charset "utf-8";
/* CSS Document */

#greentea {
	background: url(../images/greentea/green_tea.jpg) no-repeat right top;
	margin-bottom: 25px;
}
#greentea p {
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 24px;
}


/*-----------------------------------------------------------------------/
	Soil&Climate
/*----------------------------------------------------------------------*/

#soil {
	background: url(../images/greentea/soil_bk.gif) no-repeat left top;
	height: 250px;
	width: 600px;
	margin: 20px 0px;
}
#soil p {
	padding-top: 47px;
	width: 570px;
	margin: 0px auto;
	line-height: 17px;
	color: #666666;
}


/*-----------------------------------------------------------------------/
	Water
/*----------------------------------------------------------------------*/

#water {
	background: url(../images/greentea/water_bk.jpg) no-repeat left top;
	height: 330px;
	width: 600px;
	margin: 15px 0px;
}
#water p {
	padding-top: 47px;
	width: 570px;
	margin: 0px auto;
	color: #336699;
}
#water dl {
	width: 255px;
	margin-left: 15px;
}
#water dt {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	margin-top: 7px;
}
#water dd {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}


/*-----------------------------------------------------------------------/
	Producing District
/*----------------------------------------------------------------------*/

#produce ul {
    margin: 0 -27px 0 0;
    overflow: hidden;
    zoom: 1;
}
#produce ul li {
	float: left;
	margin: 0 27px 10px 0;
	width: 182px;
	display: inline;
	list-style: none;
	font-size: 10px;
	line-height: 15px;
	padding-top: 5px;
	color: #666666;
}
