.index_headline {
	margin-top: 50px;
}
#news_area h1 , #overview_area h1 , #project_area h1, #hiring_area h1{
	width: 620px;
	height: 50px;
	margin-top: 50px;
}
#news_area dl {
	padding: 10px 20px 0 20px;
}
#news_area dt {
	font-size: 15px;
	color: #516C8D;
}
#news_area dd {
	font-size: 14px;
}

#project_area table, #overview_area table ,#hiring_area table {
	margin: 10px 20px 0 20px;
}
.project_tit {
	font-size: 16px;
	font-weight: bold;
	color: #516C8D;
	height: 20px;
	width: 412px;
	padding: 0 0 0 20px;
	text-align: left;
	vertical-align: top;
}
.project_comt {
	font-size: 14px;
	width: 412px;
	padding: 10px 0 35px 20px;
	vertical-align: top;
	position: relative;
}
.project_comt a {
	position: absolute;
	bottom: 0;
	right: 0;
}

.index_btn {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background-color: #28385E;
	padding: 10px 10px 7px 10px;
}


.yajirusi {
	margin-left: 5px;
}
.project_img {
	position: relative;
	width: 150px;
	height: 150px;
	z-index: 10;
}

.pro_ico {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.pro_thum {
	position: absolute;
	top: 0px;
	left: 0px;
}


#overview_area th ,#hiring_area th {
	font-size: 14px;
	text-align: left;
	width: 145px;
	padding: 11px 0 10px 0;
	color: #516C8D;
}
#overview_area td ,#hiring_area td {
	font-size: 14px;
	text-align: left;
	width: 383px;
	padding: 11px 0 10px 0;
}
#hiring_area td {
	position: relative;
	height: 21px;
}
#hiring_area a {
	position: absolute;
	bottom: 0;
	right: 0;
}
