@charset "utf-8";

.wrapper {
	background-color: #CCC;
	padding: 0px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.topcontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.wrapper .topcontent table tr td {
	text-align: center;
}
.wrapper .lowcontent table tr td {
	text-align: center;
}
.midcontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	height: auto;
	font-family: Cambria;
	font-size: 14px;
	color: #B1B5FE;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.lowcontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.footerban {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
* {
	margin: 0px;
	padding: 0px;
}

.topsep {
	background-color: #F8D03D;
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.lowsep {
	background-color: #F8D03D;
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

