@charset "UTF-8";

#contents h1{
  width:800px;
  min-height:20px;
  margin:26px 0 16px 0;
  padding:7px 0 0 16px;
  font-size:14px;
  font-weight:bold;
  color:#5a81c2;
  background-image:url(../images/00main_bg_ttl.gif);
  background-position:left top;
  background-repeat:no-repeat;
  letter-spacing:1px;
}

* html #contents h1{
  height:20px;
}

#formBox{
  width:800px;
  margin:0 auto;
}

#formBox em{
  color:#ff3300;
}

#formBox table{
  width:798px;
  margin:12px 0;
  border:1px solid #d1d1d1;
}

#formBox table th{
  width:120px;
  padding:10px 5px 10px 15px;
  border:1px solid #d1d1d1;
  background-color:#fafafa;
}

#formBox table th em{
  padding-left:3px;
  color:#ff3300;
}

#formBox table td{
  width:auto;
  padding:10px 10px 5px 10px;
  border:1px solid #d1d1d1;
}

#formBox table td span.note{
  padding-left:20px;
}

#formBox table td span.small{
  font-size:11px;
}

#formBox table td input{
  margin-bottom:5px;
  vertical-align:middle;
}

#formBox p.button{
  text-align:center;
}

.inputSS{
  width:50px;
  margin:0 2px 5px 2px;
}

.inputS{
  width:80px;
}

.inputM{
  width:180px;
}

.inputL{
  width:250px;
}

.textarea{
  width:100%;
  height:50px;
  margin-bottom:10px;
}

.inputRadio,
.inputCheck{
  margin-right:5px;
}

#disp_finish p.msgFin{
  text-align:center;
  font-weight:bold;
  font-size:15px;
  margin-bottom:20px;
  padding-top:30px;
  line-height:180%;
}

#disp_finish p.notes{
  width:500px;
  margin:0 auto;
  padding:10px;
  line-height:140%;
}

#disp_senderr p{
  padding-top:30px;
  text-align:center;
  color: #ff3300;
  font-size:15px;
  font-weight:bold;
  line-height:1.8em;
}

#disp_senderr a{
  font-size:13px;
  font-weight:normal;
}

/* error -------------------------*/
#contents .errmsg {
  display:block;
  color: #ff3300;
}
/* -------------------------------*/
