@charset "utf-8";

.cssskin-_block_main h2 {
  color: #339e2a;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}

.cssskin-_block_main h3 {
  color: #339e2a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.cssskin-_block_main h4 {
  color: #339e2a;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

.cssskin-_block_main a:link {
  color: #0080ff;
  text-decoration: none;
  border-bottom: none;
}

.cssskin-_block_main a:hover {
  border-bottom: 1px solid #0080ff;
  background: url(block);
}

.cssskin-_block_main a:visited {
  color: #0000ff;
  border-bottom: 1px solid #0000ff;
}

.cssskin-_block_main p.lead {
  color: #b3b3b3;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 6px;
}

