#page-organization {
	padding-bottom: 50px;
}
#page-organization .part1 {
}
#page-organization .part1 img {
	vertical-align: top;
	border: 0;
}
#page-organization .part2 {
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 170%;
	margin-top: 50px;
	color: #3e3e3e;
}
#page-organization .part2 dl {
	overflow: hidden;
}
#page-organization .part2 dl dt {
	width: 200px;
	float: left;
}
#page-organization .part2 dl dd {
	margin-left: 200px;
}
#page-organization .part2 .table {
	margin-top: 30px;
	padding: 0 15px;
}
#page-organization .part2 .table table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
#page-organization .part2 .table table th,
#page-organization .part2 .table table td {
	padding: 10px 8px;
	line-height: 150%;
	color: #333;
	text-align: center;
}
#page-organization .part2 .table table th {
	border: 1px solid #ccc;
	background: #f0f0f0;
}
#page-organization .part2 .table table td {
	border: 1px solid #ccc;
}
#page-organization .part2 .table table td.left {
	text-align: left;
}
