@charset "utf-8";


.title {
	width: 37px;
	margin-top: 70px;
	margin-left: 0;

	float: left;
}

#contentArea {
	/*height: 100%;*/
	margin-left: 100px;
	/*margin-bottom: -103px;*/
	padding-top: 75px;
	padding-right: 60px;
}


#contentArea .profileList {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	text-justify:inter-ideograph;
}

#contentArea .profileList th {
	padding-top: 12px;
	padding-bottom: 12px;

	font-weight: bold;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .profileList td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .profileList .board th {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;

	border-bottom: 0;

	font-weight: normal;
}

#contentArea .profileList .board td {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 25px;

	border-bottom: 0;
}

#contentArea .profileList .last {
	border-bottom: 0;
}

#contentArea .profileList .toPageTop {
	padding-top: 18px;
	border-bottom: 0;
	
	font-size: 11px;
	text-align: right;
}


#contentArea .officeList {
	margin-left: 400px;
	font-size: 12px;
	text-align: justify;
	text-justify:inter-ideograph;
}

#contentArea .officeList th {
	line-height: 120%;
}

#contentArea .officeList td {
	line-height: 150%;
}

#contentArea .officeList th {
	padding-top: 15px;
	padding-bottom: 12px;

	font-weight: bold;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .officeList td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .officeList .last {
	border-bottom: 0;
}

#contentArea .officeList a.map {
	font-size: 85.7%;
}

#contentArea .officeList .toPageTop {
	padding-top: 18px;
	border-bottom: 0;
	
	font-size: 11px;
	text-align: right;
}

