@charset "utf-8";
/* CSS Document */

#boxJ {
	width: 48%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#boxJ h4 {
	color: #333333;
	background-color: #FFF4DD;
	width: 300px;
	height: 20px;
	line-height: 2.5em;

}
#boxJ p {
	background-image: url(../images/t_smp_02.jpg);
	background-repeat: no-repeat;
	background-position: 80px center;
	text-align: left;
	text-indent: 100px;
	font-size: small;
}




#bosK {
	float: right;
	width: 52%;
	margin-top: 10px;
	margin-bottom: 20px;
}
#bosK h4 {
	background-color: #FFF4DD;
	width: 300px;
	line-height: 2.5em;
	height: 20px;
}
#bosK p {
	background-image: url(../images/t_smp_02.jpg);
	background-repeat: no-repeat;
	background-position: 80px;
	text-align: left;
	text-indent: 100px;
	font-size: small;
}

