@charset "iso-8859-1";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}



BODY {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #101313;
}



A {
	color: #d66300;
	text-decoration: none;
}



A:visited {
	color: #d66300;
}



A:hover {
	color: #FF8211;
	text-decoration: underline;
}



.hide {
	display: none;
}

.clear {
	clear: both;
}
.right_flot_img {
	display: inline;
	float: right;
	margin: 10px;
}

.left_flot_img {
	display: inline;
	float: left;
	margin: 10px;
}

#main_container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	width: 100%;
}



#header H1 {
	height: 120px;
	background-image: url(../img/top_title.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}




#navigation {
	float: left;
	width: 130px;
	margin-bottom: 30px;
}


#navigation DIV {
	margin-bottom: 1em;
}





#main_navi UL {
	list-style: none;
}



#main_navi LI {
	margin-bottom: 3px;
	display: block;
}



#main_navi LI A {
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #000025;
}


#main_navi LI A:visited {
	color: #d66300;
}


#main_navi LI A:hover {
	color: #FF8211;
	text-decoration: underline;
	background-color: #000045;
}



#main_navi LI A SPAN {
	padding: 0.25em 3px;
	border: 1px ridge #404060;
	display: block;
}


#jpnlink LI {
	list-style-image: url(../img/japan.gif);
	list-style-type: none;
}

#jpnlink LI A {
	margin-left: 3px;
}




#main_contents {
	float: left;
	width: 570px;
	margin-bottom: 30px;
}

#main_text {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#main_text H2 {
	margin-bottom: 1em;
	font-size: 150%;
}


#main_text P {
	margin-bottom: 1em;
	line-height: 1.3;
	letter-spacing: 1px;
}

#main_text P:first-letter {
	font-size: 130%;
	color: #00FFFF;
}


#footer {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}
