* {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
h1 {
  color: red;
  text-shadow: gray 1px 2px 1px;
  font-size: 1.5em;
  margin-botom: 0.5em;
}
h1 a {
  color: red;
  text-decoration: none;
  border: none;
}
h1 a:hover {
  color: red;
  text-decoration: none;
  border: none;
}

h2 {
  border-left: 0.2em solid green; 
  border-bottom: 0.1em dashed green;
  margin-bottom: 0.1em;
  text-indent: 0.5em;
  color: green;
  font-size: 1.2em;
  line-height: 1.4em;
}
h2 a {
  color: green;
}
h3 {
  color: orange;
/*  font-weight: bolder;
*/
}
p {
  line-height: 1.2em;
  text-indent: 1em;
}
#contents.seo p {
  text-indent: 0em;
}
ul {
  list-style: none;
}
ul li {
  text-indent: 1em;
}
a {
  color: blue;
  text-decoration: none;
  border-bottom: 1px blue dotted;
}
a:hover {
  color: red;
  border-bottom: 1px red solid;
}
#header {
  width: 100%;
}
#menu {
  background-color: black;
}
#menu ul li {
  float: left;
  text-indent: 0px;
  vertical-align: middle;
}
#menu ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: white;
  margin-left: 0.25em;
  margin-right: 0.25em; 
}
#menu ul li a:hover {
  background-color: white;
  color :black;
}
#search {
  text-align: right;
  margin-bottom: 1em;
}
#navi {
  float: right;
  width: 160px;
}
#contents {
  margin-right: 160px;
  padding-left: 0.5em;
  padding-right: 1.0em;
}
#footer {
  width: 100%;
  clear: both;
  text-align: center;
}
#header .ads {
  text-align: center;
}
#seo {
  font-size: xx-small;
}
.club {
  width: 11em;
  float: left;
}

.class {
  width: 5em;
  float: left;
}

.area {
  float: left;
  width: 15em;
}
.section {
  margin-bottom: 0.5em;
}
.section ul li {
  height: 1.2em;
  max-width: 12em;
  overflow-y: hidden;
  line-height: 1.2em;
}
.section.ads {
  margin-bottom: 1px;
}
.section:after {
  height: 0px;
  visibility: hidden;
  content: ".";
  display: block;
  clear: left;
}
.sub_section {
  margin-bottom: 0.5em;
}
.sub_section ul li {
  font-size: 0.8em;
}
