@charset "utf-8";

.cssskin-page-top .c-body {
  font-size: 10px;
  line-height: 1.75;
}

.cssskin-page-top .c-small_headline {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

.cssskin-page-top .c-large_headline {
  font-size: 20px;
}

.cssskin-page-top .c-title {
  font-size: 36px;
  font-weight: normal;
}

.cssskin-page-top .c-page_title {
  font-size: 38px;
  font-weight: normal;
}

.cssskin-page-top a:link {
  color: #0080c0;
  border-bottom: 5px solid transparent;
}

.cssskin-page-top a:visited {
  color: #80bdc6;
}

.cssskin-page-top a:hover {
  color: #ff0000;
  border-bottom: 2px dotted #ff0000;
  background-color: transparent;
}

