@charset "utf-8";
#menu {
	color: #FFFFFF;
	background-color: #009933;
	display: block;
	padding: 10px;
	margin: 10px;
	border: 2px solid #00CC66;
	position: relative;
	min-height: 70px;
}
#header_image {
	height: auto;
	width: 100%;
}

#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: #FF66FF;
	display: block;
	padding: 10px;
	border: 2px solid #FF66FF;
}
