 
.item_table{
  width : 640px;
}
.item_td{
  text-align : center;
  width : 160px;
  background-color : white;
  vertical-align : top;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.item_td img{
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
}
.item_td p{
  color : red;
}
#comtents_area{
  margin-top : 10px;
  margin-bottom : 10px;
}
#form_table{
  width : 100%;
  margin-bottom : 10px;
}
#form_td{
  vertical-align : top;
  text-align : left;
  width : 380px;
}
#img_td{
  vertical-align : top;
  text-align : left;
  width : 260px;
}
#price{
  color : red;
}
