@charset "Shift_Jis";

/*---- NF001 -----*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	scrollbar-track-color: #000;
	scrollbar-face-color: #000;
	scrollbar-shadow-color: #4E4F4A;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #4E4F4A;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #106B71;
}

html {
	overflow-y: scroll;
}

body {
	line-height: 1.5;
	color: #939787;
	font-size: 83.3%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: #000;
}

a {
	text-decoration: none;
}

a:link {
	color: #106B71;
}
a:focus { outline:none;}

a:visited {
	color: #106B71;
}

a:hover {
	color: #106B71;
	text-decoration: underline;
}

a:active {
	color: #106B71;
}

h1 {
	color: #106B71;
	font-size: 190%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	h1 a:link {color: #106B71;}
	h1 a:visited {color: #106B71;}

h2 {
	font-size: 77%;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
	padding: 2px 0 0 15px;
	height: 25px;
	color: #4E4F4A;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url("line.gif") no-repeat top center;
}

h4, h5, h6 {
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

br {
	letter-spacing: normal;
}

em {
	color: #C75050;
	font-style: normal;
}

strong {
	font-weight: bold;
}

big {
	font-size: 131%;
}

small {
	font-size: 77%;
}

ins {
	text-decoration: underline;
}

del {
	color: #666;
}

b {
	font-weight: bold;
}

i {
	font-style: oblique;
}

address, cite {
	font-style: normal;
}

code {
	font-family: monospace;
}

table {
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
        width: 300px;
}

th,td {
	padding: 2px 5px;
	border: 0px solid #4E4F4A;
        width: 300px;
}

hr {
	display: none;
}
	.line {
		margin-top: 30px;
	}

	.clears {
		clear: both;
		padding: 0 0 1em 0;
	}

img, img a {
	border: 0;
}

	.img_right {
		float: right;
		margin: 0 0 0 10px;
		padding: 5px;
		border: 1px solid #333;
		background: #000;
	}

	.img_left {
		float: left;
		margin: 0 10px 0 0;
		padding: 5px;
		border: 1px solid #333;
		background: #000;
	}

blockquote {
	margin: 0 0 1em 30px;
	padding: 5px 10px;
	border: 1px solid #4E4F4A;
	background: #151515;
}

input, select, textarea {
	margin: 2px 0;
	width: %;
	border: 1px solid #4E4F4A;
	color: #939787;
	font-size: 100%;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: #000;
}

textarea {
	width: 90%;
}

input.button {
	width: 90px;
	vertical-align: middle;
}

div#out {
	margin: 0 auto 0 auto;
	width: 450px;
	border: 1px solid #4E4F4A;
	background: #000 url("sky068.jpg") no-repeat top center;
}

div#header {
	padding: 20px 0 0 20px;
	height: 280px;
}

div.write {
	margin: 5px 20px;
}

div.write ul, div.write ol {
	margin: 0 0 1em 10px;
}

div.write ul li {
	list-style: square inside;
 　　　 onfocus: this.blur();
}

div.write ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
 　　　 onfocus: this.blur();
}

div.write ul.parallel {
	margin: 0;
}

ul.parallel li {
	display: inline;
	list-style: none;
 　　　 onfocus: this.blur();
}

ul.parallel li img {
	margin: 0 2px 3px 0;
 　　　 onfocus: this.blur();
}

dl {
	margin: 0 0 1em 0;
}

dt {	}

dd {
	margin: 0 0 5px 15px;
}

dl.parallel dt {
	width: 120px;
	line-height: 1.6;
}

dl.parallel dd {
	margin: -1.6em 0 5px 120px;
	padding: 0 0 0 15px;
}

p.info {
	margin: 0 0 1em 0;
	padding: 2px 10px 0 0;
	height: 80px;
	overflow: auto;
	border: 0;
}

.deco {
	line-height: 22px;
	background: url("line004.gif") left top;
}

img.deco {
	padding: 5px;
	border: 1px solid #333;
	background: #000;
}

.page_navi li {
	list-style: none;
	margin: 0 20px;
	text-align: right;
}

div#menu {
	margin: 0 10px 10px 100px;
	min-height: 55px;
	font-size: 93%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

	* html div#menu {
		height: 55px;
	}

div#menu p {
	padding: 0 5px;
}

div#menu li {
	display: inline;
	list-style: none;
	padding: 0 5px;
 　　　 onfocus: this.blur();
}

div#menu li a {
	text-decoration: none;
 　　　 onfocus: this.blur();
}

div#footer {
	margin: 30px 10px 5px auto;
	text-align: right;
}

div#footer li {
	display: inline;
	list-style: none;
	padding-left: 10px;
 　　　 onfocus: this.blur();
}

#copy, #copy a {
	font-size: 11px;
	color: #4E4F4A;
	font-family: Arial, Helvetica, sans-serif;
}

#entrance {
	margin: 50px auto 0 auto;
	padding: 50px;
	width: 60%;
	background: #000;
}