/* font指定 */
body {
  font-family: "Helvetica","Helvetica Neue" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" sans-serif;
}

/* 帯カラー */
#header_top #info_box_bottom {
  background: #ededed;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header_top #info_box_bottom * {
  color: #000;
  font-size: 13px;
  line-height: 1.5;
}
/* ヘッダ */
.headrelative {
  background: #FFF;
  color: #000;
}
#nav_user #user_login:before, #nav_user #user_help:before, #nav_user #user_favorite:before, #nav_user #user_cart:before {
  color: #000;
}
