@charset "UTF-8";

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #4887fd;
  text-decoration: none;
}

.page_now {
  color : #ffffff;
  width: 20px;
  height: 20px;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
  background-color: #4887fd;
  margin: 2px 2px 2px 2px;
  padding: 3px 3px 3px 3px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  font-family:  Arial Black;
}

a.page_link {
  color : #fffffff;
  width: 20px;
  height: 20px;
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-color: #666666;
  background-color: #000000;
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  font-family:  Arial Black;
}
a.page_link:hover {
  color : #333333;
  width: 20px;
  height: 20px;
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-color: #666666;
  background-color: #4887fd;
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  font-family:  Arial Black;
}

a.page_navi {
  color : #fffffff;
  width: 70px;
  height: 16px;
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-color: #666666;
  background-color: #000000;
  margin: 2px 2px 0px 2px;
  padding: 3px 4px 0px 4px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;

}
a.page_navi:hover {
  color : #333333;
  width: 70px;
  height: 16px;
  border-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-color: #666666;
  background-color: #4887fd;
  margin: 2px 2px 0px 2px;
  padding: 3px 4px 0px 4px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.a_menu {
  display: block;
  color: #000000;
  width: 246px;
  height: 36px;
  background-image: url("../img/btn_menu.png");
  background-repeat : no-repeat;
  padding: 13px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

a.menu {
  display: block;
  color: #333333;
  width: 246px;
  height: 36px;
  background-image: url("../img/btn_menu.png");
  background-repeat : no-repeat;
  padding: 13px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}
a.menu:hover {
  display: block;
  color: #4887fd;
  width: 246px;
  height: 36px;
  background-image: url("../img/btn_menu.png");
  background-repeat : no-repeat ;
  padding: 13px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}



a.ranking_title {
  display: block;
  color: #ffffff;
  width: 288px;
  height: 54px;
  background-image: url("../img/title_off.png");
  background-repeat : no-repeat;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}
a.ranking_title:hover {
  display: block;
  color: #4887fd;
  width: 288px;
  height: 54px;
  background-image: url("../img/title_on.png");
  background-repeat : no-repeat ;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}
