@charset "utf-8";


/*===================タイトル=============================*/
.titleCompany01{
	width:290px;
	height:24px;
	padding-top:5px;
	padding-bottom:14px;
	background-image:url(../images/title/company.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
}

.titleCompany02{
	width:600px;
	height:24px;
	padding-top:5px;
	padding-bottom:14px;
	background-image:url(../images/title/company.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
}

.titleAssociated{
	width:600px;
	height:24px;
	padding-top:5px;
	padding-bottom:14px;
	background-image:url(../images/title/associated.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
}


.titleRecruit{
	width:600px;
	height:24px;
	padding-top:5px;
	padding-bottom:14px;
	background-image:url(../images/title/recruit.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position: left 5px;
}







.companyArea table{
	text-align:left;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin-top:20px;

}

.companyArea .bgHead{
	background-color:#F9F9F9;
}

.companyArea th,td{
	/*border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;*/
	vertical-align:top;
}



.companyArea td{
	padding:5px 5px 5px 8px;
	background-color:#FFFFFF;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.companyArea th{
	font-weight:normal;
	padding:5px 5px 5px 8px;
	background-color:#EDEDED;
	color: #5B5B5B;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.companyArea tr.lGray td{
	background-color:#EDEDED;
}

.companyArea .profile{
	width:320px;
	float:left;
	padding-right:10px;
}

#gMap{
	float:right;
	width:270px;
	height:270px;
	margin-top:20px;
}



/*===============沿革==================*/

.titleOutline{
	width:950px;
	height:48px;
	background-color:#1799DB;
	background-image:url(../images/title/outline_head.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#outLineArea{
	width:910px;
	background-color:#FFFFFF;
	padding:20px;
}

#outLineArea table{
	background-color:#E5F5FD;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}


#outLineArea th{
	width:50px;
	padding:10px;
	vertical-align:top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#outLineArea td{
	width:399px;
	text-align:left;
	padding:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}

#outLineArea .head2{
	font-weight:bold;
	text-align:center;
}


