@charset "shift_jis";

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('./imgs/bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}

div#wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}


div#navi {
	position: absolute;
	top: 390px;
	left: 40px;
	width: 700px;
}

div#navi ul {
	margin: 10px;
	padding: 0px;
	width: 100%;
	height: 20px;
	list-style-type: none;
}

div#navi ul li {
	float: left;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	width: 20px;
	height: 20px;
}

div#navi ul li a {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('./imgs/navibgimg.gif');
	border: 1px solid #3e3e3e;
	text-indent: -9999px;
	overflow: hidden;
}

div#navi ul li a:hover {
	border: 1px solid #ededed;
}



#acc {
	position: absolute;
	left: 0px;
	bottom: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.nodec {
	border: 0px;
	width: 1px;
	height: 1px;
}

