@charset "utf-8";
a {
	color: #006600;
}
img {
	border: none;
}
pre {
	color: black;
	text-align: left;
	background-color: #CCFFCC;
	width: 388px;
	border: black solid 1px;
	margin: 1em auto;
	padding: 5px;
}
#container {
	width: 600px;
}
#header {
	height: 60px;
	background-color: #006600;
	background-image: url(hd_info.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#search {
	float: right;
	width: 430px;
	height: 60px;
	margin: 0;
}
#navi {
	height: 40px;
	background-color: #006600;
}
#menu {
	float: left;
	width: 180px;
	background-color: white;
}
#menu .menutop {
	height: 20px;
	background-color: white;
	background-image: url(menu_top.gif);
	background-repeat: no-repeat;
	margin: 0;
}
#menu ul {
	color: #006600;
	background-color: white;
	background-image: url(menu_middle.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0 20px 0 35px;
}
#menu .menubottom {
	height: 20px;
	background-color: white;
	background-image: url(menu_bottom.gif);
	background-repeat: no-repeat;
	margin: 0;
}
#content {
	float: right;
	width: 420px;
	text-align: center;
}
#content p {
	color: #006600;
	width: 400px;
	margin: 1em auto;
	text-indent: 1em;
	text-align: left;
}
#content h1 {
	color: #006600;
	font-size: x-large;
	width: 400px;
	margin: 1em auto;
	text-align: left;
}
#content h2 {
	color: #006600;
	font-size: large;
	width: 400px;
	margin: 1em auto;
	text-align: left;
}
#footer {
	color: white;
	background-color: #006600;
	text-align: center;
}
