@charset "utf-8";

body {
  color:#333;
  margin-left:0;
}

.sub-navi {
  color:#000;
  height:30px;
  width:100%;
  overflow:hidden;
  margin-top:1em;
}

.sub-navi ul{
  margin:0 0 0 170px;
}

.sub-navi ul li{
  display:inline;
  text-align:center;
  font-family:serif;
  font-weight:bold;
  font-size:90%;
}


.sub-navi ul li a:link,
.sub-navi ul li a:visited {
  color:#0000d2;
  background-color:#e1ffe1;
  border-right:2px ridge #ffff80;
}

.sub-navi ul li a:hover {
  color:#f00;
  background-color:#90ee90;
  border-right:2px ridge #ffff80;
}

.sub-navi a:link, .sub-navi a:visited {
  text-decoration:none;
}

.content {
  padding:0.5em 0;
  background-color:#e1ffe1;
}

.content .main_section h2 {
  background:#90ee90;
  color:#dc143c;
  border-bottom:1px dashed #cccc99;
  padding:0 0 0 1em;
  font-size:120%;
}


