@charset "utf-8";
/*　*/
body {
	background-color: #001c00;
	color: #e5f3c4;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a:link, a:visited {
	color: #e5f3c4;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #ffbb00;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	font-family: "MS UI Gothic", Osaka, san-serif;
	line-height: 18px;
	margin: 15px 5px 5px;
}
p, h2 {
	font-size: 10px;
	font-family: "MS UI Gothic", Osaka, san-serif;
	font-weight: normal;
	line-height: 11px;
	margin: 5px;
}
h3 {
	font-size: 12px;
	font-family: "Book Antiqua", "Times New Roman", serif;
	line-height: 18px;
	float: left;
	margin: 18px 0 0;
}
h4 { /* for error messages */
	font-size: 18px;
	margin: 30px 15px;
}
p.error { /* for error messages */
	font-size: 14px;
	line-height: 20px;
	margin: 15px;
}
ul {
	list-style-type: none;
	font-family: "Book Antiqua", "Times New Roman", serif;
	line-height: 18px;
	text-align: right;
	float: right;
	margin: 0;
}
#flashcontent {
	width: 500px;
	height: 300px;
	border-width: 1px 2px;
	border-color: #e5f3c4;
	border-style: solid;
	margin: 120px auto 20px;
	background-image: url(img/flashreplacement.jpg);
}
#lang {
	width: 500px;
	margin: 20px auto;
}
