/* Morning Production All Right Reserved Since 1997 */

body {
      font-size: 13px;
      margin:0 auto;
      color:#000000;
      background-color:#ffffff;
      text-align:center;
      table-layout:fixed;
     }
a img{border:0;}
a {text-decoration:none;}
a:link{color:#0000ff; }
a:active{color:#0000dd; }
a:visited{color:#0000de; }
h1,h2,h3,h4,h5{display: inline; }


/* 商品画面 */
table.tab01 {
  width: 760px;
  border:outset 2px #ffffff;
  margin:0 auto;
  font-size: 14px;
  vertical-align: top;
  border-collapse: collapse;
  background: #ffffff;
  line-height: 1.3em;
}
table.tab01 th {
  color:#ffffff;
  vertical-align: top;
  border:solid 1px #999999;
  padding: 5px;
  text-align: left;
  background: #ff5500;
}
table.tab01 td {
  padding: 5px;
  border:solid 1px #999999;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
  background: #efefff;
}
table.tab01 td.cc3 {
  text-align: right;
}




/* 商品画面 */
table.tab02 {
  width: 760px;
  border:outset 2px #ffffff;
  margin:0 auto;
  font-size: 14px;
  vertical-align: top;
  border-collapse: collapse;
  background: #ffffff;
  line-height: 1.3em;
}
table.tab02 th {
  color:#ffffff;
  vertical-align: top;
  border:solid 1px #999999;
  padding: 5px;
  text-align: left;
  background: #0055ff;
}
table.tab02 td {
  padding: 5px;
  border:solid 1px #999999;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em;
  background: #ffefef;
}
table.tab02 td.cc3 {
  text-align: right;
}



