@charset "utf-8";

body {
	font-family: Futura, 'Futura Medium', arial, helvetica, 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	margin:0px;
	padding:0px;
	background-color:#000;
	color:#ccc;
}

a {
	color:#fc0;
	text-decoration:none;
	}

a:hover {
	color:#0fc;
	text-decoration:underline;
	}

h1, h2, h3, h4, h5 {
	color: #fff;
	font-weight: bold;
}

.bbs {
	margin-bottom:6px;
	border-bottom:1px solid #555;
}

#base {
	width:777px;
	margin:0px auto;
	padding:0px;
	position:relative;
}


#footer {
	clear:both;
	font-size:9px;
	line-height:9px;
	font-weight:normal;
	text-align:center;
	padding:10px 0px;
}

#header {
	text-align:center;
	background:url(./images/bg_header.png) no-repeat center bottom;
	margin-bottom:10px;
	height:78px;
}

#menu1 {
	left:0px;
	top:109px;
	width:105px;
	position:absolute;
}

#menu2 {
	width:145px;
	left:632px;
	top:109px;
	text-align:right;
	position:absolute;
}

#contents {
	margin-left:118px;
	width:500px;
}

#contents h1, #contents h2, #contents h3, #contents h4, #contents h5 {
	font-weight: normal;
}

#status {
	position:absolute;
	top:90px;
	left:0px;
	font-size:14px;
	width:100%;
	word-spacing:0.7em;
}

.menu ul, #menu1 .menu ul {
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
	line-height:0;
}

.menu h4 {
	font-size:15px;
	font-weight:bold;
}

.menu ul a, .menu h4 a, #menu1 .menu ul a {
	display:block;
	line-height:1em;
}

.menu ul.list li {
	margin-bottom:1em;
}

#mask {
	position: fixed!important;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:300;
	background-color:#000;
	text-align:center;
}