@charset "utf-8";

/* TOP新着 */

div#newlist {
  background:url(img/tit_newlist.gif) top no-repeat;
  padding:40px 0 0 0;
  margin-bottom:20px;
}
/* color */
div#newlist .sideline {
  border-left:#6699FF solid 1px;
  border-right:#6699FF solid 1px;
  padding:0 5px;
}
div#newlist .item {
  background:url(img/arr_dot_color1.gif) left center no-repeat;
  padding:5px 0 5px 15px;
  font-size:0.75em;
}
div#newlist .itemsub {
  text-align:right;
  font-size:0.7em;
  padding-bottom:5px;
  border-bottom:#999999 dotted 1px;
}
div#newlist .itemlist {
  padding:5px 0 0 0;
  text-align:right;
  font-size:0.75em;
}
div#newlist .btm {
  height:12px;
  background:url(img/btm_newlist.gif) bottom no-repeat;
}





