a.linkBtn1 {
  height: 40px;
  padding: 0 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #996633;
  border: 1px solid #eab551;
  border-bottom: 1px solid #b98a37;
  text-shadow: 0px 1px 0px #fedd9b;
  -webkit-box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
  -moz-box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
  box-shadow: 0 1px 0 #fee9aa inset, 1px 1px 1px #e9e9e9;
  background: #feda71;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #feda71), color-stop(0.5, #febe4d));
  background: -moz-linear-gradient(top, #feda71 50%,#febe4d 50%);
  background: -o-linear-gradient(top, #feda71 50%,#febe4d 50%);
  background: -ms-linear-gradient(top, #feda71 50%,#febe4d 50%);
  background: linear-gradient(top, #feda71 50%, #febe4d 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feda71 50%', endColorstr='#febe4d 50%');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#feda71 50%', endColorstr='#febe4d 50%')";
}
a.linkBtn1:active{  /* クリックした時 */
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}