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


/*------------------------------------------------------------------
Common
-------------------------------------------------------------------*/
.produce #wrapper {
	background-image: url(../images/shared/inside_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.produce .left_item dl .title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #102653;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 180%;
	color: #007EC4;
	padding-left: 40px;
	font-size: 12px;
}
.produce #leftContainer .left_item .item .article {
	background-image: none;
	font-weight: normal;
}
.produce .left_item .item {
	margin-bottom: 30px;
}


.left_item .left_item .flow {
	
	background-repeat: repeat-y;
}
.left_item .left_item .flow .frame {
	width: auto;
	background-image: url(../images/produce/frame.jpg);
	padding: 10px 25px;
	width: 550px;
}
.left_item .left_item .flow .frame th {
	width: 186px;
	text-align: left;
	vertical-align: top;
}
.left_item .left_item .flow .frame td {
	width: 366px;
	padding-top: 6px;
	vertical-align: top;
	background-image: url(../images/shared/line_red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

