/*-------< Header >-------*/
#header{
  background: url(img/title_cart.gif) 0 0 no-repeat;
}

/*-------< Contents >-------*/
table{
  width: 100%;
  text-align: center;
}
th{
  padding: 3px 0 3px 0;
  font-weight: normal;
  background-color: #DCEC6F;
}
tr{
  font-size: 10px;
}
td{
  padding: 3px;
  background-color: #CFE7FF;
}

/*-------< Button >-------*/
#buttons{
  margin: 10px 0 10px 0;
  padding: 10px 0 50px 0;
  border-top: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
}

#buttons span{
  visibility: hidden;
}

#keepShopping{
  width: 208px;
  height: 42px;
  background: url(img/btn_keepShopping_0.gif) 0 0 no-repeat;
  float: left;
}
#keepShopping a{
  display: block;
  width: 208px;
  height: 42px;
}
#keepShopping a:hover{
  background: url(img/btn_keepShopping_1.gif) 0 0 no-repeat;
  text-decoration: none;
}

#goRegi{
  width: 206px;
  height: 42px;
  background: url(img/btn_goRegi_0.gif) 0 0 no-repeat;
  float: right;
}
#goRegi input{
  display: block;
  width: 206px;
  height: 42px;
}
#goRegi input:hover{
  background: url(img/btn_goRegi_1.gif) 0 0 no-repeat;
  text-decoration: none;
}

#change{
  margin: 10px 0 -30px 0;
  text-align: center;
}

/*-------< Note >-------*/
.note_num{
  margin-left: 1em;
  clear: both;
}
.note{
  margin: -1.5em 0 1em 3.5em;
}
