@charset "utf-8";
#container {
	text-align: center;
}
/* CSS Document */

#maincont {
	text-align: center;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#reshead {
	padding-top: 20px;
	padding-bottom: 10px;
}

.resbox {
	width: 300px;
	border: 1px solid #003399;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.resbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#top {
	padding-top: 100px;
}
