.content_title{
  font-size:1.2em;
  padding-left:5px ;
  margin:10px 0px 5px 0px ;
  border-bottom:solid 1px #1e9ce5;
  border-left:solid 10px #1e9ce5;
}

/* footer_links */
.footer_links{
  font-size:12pt;
  padding:0;
  height:auto;
  width:auto;
  list-style:none;
}
.footer_links li{
  border-color:#54b4eb;
  border-style:solid;
  border-width:1px 0 1px 0;
  background-color: #37a8e8;
  margin-bottom: -2px;
  background-image: url("/images/sp/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.footer_links li a,
.footer_links li a:active{
  background: none;
  padding: 12px 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: #ffffff;
}
.footer_links li a:hover{
  background: url("/images/sp/arrow.png") right center no-repeat #178acc;
  color: #ffffff;
}
/* footer_links */
