BODY {
	background-color: #000000;
	color: #EEFFEE;
}

P {
	/* margin: 0px; padding: 0px; */
}


/* Link */
A:link   { color:#00FF99; text-decoration:none; }
A:visited{ color:#FF66CC; text-decoration:none; }
A:active { color:#CCCCFF; text-decoration:underline; }
A:hover  { color:#66FFFF; text-decoration:underline; }

/* Classes */
.header {
	margin: 50px 0px 40px;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	color:#99FFCC;
	line-height: 125%;
	border-bottom: 1px solid #EEFFEE;
}

.nonemes {
	padding-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
}


/* Message Styles */
.W4 { color:#FFFFFF; font-size: medium; font-weight: bold; }
.W5 { color:#FFFFFF; font-size: large; }
.G4 { color:#99FFCC; font-size: medium; font-weight: bold; }
.G5 { color:#99FFCC; font-size: large; }
.B{ font-weight: bold; }



/* Window Styles */
@charset 'Shift_JIS';

.clickable {
	cursor: pointer;
}

.comco {
	cursor: pointer;
	color: #AEA;
	font-weight: bold;
}

#control {
	padding: 0px;
	margin: 0px;
	width: 23em;

	background-color: #5A5;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}

#ctrl a:link, #ctrl a:visited, #ctrl a:hover, #ctrl a:active {
	color: #FFF;
	font-weight: bold;
}

#navi {
	padding: 0px;
	margin: 0px;
	display: none;
	width: 23em;

	border-width: 1px;
	border-style: solid;
	border-color: #0F0 #090 #090 #0F0;

	position: absolute;
	left: 0px;
	top: 0px;

	background-color: #111;
}

#navi a:link, #navi a:visited {
	color: #AEA;
	font-weight: bold;
}

#navi a:hover {
	color: #696;
	font-weight: bold;
}

#lists {
	margin: 5px;
	padding: 1px;
	background-color: #555;
}