@charset "utf-8";
body,td,th {
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCFF00;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #FF00FF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #330066;
	text-align: center;
	display: block;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding: 0px;
	margin: 0px;
}
header {
	display: block;
	margin: 0px;
}
section {
	display: block;
	margin: 0px;
}
footer {
	display: block;
	margin: 0px;
}
#menu {
	color: #FFFFFF;
	background-color: #660033;
	display: block;
	padding: 10px;
	margin: 10px;
	border: 2px solid #330066;
	position: relative;
	min-height: 70px;
}
#comment_image {
	width: 80px;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
#comment {
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
}
#comment_text {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#caution {
	color: #00CC00;
	display: block;
	padding: 10px;
	border: 2px solid #00CC00;
}
