body {
  font-size: 14px;
  line-height: 1.4em;
  color: #000;
  font-family: Arial, sans-serif;
}
a {
  color: #cd071e;
}
a:hover {
  text-decoration: none;
}

#header-slogan {
  font-size: 22px;
  line-height: 26px;
}
#header-nav.item {
  font-size: 14px;
  line-height: 16px;
}
#header-nav .item a {
  color: #87888a;
  text-transform: uppercase;
  text-decoration: none;
}
#header-nav .item a:hover, #header-nav .act a {
  color: #cd071e;
}
#slider {
  font-size: 16px;
  line-height: 20px;
}
#middle-address {
  font-size: 11px;
  line-height: 13px;
}

.item-list, .content-middle {
  font-size: 12px;
  line-height: 14px;
}
.item-list a, .content-middle a {
  color: #000;
  text-decoration: none;
}
.item-list a:hover, .content-middle a:hover, .act a {
  color: #cd071e;
}


h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #000;
}
h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  padding-bottom:5px;
  margin-bottom: 0px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
h5 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
h6 {
  font-size: 14px;
  line-height: 17px;
  color: #000;
}


hr {
  color: #87888a;
  height: 1px;
  background-color: #87888a;
  border: none;
  margin: 10px 0 10px 0;
}

ul, ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 24px;
}

b, strong {
  color: #000;
}
blockquote {
  padding-left: 24px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.csc-frame-frame1 {
  border: 5px solid #dfdfe0;
  padding: 8px;
  margin: 0 20px 13px 20px;
}
.csc-frame-frame2 {
  background-color: #FBEFC4;
  border: 5px solid #dfdfe0;
  padding: 8px;
  margin: 0 20px 13px 20px;
}
span.important {
  color: #E70000;
}
span.detail {
  color: #0A881B;
}
span.name-of-person {
  color: #0A1F9D;
}

.contenttable {
  width: 550px;
  margin: 0 20px;
  border-collapse: collapse;
}
.contenttable caption {
  color: #000;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
}
.contenttable tr td, .contenttable tr th  {
  border-bottom: 1px solid #d9dadb;
}
.contenttable tr td.news-browser {
  border-bottom: none;
}
.contenttable thead tr td{
  font-weight: normal;
  color: #000;
  border-bottom: 2px solid #d9dadb;
}
.contenttable td p, .contenttable tr p {
  padding: 0;
  margin: 0;
}
.contenttable th {
  text-align: left;
  font-weight: bold;
  color: #000;
}
.contenttable td.align-left {
  text-align: left;
}
.contenttable td.align-center {
  text-align: center;
}
.contenttable td.align-right {
  text-align: right;
}
.csc-uploads {
  margin-bottom: 15px;
}
.csc-uploads img {
  padding-top: 3px;
}
.csc-uploads td {
  vertical-align: top;
  padding-right: 15px
}
.csc-uploads td p {
  margin: 0;
  padding: 0;
}
.csc-uploads td.csc-uploads-fileSize {
  width: 120px;
}

form table {
  width: 70%;
  border-collapse: collapse;
  margin-left: 20px;
}
form table td input[type=text] {
  width: 200px;
}
form table td input[type=button] {
  margin-left: 108px;
}
form table td {
  padding-bottom: 5px;
}