html, body {
  margin: 5px;
  margin-top: 10px;
  padding: 0;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #ababab;
}

img {
  border: 0;
}

.area_information_nav {
    height: 30px;
    width: 690px;
    margin: auto;
}

.information_nav {
    width: 138px;
    height: 30px;
    background: url("//easygame.jp/luster/official/notice_nav_off.png") no-repeat;
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.information_nav:hover {
    background: url("//easygame.jp/luster/official/notice_nav_on.png") no-repeat;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

.info_nav_active {
    background: url("//easygame.jp/luster/official/notice_nav_on.png") no-repeat !important;
}

.information_nav:link {
    color: #fff;
    text-decoration: none;
}

.information_nav:visited {
    color: #fff;
    text-decoration: none;
}

.information_nav:hover {
    color: #fff;
    text-decoration: none;
}

.information_nav:active {
    color: #fff;
    text-decoration: none;
}

.information_item {
    width: 690px;
    min-height: 21px;
    border-bottom: 1px solid #ccd4de;
    padding-top: 8px;
    overflow: hidden;
}

.notice_item_type {
    width: 68px;
    height: 18px;
    float: left;
    font-size: 12px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 18px;
    text-align: center;
}

.notice_item_type.item_type_notice {
  background-color: #007fe7;
}

.notice_item_type.item_type_event {
  background-color: #df7a0d;
}

.notice_item_type.item_type_maint {
  background-color: #60a60e;
}

.notice_item_type.item_type_update {
  background-color: #a60e1c;
}

.information_item_words {
    float: left;
    margin-left: 15px;
    line-height: 20px;
    width: 520px;
    overflow: hidden;
}

.information_item_date {
    float: left;
    color: #d4d7df;
    line-height: 20px;
}

.information_item_words a:link {
    color: #d4d7df;
    text-decoration: none;
}

.information_item_words a:visited {
    color: #d4d7df;
    text-decoration: none;
}

.information_item_words a:hover {
    color: #d4d7df;
    text-decoration: underline;
}

.information_item_words a:active {
    color: #d4d7df;
    text-decoration: none;
}

.subject{
  display: inline-block;
  vertical-align: top;
}