body {
   background-color: white;
   margin-left: 50px;
   background-image: url(img/bg7.png);
   background-repeat: repeat-y;
}

h1.title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h3.menutitle {
   color: black;
   background-color: #e0e0e0;
   padding-left: 24pt;
   padding-top: 3px;
   padding-bottom: 2px;
   border-top: 1px solid #505050;
   border-bottom: 1px solid #505050;
}

div.menu {
   margin-top: 20px;
   text-align: center;
   font-size: 24px;
}

div.menu ul {
   list-style-image: url(img/pinz.png);
   line-height: 1.4;
}

div.menu a:link { color:#505050; }
div.menu a:visited { color:#a0a0a0; }
div.menu a:active { color:red; }
div.menu a:hover { background-color: #e0e0e0; color:#505050; }

div.topillust {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

p.caution {
   font-size: 9pt;
}

p.boso {
   font-size: 9pt;
}

p.lastmodify {
   color: #ffa000;
   text-align: right;
}

p.ads {
   clear:both;
}

hr.clear {
   clear:both;
}

ul.update {
   color:#d0a000;
   padding: 20px;
   border-width: 1px;
   border-style:solid;
   border-color:#808080;
}

p.counter {
   text-align: center;
}

p.banner {
   text-align: center;
   background-color: #ffffe0;
}

p.smallmenu {
   font-size: 9pt;
   background-color: silver;
}
p.smallmenu a:link { color:#505050; }
p.smallmenu a:visited { color:black; }
p.smallmenu a:active { color:red; }
p.smallmenu a:hover { background-color: #e0e0e0; color:#505050; }

span.new {
   color:#d0a0a0;
   font-style:italic;
}
