@charset 'UTF-8';
/* div */
div.businessBox {
	overflow:hidden;
	width:700px;
	margin:0 0 20px;
	padding:0 0 20px;
	background:url("../business/index_images/bg_businessbox.gif") no-repeat left bottom;
}
div.businessLeftBox {
	float:left;
	width:470px;
}
div.businessRightBox {
	float:right;
	width:210px;
}
/* hn */
table.flowTable td h5 {
	margin:5px 0;
	color:#336699;
	font-weight:bold;
}
/* table */
table.flowTable {
	width:700px;
	margin:0 0 30px;
	border-top:1px solid #CCC;
}
table.flowTable th.month {
	width:90px;
	padding:8px 0;
	background-color:#8DA4B2;
	border-bottom:1px solid #CCC;
	text-align:center;
	white-space:nowrap;
	line-height:140%;
}
table.flowTable td {
	padding:8px 20px;
	line-height:140%;
	border-bottom:1px solid #CCC;
	
}
table.flowTable td.content {
	width:130px;
	background-color:#F5F5F5;
	text-align:center;
}
/* ul */

/* dl */
/* p */
div.businessBox p {
	margin:0 0 7px;
	padding:0 30px;
	line-height:140%;
}
div.businessLeftBox p {
	padding:0;
	padding:0 0 0 30px;
}
/* img */
table.flowTable th.month img {
	display:inline;
}