@charset "utf-8";

div.float_block {
	clear: both;
}

.float_box_top,
.float_box_middle,
.float_box_bottom {
	float: left;
	width: 337px;
	text-align: center;
}

.float_box_top {
	height: 76px;
	background: url(../img/part_bg_down-arrow.gif) center bottom no-repeat;
	padding-top: 15px;
}

.float_box_middle {

}

.float_box_bottom {
	background: url(../img/part_down-arrow.gif) center bottom no-repeat;
	height: 50px;
}


.box_break_line {
	border: 1px dashed #006699;
	padding: 8px;
	text-align: left;
	margin: 0 20px;
}
.clear_h10 {
	clear: both;
	height: 10px;
}

table.flow {
	border-collapse: collapse;
}
table.flow td {
	padding: 0 8px;
}
table.flow td.nopad {
	padding: 0;
}