div#title {
	background-color: #668f53;
	height: auto;
	width: 100%;
	border: none;
}
div#menu {
	background-image: url(images/menu-bg.gif);
	padding: 0px;
	magin: auto;
	border: none;
	width: 150px;
	float: left;
	bottom: 0px;
	top: 0px;
	clear: right;
	background-repeat: repeat-y;
}
div#contents {
	float: right;
	border: 0px none;
}
h2 {
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.red {color: #FF0000}
.bgbezyu {
	background-color: #F7EACA;
}

