* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #dcdcdc url('layout/bg.jpg') repeat-y;
}

body, td, tr, table {
	margin: 0 auto;
	font-size: 8pt;
	font-family: century gothic, meiryo, verdana, trebuchet ms;
	text-align: left;
	line-height: 20px;
	color: #543d3b;
}

#wrap {
	width: 700px;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: left;
}

#top {
	background: url('layout/main.jpg') no-repeat top;
	height: 600px;
}

#topup {
	margin: 0 0 0 0;
}

#content {
	float: right;
	text-align: justify;
	width: 660px;
	margin: 0 0 0 0;
	background: url('layout/bgcon.jpg') repeat-y;
}

html>body #content {
	margin: 0 0 0 0;
}

#content p {
	margin: 10px 0 0 0;
}

div.left {
	float: left; 
	width: 50%;
}

div.right {
	float: right; 
	width: 50%;
}

#maincon {
	text-align: justify;
	width: 375px;
	left: 305px;
	top: 175px;
	position: absolute;
}

#mainnav {
	float: left;
	text-align: justify;
	width: 210px;
	color: #000000;
	font-family: arial;
	left: 40px;
	top: 335px;
	position: absolute;
}

.date {
	font: 7pt century gothic;
	text-align: right;
	border-top: 1px dotted #ffffff;
}

.box {
	font-weight: normal;
	margin: 0 auto;
	width: 90%; 
	padding: 8px; 
	background: #d8c3a9;
	border: 1px solid #b47844;
	text-align: justify;
}

.head {
	line-height: 18pt;
	text-transform: lowercase;
	font-size: 18pt;
	font-family: arial narrow, courier new, georgia;
	color: #ffffff;
	letter-spacing: 10px;
	font-style: italic;
	text-align: right;
	padding: 3px;
	margin: 4px;
	border-bottom: 1px dotted #ffffff;
}

#iefix {
	margin: 0;
	font-size: 0;
}

p {
	margin: 0 0 15px 0;
}

b {
	color: #c54227;
	font-family: georgia;
	font-weight: normal;
}

i {
	color: #c59862;
	font-family: century gothic;
}

u {
	color: #d18a3b;
	border-bottom: 1px dotted #cf9647;
}

a:link, a:visited, a:active {
	color: #d08734;
	text-decoration: none;
	font-family: georgia;
	letter-spacing: 1px;
}

a:hover {
	color: #caa757;
	text-decoration: underline;
}

#mainnav a:link, #mainnav a:visited {
	display: block;
	font: 8pt courier new;
	line-height:13px; 
	text-transform: lowercase;
	color: #b69d37; 
	text-decoration:none; 
	border-bottom: 1px dotted #a3220a;
	width: 100%; 
	text-align: right; 
	margin: 1pt;
	letter-spacing: 10px;
	padding: 2px 5px 2px 2px;
}

#mainnav a:hover {
	color: #a3220a; 
	border-bottom: 1px dotted #b69d37;
	width: 100%; 
}

.spacer {
	height: 100%;
}

div.image2 img {
	padding: 6px; 
	margin: 1px;
	background: #d8c3a9;
	border: 1px solid #b47844;
}

div.image img {
	padding: 6px; 
	margin: 1px;
	background: #d8c3a9;
	border: 1px solid #b47844;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

div.image img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

input, select, textarea {
	padding: 5px; 
	background: #d8c3a9;
	border: 1px solid #b47844;
	text-align: justify;
	font-size: 8pt;
	font-family: century gothic, meiryo, verdana, trebuchet ms;
	color: #543d3b;
}

#footer {
	background: url('layout/bgbot.jpg');
	font: 7pt century gothic;
	width: 225px;
	left: 15px;
	top: 445px;
	position: absolute;
}

#footertext {
	padding: 0px;
}