@charset "utf-8";
@import "reset.css";

body {
	font-size: 12px;
	background-color: #000000;
	color: #999999;
}
a:link,
a:visited {
	color: #ff3300;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #cc3300;
	text-decoration: none;
}

/* ====================================================================== */
/* index */
/* ====================================================================== */
#index iframe {
    position:absolute;
    top:50%;
    left:50%;
	width: 1000px;
	height: 700px;
	margin-top :-350px;
	margin-left: -500px;
}
/* ====================================================================== */
/* menu */
/* ====================================================================== */
#menu h1,
#menu .nav {
display: none;
visibility: hidden;
}

/* ====================================================================== */
/* bottom */
/* ====================================================================== */
#bottom {
	padding-top: 20px;
}
#bottomInner {
	font-size: 11px;
	background-image: url(../images/pagetitle/line.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 20px;
}
#bottom h1 {
	float: right;
}

#bottom ul.nav {
	margin-top: 10px;
	margin-bottom: 5px;
}
#bottom ul.nav li {
	display: inline;
}

#bottom p.copyright {
}






















