@charset "UTF-8";

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* ----------------------------------------------------------------------------------------------- */

@font-face {
font-family: 'f5a';
src: url('../font/f5a.otf') format('opentype');
}

/* ---------------------------------------------------------------------------------------------- */

/* -- Link Text -----------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------- */

	a:link { color: #57c; }
	a:visited { color: #57c; }
	a:hover { color: #f22; }
	a:active { color: #ff2; }
	a { text-decoration: none;}


body {
	margin: 0;
	padding: 0;
	font-size:1.0em;;
	color: #ffffff;
	background: #000000;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #cccccc;
	text-decoration: none;
}
#main {
	left:0;
	position:absolute;
	top:80px;
	width:100%;
	z-index:10;
}

h1 {
	font-family: 'f5a';
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 0 0 30px;
	line-height: 1.0em;
	}

#header {
	background-color: rgba(255,255,255,0.5);
	display: block;
	width: 100%;
	height: 150px;
	margin: -40px auto;
	overflow: auto;
	position: relative;
	text-align: center;
	padding-top: 8px;
	border-bottom: 3px solid #f00;
}

#contents {
	display: block;
	width: 95%;
	margin: 50px auto 0;
	overflow: auto;
	position: relative;
}

#menu {
	position: fixed;
	top: 10px;
	right: 20px;
	font-size: 11px;
}

h2 {
font-family: 'f5a';
color: #fff;
font-size: 1.2em;
font-weight: normal;
padding: 8px 5px 10px 35px;
margin-top: -5px;
margin-bottom: 4px;
background-color: rgba(80,125,255,0.8);
border-radius: 3px;
}
p {
	margin: 10px 50px 10px 20px;
	line-height: 20px;
}
img {
	padding-left: 20px;
	margin-top: 0;
	border: 0;
}

.box {
width: 400px;
background-color: rgba(80,120,255,0.4);
font-family: 'f5a';
text-shadow: 1px 1px 1px #333;
margin-left: 5px;
margin-top: 5px;
padding:10px 25px 10px 15px;
float:left;
font-size:0.85em;
line-height:1.8em;
border-radius: 5px;
box-shadow: 1px 1px 1px #444;
-webkit-border-radius: 5px;    /* for Safari,Google Chrome */  
-moz-border-radius: 5px;   /* for Firefox */  

}

#flash {
	height:100%;
	position:fixed;
	width:100%;
	z-index:1;
	top: 0;
	left: 0;
	margin: 0;
}

#footer {
	font-family: 'f5a';
	font-size: 0.85em;
	position: fixed;
	width:100%;
	height: 50px;
	clear: both;
	text-align: center;
	bottom: 0;
	left: 0;
	background-color: rgba(0,15,80,0.8);
	color: #fff;
	border-top: solid 2px #f44;
	}

#footer p {
	font-size: 0.9em;
	color: #fff;
	line-height: 0.8em;
	}

#footer:hover {
	height: 70px;
	}
