@charset "UTF-8";
.box350{
	background-image: url(box350.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: 350px;
	height: 420px;
	overflow: hidden;
	float: left;
}
.imgbox350{
	margin-top: 7px;
	margin-left: 1px;
}
.box350 h6{
	font-size: 28px;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
}
.box350 p{
	font-size: 20px;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0px;
}