/*--------------------------------------
  Grobal
--------------------------------------*/
#main {
  font-size : 13px;
}

/*--------------------------------------
  Inquiry
--------------------------------------*/
#inquiry .spot {
  color : red;
}

#inquiry TABLE {
  width : 420px;
  height : 253px;
  border-collapse : collapse;
  margin : 0px 10px 10px 157px;
}

#inquiry TH {
  font-size : 13px;
  white-space : nowrap;
  vertical-align : top;
  padding : 4px 5px 0px 0px;
  text-align : right;
}

#inquiry TD {
  font-size : 13px;
  vertical-align : top;
}

/*--------------------------------------
  Button
--------------------------------------*/
#button {
  clear : both;
  margin-bottom : 10px;
  text-align : center;
}

/*--------------------------------------
  Guide
--------------------------------------*/
#guide {
  text-align : center;
  margin : 0px 0px 10px 0px;
}

/*--------------------------------------
  Privacy
--------------------------------------*/
#privacy {
  text-align : center;
  margin : 0px 0px 10px 0px;
}

#privacy A {
  text-decoration : underline;
}