@charset "utf-8";
/* CSS Document */

/*-----------*/
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/*------------ html --------------*/
body {
	margin: 0px;
	background: #000;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #0f0;
}

p {
	font-size: 12px;
	color: #666;
	line-height: 140%;
}

h1 {
	font-size:18px;
	color:#666666;
}

li {
	font-size: 12px;
	color: #666;
	line-height: 140%;
	font-weight: bold;
}

a:link {
	color: #69c; text-decoration: underline;
}
a:visited {
	color: #63c; text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #ccf; text-decoration: underline;
}




/*----------- grobal -------------*/
div#navi {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	height: auto;
}

div#contents {
	width: 800px;
	height: auto;
	float: left;
	background: #fff;
}
div.text {
	width: 780px;
	padding: 20px 10px;
}
.notice {
	font-size: 10px;
	color: #999;
	margin: 5px 0 0 5px;
}


div#foot {
	border: 1px #ccc solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	padding: 20px;
	background: #fff;
}

table.tbl {
	border: 1px #666 solid;
	border-bottom-style: none;
	border-right-style: none;
}
.tbl td {
	border: 1px #666 solid;
	border-top-style: none;
	border-left-style: none;
}
.tbl th {
	border: 1px #666 solid;
	border-top-style: none;
	border-left-style: none;
	background: #FEE09C;
}