@charset "utf-8";

/* ------------------------------------
1.index
------------------------------------ */

/*--1-1 lead--*/

#req-lead {
min-height: 260px;
background: url(../img/request/img01.jpg) no-repeat right top;
}

/*For IE6*/
* html #req-lead {
height: 260px;
}

#req-lead p {
width: 380px;
}

/*--1-2 homepage/tel/fax--*/

-->base.css


/* ------------------------------------
2.form
------------------------------------ */

/*--2-1 common--*/

#form table {
margin-bottom: 30px; 
}

#form table th p,
#form table td p,{
margin-bottom: 0; 
}

.button {
text-align: center;
}


/*--2-2 notice--*/

dl#notice {
margin-bottom: 30px;
padding: 5px;
background-color: #E5E5E5;
}

dl#notice dt,
dl#notice dd {
float: left;
}

dl#notice dt {
width: 130px;
}

dl#notice dd {
width: 500px;
}

/*--2-3 error--*/

.table-error {
border-style: solid none; 
border-width: 1px;
border-color: #D999A3;
}

.table-error th,
.table-error td {
padding: 5px 5px 5px 10px;
border-color: #D999A3;
border-left-style: none;
line-height: 1.6;
}

.table-error th {
background-color: #FBE7F0;
}

p.button {
padding-top: 20px;
}

/*--2-4 finish--*/

.fin-image img {
margin: 30px 0;
}