@charset "utf-8";
/* CSS Document */
#wrap {
  position: relative;
}
.headerWrap {
  border-top: 20px solid #21297E;
  height: 80px;
  width: 100%;
  background-color: #FFFFFF;
  top: 0;
  z-index: 999999;
}
header {
  margin: 0 auto;
  width: 1000px;
}
.logo {
  float: left;
  padding: 10px;
  font-size: 13px;
  line-height: 1;
}
.logo p {
  padding: 5px 0 0;
}
.contact {
  float: right;
}
.contact td {
  height: 80px;
  vertical-align: middle;
  text-align: right;
  padding: 0 10px 0 0;
}
/*  */
nav {
	margin: 0 0 20px;
  top: 100px;
  width: 100%;
  height: 40px;
  background: repeat-x url("../images/navi.png");
  z-index: 99999;
}
nav ul {
  margin: 0 auto;
  width: 1000px;
  height: 35px;
}
nav ul li {
  float: left;
}

/*  */
#footer {
  font-size: 13px;
  line-height: 20px;
  background-color: #21297E;
  color: #FFFFFF;
	padding: 5px 0;
	text-align: center;
}
h1 {
  background: no-repeat center top url("../images/bg_h.png");
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #FFFFFF;
  padding: 0 20px 0;
  margin: 0 0 20px;
  z-index: 2;
  font-weight: bold;
}
/*  */
#contents {
  position: relative;
  font-size: 16px;
  margin: 0 auto 0;
  width: 800px;
  line-height: 2;
  z-index: 1;
}
.mainTxt{
	margin: 0 0 20px;
}
.contactF {
  margin: 0 auto 30px;
  width: 800px;
  line-height: 1.3;
}
.contactF th, .contactF td {
  padding: 10px 15px;
  border: 1px solid #21297E;
  text-align: left;
  vertical-align: top;
}
.contactF th {
  font-weight: bold;
background-color: #C2E8FF;
}
.contactF th span {
  line-height: 1.5;
  display: block;
  background-color: #C61B21;
  color: #FFFFFF;
  width: 3em;
  text-align: center;
}
.contactF td p {
  margin: 0;
  padding: 7px 0 0;
}
.contactF td p.input_find {
  margin: 0;
  padding: 7px 0;
}
.need {
  color: #ED1E79;
  font-weight: bold;
}
.name input {
  margin: 0 8px 0 10px;
  width: 100px;
}
.zip {
  margin: 0 6px;
  width: 65px;
}
.tel input {
  width: 70px;
}
.tel span {
  padding: 0 7px
}
.contactF textarea {
  width: 400px;
  height: 100px;
}
#btn {
	clear: both;
  margin: 0 0 50px;
  text-align: center;
}
#btn input {
  margin: 0 10px;
  border: none;
  color: #221714;
  background-color: #C2E8FF;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}
#btn input:hover {
  background-color: #90BFC0;
}
#subMenu{
	padding: 0 0 20px;
	text-align: center;
}
.thanks {
  margin: 0 auto 300px;
  width: 460px;
  line-height: 1.8;
}
strong{
	font-weight: bold;
}