/* -- site common design -- */

@charset "Shift_JIS";

/* --- foot-menu --- */
#category-menu {
  __width: 950px;
  __height: 18px;
  __font-size: 11px;
  __vertical-align: top;
  __background-color: #0000cd;
}

#category-menu ul {
  list-style-type: none;
  line-height: 18px;
  background: darkblue;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

#category-menu li {
  display: inline;
  margin-right: 10px;
}

#category-menu a:link {
  color: #ffffff;
  text-decoration: none;
}

#category-menu a:visited {
  color: #ffffff;
  text-decoration: none;
}

#category-menu a:hover {
  color: #dddddd;
  text-decoration: underline;
}

/* --- class --- */
p.type1 {
  font-weight: bold;
  color: #336633;
}

a.type1:link {
  color: #000080;
  text-decoration: none;
}

a.type1:visted {
  color: #000080;
  text-decoration: none;
}

a.type1:hover {
  color: #0000ff;
  text-decoration: underline;
}

h1.type1 {
  margin-left: 15px;
  padding-left: 20px;
  font-size: 16px;
  color: #336633;
}

h1.type2 {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 20px;
  font-size: 18px;
  color: #ffffff;
  background-color: #0066cc;
}

h2.type1 {
  margin-left: 15px;
  padding-left: 20px;
  font-size: 14px;
  color: #555555;
  background-image: url(../images/h2type1.png);
  background-repeat: no-repeat;
}

h2.type2 {
  margin-left: 15px;
  padding-left: 20px;
  font-size: 14px;
  color: #94B74A;
}
