@charset "utf-8";
/* CSS Document */


div.wrap_a_image_box {
	float: left;
	display: inline;
	width: 200px;
	margin-left: 22px;
	height: 230px;
	padding-bottom: 25px;
}
div.a_image_box {
	border: 1px #cccccc dotted;
	width: 200px;
	height: 220px;
	text-align: center;

}


div.a_image_box img {
	margin-top: 15px;
}
