/* common style */
a   { text-decoration: none; }
img { max-width: 100%; max-height: 100%; }
.landing_container {
  margin: 0 auto;
  width: 50%;
  }

/* index */
.index { color: #666; }
.doorplate { color: #618e34; /*citron green*/ }
.link_index { text-decoration: none; color: #618e34; /*citron green*/ }
.description { }
.searches { margin: 1em 0; }

/* top */
.site_logo { text-align: center; }
.shinobi_counter { margin: 0 .5em; display: inline-block; }
.web_clap { margin: 0 .5em; display: inline-block; }
.top_container {
  margin: 1em auto;
  padding: .5em;
  width: 85%;
  background: #a0d8ef; /*sky blue*/
  border-radius: 10px;
  }
.menu_container {
  width: 30%;
  display: inline-block;
  }
.menu_list      { margin: 0; padding: 1em; list-style: none; }
.menu_list_item { margin: .5em 0; text-align: center; }
.link_top { color: #0075c2; }
.greeting {
  width: 60%;
  display: inline-block;
  color: #666;
  font-size: small;
  }
.update {
  padding: .5em;
  width: 75%;
  background: #eaf4ff;
  border-radius: 5px;
  line-height: 1.5;
  }
.decoration_dot { border-bottom: 5px dotted #fff; }

/* fa */
.fa {
  background: url(material00/asta04.gif) fixed repeat-y;
  color: #990000;
}
.fa_header {
  text-align: center;
  color: #f00;
}

/* kurobas */
.kurobas {
  background: url(material00/dot04.gif) fixed repeat-y;
  color: #4682b4; /* steelblue */
  }
.kurobas_header {
  text-align: center;
  color: #4169e1; /* royalblue */
}
.link_kurobas { color: #888; }

/* text */
.maincontainer_center {
  margin: 50px auto;
  width: 400px;
  font-size: 80%;  
  }
.title {
  margin: 2em 0;
  font-size: 125%;
  font-weight: normal;
  }
.words { margin: 1.5em 0; }
.endmark { margin-top: 2em; text-align: right; }
.after_note { text-align: center; }
.link_container {
  margin: 3em 0px;
  text-align: center;
  }
.theme365_no { font-size: 75%; }

/* customize */
.kurobas-052 {
  background: url(material01/harinezumi.jpg) 0% 100% no-repeat fixed;
  color: #6c2735; /* burgundy */
  }
.kurobas-052 .title     { color: #8b0000; /* darkred */ }
.kurobas-052 .link_text { color: #8b0000; }

.kurobas-069 {
  background: url(material01/raindrops_001.jpg) 0% 100% no-repeat fixed;
  color: #000;
  }
.kurobas-069 .title     { color: #191970; }
.kurobas-069 .link_text { color: #191970; }

