div.contents.product_list div.rightArea {
  width: 695px;
  padding-top: 60px;
  float: right;
}
div.contents.product_list div.rightArea h1 {
  font-size: 133%;
  border: solid 1px #d1cbbc;
  padding: 25px 0 25px 25px;
  margin-bottom: 25px;
  font-weight: bold;
}
div.contents.product_list div.rightArea div.sort {
  background-color: #f8f5ed;
}
div.contents.product_list div.rightArea div.sort dl {
  text-align: center;
  padding: 12px 0;
  line-height: 1.2em;
}
div.contents.product_list div.rightArea div.sort dl dt {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-right: 12px;
  font-weight: bold;
}
div.contents.product_list div.rightArea div.sort dl dd {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 18px;
  border-right: solid 1px #503715;
}
div.contents.product_list div.rightArea div.sort dl dd span {
  font-weight: bold;
}
div.contents.product_list div.rightArea div.sort dl dd a {
  opacity: 0.5;
}
div.contents.product_list div.rightArea div.sort dl dd a:hover {
  opacity: 1;
}
div.contents.product_list div.rightArea div.sort dl dd.side {
  border-right: none;
}
div.contents.product_list div.rightArea h2 {
  margin: 50px 0 25px;
  padding-left: 8px;
  font-size: 116%;
  font-weight: bold;
}
div.contents.product_list div.rightArea ul {
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  padding-left: 12px;
}
div.contents.product_list div.rightArea ul li {
  float: left;
  width: 140px;
  text-align: center;
  padding: 10px 40px 30px 0;
}
div.contents.product_list div.rightArea ul li:hover > .img {
  opacity: 0.8;
}
div.contents.product_list div.rightArea ul li:hover > p a {
  text-decoration: underline;
}
div.contents.product_list div.rightArea ul li.side {
  padding-right: 0;
}
div.contents.product_list div.rightArea ul li p.img {
  margin-bottom: 15px;
}
div.contents.product_list div.rightArea ul li p a {
  line-height: 1.4em;
}
div.contents.product_list div.rightArea ul li p.img img {
  max-width: 140px;
	max-height: 150px;
}
div.contents.product_list div.rightArea ul li p a span.new {
  color: #db0202;
}
