/* ---------------------------
link
--------------------------- */
#link {
  margin: 15px 0 0 15px;  padding: 0;
  border-top: 1px solid #dadada;
}

#link table {
  margin: 0;  padding: 0;
  border-bottom: 1px solid #dadada;
}

#link table th {
  margin: 0; padding: 5px 0 5px 18px;
  background: url(../cmnfix/list_green.gif) no-repeat left top;
  text-align: left; font-weight: normal;
  width: 35%;
}

#link table td {
  margin: 0; padding: 5px 0 5px 0;
  width: 65%;
}

#link a {
  color: #91AE1D; text-decoration: none;
}
#link a:hover {
  color: #91AE1D; text-decoration: underline;
}