@charset "UTF-8";
.box300{
	background-image : url(box300.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	width: 300px;
	height: 500px;
	overflow: hidden;
	float: left;
  margin-left : 20px;
}
.imgbox300{
	margin-top: 7px;
	margin-left: 1px;
}
.box300 h6{
	font-size: 28px;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
}
.box300 p{
	font-size : 14px;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 10px;
}