@charset "UTF-8";
/*---------------------------------------------------------------------------------
produce - invest
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import "../../css/reset.css";
@import "../../css/base.css";
@import "../../css/common.css";
@import "./produce.css";

/*
h3
---------------------------------------------------------------------------------*/
h3{
	position: relative;
	z-index: 1;
}

/*
spice
---------------------------------------------------------------------------------*/
div#spice{
	width: 745px;
	margin: 0px auto;
	padding: 0px 0px 80px 0px;
}

div#spice img{
	position: relative;
	bottom: 35px;
}

div#spice h4{
	position: relative;
	bottom: 20px;
}

div#spice div.area_txt{ width: 530px; }

/*
example
---------------------------------------------------------------------------------*/
div#example{
	width: 745px;
	margin: 0px auto 165px auto;
}

div#example h4{ margin: 60px auto; }

div#example ul{
	width: 525px;
	height: 350px;
	display: block;
	margin: 0px auto;
	text-indent: -9999px;
	background: url(../flow/images/invest/list_example.gif) no-repeat;
}

div#example div.area_txt{
	width: 500px;
	margin: 55px auto 130px auto;
}
