body{
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0px auto 20px;
	padding: 0;
	font-family: Verdana,"‚l‚r ‚oƒSƒVƒbƒN",Sans-Serif;
	font-size: small;
	color: #ffffff;
	line-height: 1.4em;
	}
hr {
	clear: both;
	margin: 10px 0px;
	border-width: 1px;
	border-color: #404040;
	}
.left{
	text-align: left;
	}
.center {
	text-align: center;
	}
.float-left {
	float: left;
	}
.float-right {
	float: right;
	}
.clear {
	clear: both;
	}
.dot {
	background-image: url(../images/dot.gif);
	}
.submit-button {
	background-color: #001a33;
	color: #cccccc;
	border-color: #4c4c4c;
	font-size: x-small;
	}
.submit {
	background-color: #4d0032;
	color: #cccccc;
	border-color: #4c4c4c;
	font-size: x-small;
	}
.button-hr {
	margin-top: 30px;
	padding-top: 10px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #808080;
	}

/* Link ----------------------------------------------- */
a:link {
	color:#00d5ff;
	text-decoration:none;
	}
a:visited {
	color:#00d5ff;
	text-decoration:none;
	}
a:active {
	color: #ff830a;
	text-decoration:none;
	}
a:hover {
	color: #ff830a;
	text-decoration:none;
	}
a img {
	border-width:0px;
	}

/* Header ----------------------------------------------- */
#header {
	text-align: center;
	}
h1 {
	margin: 0px;
	}
#menu {
	width: 700px;
	height: 45px;
	margin: 0px auto;
	background-color: #e5e5e5;
	}
#menu-box {
	padding-top: 8px;
	margin-left: 20px;
	}
#menu-select-base {
	background-color: #606060;
	height: 5px;
	}
	
/* Content ----------------------------------------------- */
#directory {
	margin-left: 20px;
	color: #a3acbf;
	}
#content{
	background-image: url(../images/background-content.gif);
	background-repeat: repeat;
	width: 700px;
	margin: 5px auto;
	padding: 5px 0px 30px 0px;
	}
#content-left {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	}
#content-right {
	padding-top: 30px;
	vertical-align: top;
	}
h2 {
	margin-top: 2px;
	margin-bottom: 20px;
	font-size: small;
	font-weight: lighter;
	letter-spacing: 1em;
	}
#right {
	background-image: url(../images/background-right.gif);
	width: 200px;
	text-align: center;
	}
#sidebar {
	background-image: url(../images/background-right.gif);
	width: 200px;
	text-align: center;
	}
.right-heading1 {
	padding-top: 20px;
	}
.right-heading {
	padding-top: 10px;
	}
.right-text {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	color: #4d4d4d;
	}
.yen {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #808080;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 140px;
	}
.last {
	padding-bottom: 15px;
	}

/* Footer ----------------------------------------------- */
#footer {
	text-align: center;
	width: 700px;
	height: 18px;
	margin: 0px auto;
	padding-top: 4px;
	background-color: #1a1a1a;
	clear: both;
	}
.footer-text{
	font-size:xx-small;
	}

