body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #EAEAEA;
}

#container {
  margin: 0;
  padding: 0;
}

#item {
  display: block;
  margin: 0;
  height: 80px;
  background-color: #EAEAEA;
}

#item_image {
  display: block;
  height: 80px;
  text-align: center;
  float: left;
}

#item_image img {
  border: none;
}

#item_attr {
  display: block;
  height: 80px;
  margin: 1px 0 0 2px;
  padding: 1px 0 0 1px;
  float: left;
}

#item_title {
  display: block;
  margin: 0;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}

#item_title .title{
  display: block;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

#item_title .creator{
  font-size: 12px;
}

#item_title .date{
  font-size: 8px;
}

#item_price {
  display: block;
  margin: 3px 0;
  color: #000000;
  text-decoration: none;
}

#item_price .price {
  color: #CC0000;
  font-size: 11px;
  font-weight: bold;
  margin-left: 1px;
  margin-right: 1px;
  text-decoration: underline;
}

#item_price .new {
  font-size: 9px;
  color: #000000;
}

#item_price .yen {
  font-size: 10px;
  color: #CC0000;
}


#item_rating {
  display: block;
  margin: 4px 0;
  color: #000000;
  text-decoration: none;
}

#item_rating img {
  border: none;
  vertical-align: middle;
}

#item_rating .detail {
  font-size: 10px;
  color: #0000FF;
  text-decoration: underline;
}

#item_for_adult {
  display: block;
  margin: 1px 0;
  color: #CC0000;
  font-size: 9px;
  text-align: center;
  text-decoration: underline;
}



