@charset "utf-8";
/* CSS Document */

#maincont {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#maincont   .border {
	text-align: center;
	margin-top: 30px;
}
#maincont .border .capt {
	background-color: #FFCC99;
	border: 1px solid #FF6600;
	clear: both;
}
#maincont .border .item {
	width: 180px;
	clear: both;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
	line-height: 120%;
}
#maincont .border .itemC {
	width: 440px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 90%;
	line-height: 160%;
	float: left;
}
#maincont .border .clear {
	clear: both;
}
#footer {
	clear: both;
}

