@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
}

#maincont {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#finding {
	margin-top: 40px;
	margin-bottom: 20px;
}
.cont {
	padding: 10px;
	font-size: 150%;
	margin-bottom: 20px;
}
.item {
	padding: 20px;
	font-size: 90%;
	border: 1px solid #999999;
	margin: 20px;
}
.item img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

