﻿body {
  background-color: #fff;
}

td {
  font-family: "Arial";
  font-size: 12px;
}

a:link, a:active, a:visited {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: underline;
}

.txt_tit {
  color: #fff;
  font-weight: bold;

}

.txt_tit a:link, .txt_tit a:active, .txt_tit a:visited, .txt_tit a:hover {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.p12_b_white {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.p14_b_white {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.p14 {
  font-size: 14px;
  line-height: 14px;
}

.p14_b_blue {
  font-size: 14px;
  line-height: 14px;
  color: #33f;
  font-weight: bold;
}

.p14_18 {
  font-size: 14px;
  line-height: 18px;
}

.p14_b_black {
  font-size: 14px;
  color: #444;
  font-weight: bold;
}

.p16_b_black {
  font-size: 16px;
  color: #444;
  font-weight: bold;
}


.red_b {
  color: #cc0000;
  font-weight: bold;
}

ul.list {
  list-style-image: url(../images/pt_blue_01.gif);
}

ul.list_red {
  list-style-image: url(../images/pt_04.gif);
  margin-left: 20px;
}

ul.list_red li {
  color: #cc0000;
  font-weight: bold;
}
