@charset "utf-8";
/* CSS Document */

body,td{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#575757;
}

.font_blue{
  color:#124778;
}

.font_year{
  color:#124778;
  font-size:22px;
  font-weight:bolder;
}

.font_title{
   color:#484747;
   font-weight:bold;
   font-size:13px;
   border-bottom:#C3C3C3 1px solid;
   border-top:#C3C3C3 1px solid;
}

.font_blue2{
  color:#124778;
  font-weight:bold;
  line-height:20px;
}

.font_red{
  color:#EB0101;
  font-weight:bold;
}

.link_red{
   color:#FD0202;
   text-decoration:underline;
}

.link_red:hover{
   color:#FD0202;
   text-decoration:none;
}

.link_orange{
   color:#E49100;
   text-decoration:none;
   font-weight:bold;
}

.link_orange:hover{
   color:#E49100;
   text-decoration:underline;
   font-weight:bold;
}

.link_footer{
   color:#484747;
   text-decoration:none;
}

.link_footer:hover{
   color:#484747;
   text-decoration:underline;
}

.link_brown{
   color:#575757;
   text-decoration:none;
   font-weight:bold;
}

.link_brown:hover{
   color:#575757;
   text-decoration:underline;
   font-weight:bold;
}

.link_orange2{
   color:#E49100;
   text-decoration:underline;
   font-weight:bold;
   font-size:13px;
}

.link_orange2:hover{
   color:#E49100;
   text-decoration:none;
   font-weight:bold;
   font-size:13px;
}

.link_blue2{
   color:#0000FF;
   text-decoration:underline;
   font-size:13px;
   font-weight:bold;
}

.link_blue2:hover{
   color:#0000FF;
   text-decoration:none;
   font-size:13px;
   font-weight:bold;
}