@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
}
#maincont {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#backtop {
	margin-top: 20px;
}
.border {
	padding-top: 40px;
	clear: both;
}

.capt {
	clear: both;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	background-color: #FFCC99;
	text-align: center;
	border: 2px dashed #FF6600;
}
.clear {
	clear: both;
	padding-top: 40px;
}

.item {
	width: 180px;
	text-align: center;
	float: left;
	line-height: 150%;
	font-weight: bold;
}
.itemC {
	width: 400px;
	float: left;
	padding-left: 40px;
	font-size: 100%;
	line-height: 180%;
}

#footer {
	margin-top: 150px;
}
