/* -- site common design -- */

@charset "Shift_JIS";

/* --- 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;
}
