@charset "utf-8";
body {
	background-color: #cc0000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
	background-color: #eeeeee;
}

img {
	border: 0px;
}
label {
	width: 150px;
	display: inline-block;
}

.themeTop {
	background-image: url(top.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
}
.themeTopMenu {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 150px;
	overflow: hidden;
}
.themeMain {
	background-color: #847771;
	border-bottom: solid 25px #cccccc;
	padding: 20px 0px 30px 0px;
}
.themeMainIntro {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.themeMainContent {
	margin-left: auto;
	margin-right: auto;
	width: 886px;
}
.themeMainContent a {
	color: #ffcccc;
	text-decoration: none;
}
.themeMainContent a:hover {
	text-decoration: underline;
}

.themeMainContent img {
	clear: both;
	float: right;
	margin: 0px 0px 10px 50px;
	border: solid 2px #cccccc;
}

.themeBottom {
	border-top: solid 2px #ffffff;
	text-align: center;
	padding: 5px 0px 5px 0px;
	clear: both;
}
.themeBottom a {
	color: #ffffff;
}
.themeBottom .small {
	color: #cccccc;
	font-size: 11px;
}

