@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);



#content p.tel{
  padding: 2px 0 30px 1px;
}


/* form
--------------------------------------------------------------------*/
#form {
  margin: 0 0 30px;
}

#form table {
	margin-bottom:22px;
}

#form table th {
  width:139px;
  color:#fff;
  font-weight:normal;
  background:#666;
  padding: 8px 0 0 10px;
}

#form table td {
  line-height:1.65;
  padding: 8px 0 6px 10px;
}

#form table td p{
	line-height:1.6;
	padding:1px 0 1px 0; 
}

#form table th img {
  float:right;
  margin: 2px 7px 0 0;
}

#form table input {
	height:16px;
	margin:4px 0 3px 0;
	vertical-align:middle;
	border:1px solid #999999;
}

#form table textarea {
	margin:2px 0 3px;
	border:1px solid #999999;
}

#form .submit {
	margin-left:250px;
}

/* list
--------------------------------------------------------------------*/

#content .list{
  margin: -3px 1px 57px 0;
}

#content .list li {
  margin-bottom:19px;
}

#content .list li.clean{
  margin-bottom:0;
}


#content .linkout {
  margin-bottom:-42px;
}

#content p.thanks {
	margin-bottom: 20px;
}


