@charset "utf-8";
/* CSS Document */

/* ------ project-frame ------------------------ */

.project-frame{
	background:url(../../images/bg_frame_2column_bottom.png) no-repeat 0 100%;
	margin-top:20px;
}

.project-frame.last-child{
	width:320px;
}

.project-unit{
	background:url(../../images/bg_frame_2column_top.png) no-repeat 0 0;
	padding:20px;
	width:280px;
}

/* p dl */

.project-unit p{
	margin:10px 0 0;
}

/* h2 */

.project-unit h2{
	margin-top:0;
}

.project-unit h2 img{
	vertical-align:middle;
	margin-left:10px;
}