@charset "utf-8";
#container h2{
  background-image:url(../images/policy/title.gif);
}

#container p{
  margin:0px 10px 1.0em 10px;
  font-size:1.4em;
}

#container h3{
  margin:30px 10px 10px 10px;
  font-size:1.4em;
  font-weight:bolder;
  border-left:solid 10px #ABC237;
  padding-left:0.5em;
}

#container ol{
  margin:0px 20px;
}

#container ol li{
  font-size:1.4em;
  list-style:decimal;
  margin-left:15px;
}
/*
#spamcheck{
  display:none;
}

table{
  width:920px;
  margin:20px auto 0px auto;
  border-collapse:separate;
  border-spacing:10px;
}

table th,
table td{
  font-size:1.4em;
  vertical-align:top;
}

table th{
  width:8em;
  padding:1.0em 20px 1.0em 0px;
  font-weight:bolder;
}

table td{
  padding:1.0em 20px;
  border-left:dotted 1px #333333;
}

input{
  font-size:18px;
}

#name,
#mail{
  width:400px;
  padding:0.25em;
}

#mail{
  ime-mode:inactive;
}

#tel{
  width:200px;
  padding:0.25em;
  ime-mode:inactive;
}

#message{
  width:700px;
  height:150px;
  padding:0.25em;
}

#container p#submit{
  margin-top:20px;
  text-align:center;
}
