.ln_titles {
      display: block;
      background: linear-gradient(to bottom, #00AE37, #005821);
      background: -webkit-gradient(linear,left top,left bottom, from(#00AE37), to(#005821));
      background: -webkit-linear-gradient(top,#00AE37, #005821);
      background: -moz-linear-gradient(top,#00AE37, #005821);
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      padding: 5px 0 5px 5px;
      font-size: 16px;
      font-weight: bold;
      color: #FFFFFF;
      border-top: 1px solid #005821;
      border-bottom: 1px solid #005821;
}

.st_line ul {
      margin: 0px;
      padding: 0px;
}

.st_line li {
      background: url("../img/link_arrow.png") no-repeat scroll right center, #fcfaee;
      background: url("../img/link_arrow.png") no-repeat scroll right center, #fcfaee;
      background: url("../img/link_arrow.png") no-repeat scroll right center, #fcfaee;
      background: url("../img/link_arrow.png") no-repeat scroll right center, #fcfaee;
      border-bottom: 1px solid #e1e1e1;
      list-style: none outside none;
}

.st_line a {
      display: block;
      font-size: 15px;
      font-weight: bold;
      color: #333333;
      padding: 15px 0 15px 5px;
      text-decoration:none;
}

.st_line span {
      display: block;
      font-size: 15px;
      font-weight: bold;
      color: #333333;
      padding: 15px 5px 15px 5px;
      text-decoration:none;
}

.close_slide {
      background: url("../img/close.png") no-repeat scroll right center, linear-gradient(to bottom, #ffffff 0px, #f9f9f9 4%, #bcc4c7 100%);
      background: url("../img/close.png") no-repeat scroll right center, -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(4%,#f9f9f9),color-stop(100%,#bcc4c7));
      background: url("../img/close.png") no-repeat scroll right center, -webkit-linear-gradient(top,#fff 0,#f9f9f9 4%,#bcc4c7 100%);
      background: url("../img/close.png") no-repeat scroll right center, -moz-linear-gradient(top,#fff 0,#f9f9f9 4%,#bcc4c7 100%);
}

.open_slide {
      background: url("../img/open.png") no-repeat scroll right center, linear-gradient(to bottom, #ffffff 0px, #f9f9f9 4%, #bcc4c7 100%);
      background: url("../img/open.png") no-repeat scroll right center, -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(4%,#f9f9f9),color-stop(100%,#bcc4c7));
      background: url("../img/open.png") no-repeat scroll right center, -webkit-linear-gradient(top,#fff 0,#f9f9f9 4%,#bcc4c7 100%);
      background: url("../img/open.png") no-repeat scroll right center, -moz-linear-gradient(top,#fff 0,#f9f9f9 4%,#bcc4c7 100%);
}
