/*  確認ボタン   */
input.BtnConfirm , input.BtnSend {
  width:100px; height: 22px; color : #333333; background-color : #FFF788; 
  border-top : 2px solid #FFFFCC; border-left : 2px solid #FFFFCC;
  border-bottom : 2px ridge #FFFFCC; border-right : 2px ridge #FFFFCC;
}

/*  リセットボタン   */
input.BtnReset , input.BtnBack {
  width:100px; height: 22px; color : #333333; background-color : #D0D0FF;
  border-top : 2px solid #DFE3FF; border-left : 2px solid #DFE3FF;
  border-bottom : 2px ridge #CCCEFF; border-right : 2px ridge #CCCEFF;
}

#inq_head {
  width: 505px;
  margin: 0 0 15px;
}
#inq_head td {
  text-align: right;
}

#required {
  width: 505px;
  color: #0061AB;
  margin: 15px 0;
  text-align: right;
}
span.reqTxt {
  color: #0061AB;
}

#inq_area {
  width: 505px;
}
#inq_area th {
  width: 135px;
  padding: 0 0 15px;
  vertical-align: top
}
#inq_area td {
  padding: 0 0 15px;
}

#inq_area td input.text {
	width: 95%;
}
#inq_area td textarea.textarea {
	width: 95%;
	height: 150px;
}
#inq_area td.form_submit{
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
span.inputError{
	color: #FF0000;
	font-weight: bold;
}

