@charset "UTF-8";
/* CSS Document */


html, body {
	padding:0;
	margin:0;
	height:100%;
	width:100%
}
body {
	background-color: #02254b;
}

#flashContent {
    width:100%;
	height:100%;
}

#main {
	width:600px;
	min-height:0px;
	margin-left: 400px;
	background-image: url(bitmap/bg_log.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	height: 700px;
}

#navi{
	width:480px;
	height:30px;
	position: relative;
	text-align:center;
	left: 50px;
	top: 10px;
}

#content{
	width:480px;
	min-height:200px;
	position: relative;
	top: 250px;
	left: 50px;
}

#javascriptWarning{
	width:222px;
	height:609px;
	position: absolute;
	top: 50px;
	left: 70px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:oblique;
	color: #FFFFFF;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}