@charset 'UTF-8';

.aural {
  display: none;
}

body {
  margin: 0 0 1em 0;
  padding: 0;
}

#logo {
  margin: 0;
  padding: 0.5em;
  font-size: xx-large;
  background-color: #eee;
  color: black;
}

#contents {
  padding: 0 10%;
}

h1 {
  text-align: center;
  border-width: thin;
  border-style: none none solid none;
  border-color: #fcc;
  padding: 0.2em;
  margin: 1em 0% 1.5em 0%;
}

h1.toppage {
  border-style: none;
}

.to_top {
  text-align: right;
  font-size: smaller;
  margin-top: 2em;
}

address {
  font-size: smaller;
  text-align: center;
  font-style: normal;
}

table.product_table td, table.product_table th {
  padding: 0.2em;
}
table.product_table tr.odd {
  background-color: #eee;
  color: black;
}
table.product_table td strong {
  color: red;
  font-weight: normal;
}
table.product_table td.price {
  text-align: right;
}
table.product_table .product_number {
  text-align: center;
  background-color: #fee;
}

.annai {
  margin: 0 3em;
}
.annai dt {
  border-left: 1em solid #ada;
  border-bottom: thin solid #ada;
  margin: 0.5em;
}
