h2 {
  background-image: url(../img/contact/h2_inquiry.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 26px;
}


div#note {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #efefef;
  width: 485px;
}

div#note p {
  margin-left: 15px;
  color: #73c800;
}

div#note div.curve-head {
  height: 12px;
  background: url(../img/rc-tl.gif) top left no-repeat;
}
div#note div.curve-head div {
  height: 12px;
  background: url(../img/rc-tr.gif) top right no-repeat;
}

div#note div.curve-bottom {
  height: 12px;
  background: url(../img/rc-bl.gif) bottom left no-repeat;
}
div#note div.curve-bottom div {
  height: 12px;
  background: url(../img/rc-br.gif) bottom right no-repeat;
}

/*-- e[u --*/
div#formArea table {
  border-collapse: collapse;
}

div#formArea th {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #efefef;
  padding: 13px;
  width: 130px;
  text-align: left;
  font-weight: normal;
}

div#formArea td {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #ffffef;
  padding: 13px;
  width: 300px;
}


fieldset {
  margin-top:30px;
  margin-left:1px;
  border: none;
}
legend {
  display: none;
}

input {
  width: 200px;
}
.input2 {
  width: 50px;
}
input.passwd {
  margin-bottom: 3px;
}
textarea {
  width: 250px;
  height: 150px;
}

.btn-submit {
  margin: 15px 0 20px 0;
  width: 485px;
  text-align: center;
}
.btn-submit input {
  width: 111px;
}

span.notNull {
  color: red;
}
#pr, #linkList, #mainMenuSide {
	margin-top: 20px;	
}

div#contentLeft {
  width: 601px;
}

