/* New Shop */
table.insert {
  width: 300px;
  line-height: 1.2em;
  font-size: 83%;
  padding: 0;
  margin: 0;
}
tr.insert_0 {
  background-color: #E8F2D2;
  height: 30px;
}
tr.insert_1 {
  background-color: #ffffff;
  height: 30px;
}
td.insert {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
td.insert a:link {color: #000000;}
td.insert a:vidited {color: #000000;}
td.insert a:hover {color: orange;}
td.insert a:active {color: orange;}

/* Update Shop */
table.update {
  width: 144px;
  font-size: 83%;
  line-height: 1.2em;
}
table.update dt a {
  display: block;
  color: #333;
  font-size: 75%;
  text-align: left;
  text-decoration: none;
}
table.update dt a:hover {
  color: #000;
  background: #ccc;
}
.upimg {
  line-height: 0.8em;
  padding-top: 2px;
  margin: 2px auto 0 auto;
  text-align: center;
  width: 120px;
  height: 105px;
  background: url("../../images/roundcorner.gif") no-repeat;
}
.upimg p {
  font-size: 75%;
  padding:1px 0;
  text-align: center;
}
.upimg img {
  padding-left: 1px;
  text-align: center;
}
