@charset "utf-8";
@import url("common.css");

/* ------------------------------
  HOT NEWS
------------------------------ */

.date {
 display: inline;
 line-height: 1.5;
 font-weight: bold;
 color: #0090E5;
 padding-right: 28px;
}
/**/.date/**/{
 background: url("../images/icon_up.gif") right center no-repeat;
}


#contents ul {
 margin-top: 0.5em;
 margin-bottom: 1em;
 padding-bottom: 1em;
 border-bottom: 3px solid #DCDCDC;
}

#contents ul.last {
 border-bottom: none;
}

#contents a,
#contents a:link,
#contents a:visited {
 color: #333;
 text-decoration: none;
}

#contents a:hover {
 color: #AB8A43;
 text-decoration: underline;
}