body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor:default;
	background-color:#FFFFFF;
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	text-align: left;
}
#bg {
	background-color: #FFFFFF;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: -15px;
}
a:link {
	color: maroon;
}
a:visited {
	color: maroon;
}

#header {
	width:100%;
	background-color: #FFFF99;
	padding: 15px;
}
.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #999999;
	font-style: italic;
	padding: 5px;
}
ul {
	line-height: 20px;
	margin-left: 35px;
}

h1 {
	font-size:24px;
	color:maroon;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
h2 {
	font-size:15px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
h3 {
	color:#FF0000;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	padding:5px;
	margin-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left {
	float:left;
	width:150px;
	background-color:#FFFF99;
	color:black;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	letter-spacing: 0.15em;
	font-size: 90%;
}

#main {
	background-color: #FFFFCC;
	margin-top: 5px;
	margin-left: 160px;
	margin-right: -30px;
	padding: 15px;
	margin-bottom: -5px;
	letter-spacing: .15em;
}
#left.eng {
	letter-spacing: 0em;
}
#main.eng {
	letter-spacing: 0em;
}
#left.jp {
	letter-spacing: 0.04em;
}
#main.jp {
	letter-spacing: 0.04em;
}
p {
	color:black;
	line-height:20px;
	padding:5px;
	margin-left: 20px;
}
a.language:visited {
	color:blue; 
	font-weight: bold;
	font-size: 18px;
	}
a.language {
	color:blue;
	font-weight: bold;
	font-size: 18px;
	}
a:hover {
	color:#FF0000;
}

#footer {
	clear:both;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCE;
	margin-right: -30px;
	margin-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.right {
	color:gray;
	float:right;
	margin-top:5px;
	font-weight: normal;
}
.headerright {
	color:#cccc00;
	float:right;
	font-size:36pt;
	margin-top:5px;
	font-style: italic;
	font-weight: bold;
}
