/*-------ユニオン・紹介先・派遣先の設定-----------------------------------------------------------*/
#contents h2 {
	width: 732px;
	height: 38px;
	background: url(../../client/img/client_title.jpg) no-repeat;
	margin: 0 auto;
}

#district_box {
	width: 620px;
	margin: 30px auto;
}

.district1 {
	width: 620px;
	height: 21px;
	background: url(../../client/img/district1.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_osaka_kita {
	width: 620px;
	height: 21px;
	background: url(../../client/img/osaka_kita.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_osaka_minami {
	width: 620px;
	height: 21px;
	background: url(../../client/img/osaka_minami.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_osaka_higashi {
	width: 620px;
	height: 21px;
	background: url(../../client/img/osaka_higashi.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_osaka_nishi {
	width: 620px;
	height: 21px;
	background: url(../../client/img/osaka_nishi.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_senshu {
	width: 620px;
	height: 21px;
	background: url(../../client/img/senshu.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_kyoto {
	width: 620px;
	height: 21px;
	background: url(../../client/img/kyoto.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_kobe {
	width: 620px;
	height: 21px;
	background: url(../../client/img/kobe.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_nara {
	width: 620px;
	height: 21px;
	background: url(../../client/img/nara.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

.district_siga {
	width: 620px;
	height: 21px;
	background: url(../../client/img/siga.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -10000px;
}

#district_table {
	width: 620px;
	margin: 10px auto 60px;
	border: 1px solid silver;
	border-collapse: collapse;
}

#district_table td{
	border: 1px solid silver;
	border-collapse: collapse;
}

.left {
	width: 108px;
	background: #fff;
}

.right {
	padding: 10px;
	background: #fff;
}

.img_td {
	width: 450px;
	padding: 10px;
	background: #fff;
}








