* {
  margin:0;
  padding:0;
}
#wrapper {
	height: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
}
body {
	background-color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
}
p {
	font-size: 0.75em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.bottominfo {
	font-size: 0.65em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
.copyright {
	font-size: 0.65em;
	text-align: center;

}
.maincontent {
	margin: 0.75em;
}
h1 {
	font-size: 0.95em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 0.85em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
a:hover {
  color:#ff0000;
}
.menubox {
	float: left;
	width: 180px;
	padding-right: 0.5em;
}
.adbox {
	float: right;
	width: 180px;
	padding-left: 0.5em;
}
html {
	height: 100%;
}
.menupara {
	font-size: 0.7em;
}
.japaniac {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.off {
	color: #660000;
	text-decoration: none;
}
.on {
	text-decoration: underline;
}
h3 {

	font-size: 0.75em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
ul {
	margin-left: 2em;
}.srchbox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}
