@charset "UTF-8";

/*---- F008 -----*/
* {
	margin: 0;
	padding: 0;
}


html, body {
	scrollbar-track-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #444;
}

	* html {
		overflow-x: hidden;
		overflow-y: auto;
	}

body {
	line-height: 1.5;
	color: #999;
	font-size: 83.3%;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	background-attachment: fixed;
	background-color: #EAEAEA;
	background-image: url(http://mooncry.jounin.jp/mooncry_pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	text-decoration: none;
}

a:link {
	color: #9D7B4D;
}

a:visited {
	color: #9D7B4D;
}

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

a:active {
	color: #777;
}

h1 {
	color: #DEDBCF;
	font-size: 160%;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 10px;
	text-align: center;
}
	h1 a:link {color: #DEDBCF;}
	h1 a:visited {color: #DEDBCF;}

h2 {
	font-size: 100%;
	font-weight: normal;
}

h3 {
	margin: 20px 0 0 10px;
	color: #B2CAEA;
	font-size: 110%;
	line-height: normal;
}

h4 {
	font-size: 60%;
	color: #A1A1A1;
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
}

p {
	margin: 0 0 1em 0;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
}

br {
	letter-spacing: normal;
}

em {
	color: #8D1818;
	font-style: normal;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

big {
	font-size: 131%;
}

small {
	font-size: 77%;
}

ins {
	text-decoration: underline;
}

del {
	color: #999;
}

b {
	font-weight: bold;
}

i {
	font-style: oblique;
}

address, cite {
	font-style: normal;
}

code {
	font-family: monospace;
}

table {
	margin: 0 0 1em 0;
	color: #AAA;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFF;
	border: thin dotted #999;
}

th,td {
	border: thin dotted #B0B0B0;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

hr {
	display: none;
}
	.line {
	margin-top: 120px;
	}

	.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 #666;
		background: #222;
	}

	.img_left {
	float: left;
	padding: 5px;
	border: 1px solid #666;
	background: #222;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 0;
	}

	.clearfix:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0;
		clear: both;
	}

	.clearfix {
		display: inline-block;
	}

blockquote {
	margin: 0 0 1em 20px;
	padding: 5px;
	border: 1px solid #666;
	color: #AAA;
	background: #222;
}

input, select, textarea {
	margin: 2px 0;
	width: 40%;
	border: 1px solid #666;
	color: #AAA;
	font-size: 100%;
	font-family: Verdana, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", Sans-Serif;
	background: #222;
}

textarea {
	width: 70%;
}

input.button {
	width: 90px;
	vertical-align: middle;
}

div#out {
	border: thin dotted #999;
	margin-top: 66px;
	margin-bottom: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-attachment: fixed;
	background-image: url(f008_bottom2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
	* html div#out {
		margin: 20px auto 0 auto;
		padding: 0 20px 0 20px;
		width:50%;
		background: #FFF;
		filter: alpha(style=1, opacity=60, finishopacity=100, startx=0, starty=0, finishx=100, finishy=200);
	}

div#header {
	padding: 20px 0 0 0;
}

div.write, div#write {
	border: thin dotted #8A8A8A;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 88%;
}
	* html div.write, div#write {
			position: relative;
	}

div.write ul, div.write ol {
	margin: 0 0 1em 15px;
}

div.write ul li {
	list-style: circle inside;
}

div.write ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
}

div.write ul.parallel {
	margin: 0;
}

ul.parallel li {
	display: inline;
	list-style: none;
}

ul.parallel li img {
	margin:0 2px 3px 0;
}

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("http://mooncry.jounin.jp/line004.gif") left top;
	color: #A1A1A1;
}



img.deco {
	padding: 5px;
	border: 1px solid #666;
	background: #222;
}

.page_navi li {
	list-style: none;
	margin: 0 20px;
	text-align: right;
}

div#menu {
	text-align: center;
	background: url(square005.gif);
}


div#menu p {
	margin: 3px 0 0 0;
}

div#menu li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

div#menu li a {
	color: #666;
}

div#menu li a:hover {
	color: #DDD;
}

div#footer {
	margin: 30px auto 0 auto;
	text-align: center;
}

div#footer li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

div#footer a {
	color: #222;
}

#copy{
	position: absolute;
	bottom: 15px;
	right: 5px;
}

#copy a {
	color: #DEDBC0;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#entrance {
	width: 440px;
	border: thin dotted #999;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#mooncry {
	width: 410px;
	border: thin none #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: 660px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}

