@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #e3c7b4;
	background-image: url(images/dark-wall.png);
	color: #563636;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top:15px;
	position: relative;
	background-color: #ddd4c7;
	border:5px solid #948b7d;
	border-left:0;
	border-right:0;
	background-image:url(images/redox-01.png);
}
.leftborder, .rightborder {
	width: 20px;
	background-repeat: repeat;
background-color:#8d8272;
background-image:url(images/redox-01.png);
}
.leftborder {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.rightborder {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}
#bottomborder,#topborder{
		width: 100%;
		height:30px;
	background-repeat: repeat;
}
#header {
	position: relative;
	left: 20px;
	width: 750px;
	height: 370px;
}
#content {
	width: 560px;
	padding: 10px;
	padding-bottom:20px;
	padding-top:0;
	padding-left:0;
	padding-top: 0;
	float: left;
	margin-top:15px;
}
#navigation {
	width: 130px;
	float: left;
	padding: 15px;
	margin-right: 5px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-top:0px;
}
#ff-fix {
	line-height: 1px;
	clear: both;
}
p {
	margin-bottom: 15px;
	line-height: 1.7;
	font-weight: bold;
}
li {
	list-style-type: none;
	margin-bottom: 5px;
}
h1 {
background-color:#d4978d;
background-image:url(images/redox-01.png);
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
a, a:link, a:active {
	color: #a66a60;
	font-weight: bold;
}
.member {
	padding: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
background-color:#d4978d;
background-image:url(images/redox-01.png);
	margin-left:0px;
font-weight:bold;
margin-right:18px;
margin-bottom:18px;
font-weight:bold;
padding:10px;
width:26%;
float:left;  overflow:hidden;
}

.member a,.member span {	color: #ffffff;}

b, span {
	color: #a66a60;
	font-weight: bold;
}
a:hover {
	color: #8d8272;
}
#navigation a {
	color: #FFFFFF;
	text-align: center;
	display: block;
background-color:#d4978d;
background-image:url(images/redox-01.png);
	margin-bottom: 5px;
	padding: 3px;
	text-decoration: none;
	z-index: 2;
}
#navigation a:hover {
	background-color:#c48479;
	color:#ffffff;
}
input, textarea, select {
background-color:#dca197;
background-image:url(images/redox-01.png);
	border: 0;
	color: #FFFFFF;
	font-weight:bold;
}
.affiliate {
	opacity: 0.8;
	filter: alpha(opacity=80);
background-color:#be9496;
background-image:url(images/redox-01.png);
	margin-right: 7px;
	margin-bottom: 7px;
	padding:5px;
}
.affiliate:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.nav span {color:#ffffff;}
.nav .japanese { display: none; }
.nav:hover .english { display: none; }
.nav:hover .japanese { display: inline; }