@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 .reportList {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	text-justify:inter-ideograph;
}

#contentArea .reportList th {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;

	font-weight: bold;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .reportList td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .reportList .last {
	border-bottom: 0;
}

#contentArea .reportList .toPageTop {
	padding-top: 18px;
	border-bottom: 0;
	
	font-size: 11px;
	text-align: right;
}


#contentArea .releaseList {
	margin-left: 75px;
	font-size: 12px;
	text-align: justify;
	text-justify:inter-ideograph;
}

#contentArea .releaseList th {
	line-height: 120%;
}

#contentArea .releaseList td {
	line-height: 150%;
}

#contentArea .releaseList th {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 12px;

	font-weight: bold;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .releaseList td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .releaseList .last {
	border-bottom: 0;
}

#contentArea .releaseList .toPageTop {
	padding-top: 18px;
	border-bottom: 0;
	
	font-size: 11px;
	text-align: right;
}

#contentArea .announceList {
	margin-left: 75px;
	font-size: 12px;
	text-align: justify;
	text-justify:inter-ideograph;
}

#contentArea .announceList th {
	line-height: 120%;
}

#contentArea .announceList td {
	line-height: 150%;
}

#contentArea .announceList th {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 12px;

	font-weight: bold;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .announceList td {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;

	border-bottom: 1px dotted #5a5a5a;
}

#contentArea .announceList .last {
	border-bottom: 0;
}

#contentArea .announceList .toPageTop {
	padding-top: 18px;
	border-bottom: 0;
	
	font-size: 11px;
	text-align: right;
}


