/*
 * JAL-DFS
 * 
 */
/*-----------------------------------------------------
アンカーリンク設定
-------------------------------------------------------*/
.ank-link {
  width: 590px;
  padding-bottom: 10px;
}
.ank-link span {
  border-right: 1px solid #333333;
  margin:0;
  padding: 0 10px;
  font-size: 12px;
}
a.syu:link,
a.syu:visited {
  color: #333333;
  font-weight: bold;
}
a.syu:hover {
  color: #FF6666;
}

a.syu:active {
  color: #333333;
  font-weight: bold;
}
/*-----------------------------------------------------
ページのtopへ戻る
-------------------------------------------------------*/
.to-top {
  clear: both;
  padding: 15px 0 0 0;
  width: 100%;
  text-align: right;
  font-size: 11px;
  background: rtansoarent;
}
.to-top span {
  padding:0 8px 0 11px;
  background: url(../img/ico_ar.gif) no-repeat left center;
}
.to-top span a:link, 
.to-top span a:visited {
  color: #333333;
  text-decoration: none;
}
.to-top span a:hover {
  color: #333333;
  text-decoration: underline;
} 
.to-top span a:active  {
  color: #333333;
  text-decoration: none;
}