body
{
margin:0;
position:relative;
background-color:#fff;
color:#000;
font-family: "Times New Roman", Times, serif;
font-size:13pt;
text-align: justify;
}

a:link
{
	font-family: "Times New Roman", Times, serif;
    color:#4682b4;
    text-decoration:underline;
}

a:visited
{	
	font-family: "Times New Roman", Times, serif;
    color:#4682b4;
    text-decoration:underline;
}

a:hover
{
	font-family: "Times New Roman", Times, serif;
    color:#333333;
    text-decoration:none;
}

a.footer:link
{
	font-family: "Times New Roman", Times, serif;
    color:#000;
    text-decoration:underline;
     margin: 0 50px 0 50px;
}

a.footer:visited
{	
	font-family: "Times New Roman", Times, serif;
    color:#000;
    text-decoration:underline;
     margin: 0 50px 0 50px;
}

a.footer:hover
{
	font-family: "Times New Roman", Times, serif;
    color:#333333;
    text-decoration:none;
    margin: 0 50px 0 50px;
}

h1
{
    font-size:38pt;
	color:#333333;
	text-align:center;
}

h2
{
    font-size:20pt;
	color:#333333;
	text-align:center;
	margin-top: 0px;
}

h3, h4
{
    font-size:18pt;
	color:#333333;
	text-align:center;
}

h5
{
    font-size:14pt;
	color:#333333;
	text-align:center;
}
h6
{
 	font-size:12pt;
 	margin:0 0 1em 0;

	color:#333333;
	text-align:right;
}

p
{
    margin:0 0 1em 0;
    text-align:justify;
}

.center
{
	text-align: center;
}

img
{
	border:none;
}

div#navigation ul
{
	margin:0px;
	padding:0px;
}

div#navigation li
{
	list-style-type: square;
	line-height:2.5em;
}

#container
{
	width: 900px;
	margin: 0 auto 0 auto;
}

#contentwrapper
{
	width:900px;
}

#japaneselink
{
	font-family: "Times New Roman", Times, serif;
	color:#888888;

	width:900px;
	text-align:right;
}

#header
{
	background: #000000;
	border:solid;
	width: 900px;
	height: 125px;
	float: left;
}

#primarycontent
{
	width: 900px;
	float: left;
	padding: 30px 0 30px 0;
}

#navigation
{
	width:150px;
	float: left;
	padding: 0 0 0 0;
}

#right-col-content
{
	width: 600px;
	float: left;
}

#footer
{
	width: 900px;
	float:left;
	text-align: center;
	border:solid;
	background: #56aaee; <!-- before A4D3EE -->
	
	
}

