.contents2_block #staff_block {
	width: 560px;
/*	height: 300px;*/
	text-align : left;
	color: #000000;
/*	background : url(../parts/staff.png) right no-repeat;*/
}
.contents2_block #hard_block {
	width: 560px;
	height: 300px;
	text-align : left;
	color: #000000;
	background-image : url(../parts/hardware.jpg);
	background-repeat: no-repeat;
}

.contents2_block #soft_block {
	width: 560px;
	height: 300px;
	text-align : left;
	color: #000000;
	background-image : url(../parts/software.jpg);
	background-repeat: no-repeat;
}

.contents2_block .p_exmaple {
	margin-top:1em;
	display: block;
	color : #00FF00;
	font-size : 100% !important;
}

