/*見積りフォームのスタイル*/

#header-form {
position:relative;
padding-top: 10px;
background-color:#FFFFFF;
margin-left: 25px;
margin-right: 25px;
}

#body #contents-form {
position:relative;
float: left;
width: 680px;
padding: 10px;
background: #FFFFFF;
font-size: small;
line-height: 1.4;
color: #333333;
}

#body #contents-form h2 {
background: url(../img/form_h2.gif);
background-repeat: no-repeat;
background-position: bottom;
padding-left: 5px;
padding-bottom: 2px;
}

#body #contents-form h3 {
font-size: medium;
}

#body #contents-form ul {
padding: 0 2em;
}

input {
}

.required {
color: #FF0000;
}

.required-form {
background: #FFEBEB;
border: 1px solid #999999;
padding: 2px;
}

.mail-form {
background: #FFEBEB;
border: 1px solid #999999;
padding: 2px;
font-size: medium;
font-weight: bold;
}

.example {
color: #999999;
}

.notes {
color: #003399;
font-size: xx-small;
}

.form-table {
border-top: 2px solid #999999;
border-spacing: 0;
}

.form-table td {
border-bottom: 1px dotted #999999;
padding: 0.5em 1em;
}

.form-table th {
border-bottom: 1px dotted #999999;
background: #eeeeee;
padding: 0.5em 1em;
width: 140px;
}

.form-send-button {
text-align: center;
padding: 10px;
}

.form-send-button input {
font-size: large;
/*border: 3px solid #FF6666;*/
}
