@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   project

--------------------------------------------------------------------------------------------------*/

.projectLead {
	color: #0559B1;
	font-weight: bold;
	font-size: 16px;
}

.projectBox {
	width: 780px;
	margin: 0 -26px 20px 0;
}

.prj {
	width: 234px;
	float: left;
	margin: 0 26px 26px 0;
	background: url(image/prj_back.gif) repeat-y 0 0;
}

.prj .catch {
	position: relative;
	width: 234px;
	height: 110px;
	background: url(image/prj_top.gif) no-repeat 0 0;
}

.prj .catch .prjImage {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 10;
}

.prj .catch .prjBack {
	position: absolute;
	top: 80px;
	left: 1px;
	z-index: 20;
}

#column .prj h3 {
	margin: 13px 10px 10px 5px;
	padding: 0;
	line-height: 1.4;
	background-image: none;
	color: #5F9E25;
	font-size: 13px;
	font-weight: bold;
	text-align: center;	
}

#column .prj .text {
	margin: 0;
	padding: 0 15px 10px 10px;
	line-height: 1.4;
	background: url(image/prj_bottom.gif) no-repeat 0 100%;
}