h1 {
	background-color: #ffffff;
	text-align: left;
	font-size: medium;
	font-weight: normal;
	margin: 0px;
}
h2 {
	background-color: #ffffff;
	text-align: right;
	font-size: medium;
	font-weight: normal;
	margin: 0px;
}
hr {
	border-style: solid;
	background-color: 90e890;
	width: 80%;
	color: #90e890;
}
a{
	color: #2080a0;
}
a:link{
	color: #205080;
}
a:hover{
	color: #a0a000;
	background-color: #c0ffc0;
	text-decoration: underline;
}

.top-head {
	border-left: 2px solid #90e890;
	background-color: #90e890;
	color: #ffffff;
	font-weight: bold;
}
.top-foot {
	border-right: 2px solid #90e890;
	text-align: right;
	background-color: #90e890;
	color: #e0ffe0;
}
.warning-msg {
	align: right;
	text-align: right;
	color: #ff8080;
	font-size: small;
	white-space: nowrap;
	background-color: #ffffff;
}
.leftbox{
	width:360px;
	float:left;
	text-align:left;
}
.rightbox{
	width:240px;
	float:right;
	text-align:right;
}

.menu-list {
	text-align: right;
}
.update-list {
	font-size: small;
	color: #30b030;
	vertical-align: top;
	text-align: left;
	background-color: #d0ffd0;
}
.update-list td {
	vertical-align: top;
	white-space: nowrap;
}
.update-list .date{
	padding-right: 5px;
}

.memo {
	padding: 0px 10px;
	text-align: left;
	color: #30b030;
	font-size: small;
}
.memo .csstitle{
	text-align:center;
	margin: 0px auto;
	font-size: large;
}

