body {
  font-size:medium;
  margin-left : 15%;
  margin-right : 15%;
  background-color : #ecf3ee;
  background-image : none;
  color : #202020;
}
div.menu {
  font-size : 90%;
  border-width : 0 3px 3px 0;
  border-color : #bbc5bb;
  border-style : outset;
  padding : 0 0 0 22px;
  background-color : #e3efe3;
  margin-bottom : 4em;
}
div.toptitle {
  font-size : 200%;
  font-weight : bold;
  text-align : center;
  margin : 0 15% 12px;
  background-color : #d3ecd5;
  color : #224730;
  border-width : 0 0 7px;
  border-color : #88bb88;
  border-style : solid;
  padding : 0 0 3px;
}
div.each-title{
	font-size : 120%;
	font-weight : bold;
	text-align : center;
	margin : 1px 15% 10px 15%;
	background-color : #d3ecd5;
	color : #223022;
	border-width : 0 0 4px;
	border-color : #88bb88;
	border-style : solid;
	padding : 0 1px;
}
div.index {
  border-width : 2px 0 0 2px;
  border-color : #95a095;
  border-style : solid;
  padding : 1em 3em 1em 0;
  background-color : #e3efe3;
  margin : 4px 15% 0 15%;
  text-align : right;
  line-height:200%;
}
div.update {
  border-width : 0 0 2px 2px;
  border-color : #95a095;
  border-style : double;
  padding : 0.5em 2px 0.5em 1.2em;
  background-color : #e3efe3;
  margin : 0 15% 0 15%;
  line-height:200%;
}
div.menu-b{
	font-size:90%;
	border-width:0 3px 3px 0;
	border-color:#bbc5bb;
	border-style:outset;
	padding:0 22px 0 1px;
	background-color:#e3efe3;
	text-align: center;
	margin-top: 5em;
}
div.index-b{
	border-width:2px 0 2px 2px;
	border-color:#95a095;
	border-style:double;
	padding:0.5em 2px 0.5em 1.2em;
	background-color:#e3efe3;
	margin: 0 15%;
}
span.note{
	font-size:90%;
	color:#7e7e7e;
}