.box{
	background-image : url(waku1.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: 210px;
	height: 280px;
	float: left;
	overflow: hidden;
}
.imgbox{
	margin-top: 10px;
}

.box h6{
	font-size : 0.9em;
	font-family: メイリオ;
	text-align: left;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
}
.box p{
	font-size : 0.9em;
	font-family: メイリオ;
	line-height: 1.5em;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}