/*会社概要
------------------------------------------------------*/
table.companyInfo {
	width:100%;
	border:1px solid #dfdfdf;
	border-collapse: sepalate;
	border-spacing:1px;
	background-color:#fff;
	margin:0 0 40px 0;
}

table.companyInfo th {
	width:20%;
	padding:6px;
	border:1px solid #f0f0f0;
	background-color:#faf1ed;
	font-weight:normal;
	text-align:center;
}
table.companyInfo td {
	width:80%;
	padding:6px 20px;
	border:1px solid #f0f0f0;
}



/*社内制度
------------------------------------------------------*/
#systemBlock #mainArea {
	border-bottom:1px solid #ccc;
	margin:0 -10px;
	padding:0 10px 25px 10px;
}



h2.benefitsPpackage {
	width:185px;
	height:29px;
	margin:0 0 10px 0;
	padding:0;
}


.activityArea {
	width:780px;
}

.activityArea .imageArea {
	float:left;
	width:490px;
}
.activityArea .imageArea p {
	padding:6px 0 0 1em;
	font-size:0.9em;
	line-height:130%;
	text-indent:-1em;
}

.activityArea .imageArea .leftArea {
	float:left;
	width:225px;
	padding:0 20px 0 0;
}
.activityArea .imageArea .rightArea {
	float:left;
	width:225px;
	padding:0 20px 0 0;
}

.activityArea .textArea {
	float:right;
	width:290px;
}