.boxA {
	position: absolute;				/* これ付けないとtopとleftが適用されない */
	width: 100px;
	height: 100px;
	background: #f66;
	padding: 10px 10px 10px 10px;
}
