@charset   "UTF-8";
#all{
  background-image : url(voice_background.gif);
  background-repeat : no-repeat;
  background-position : center top;
  margin-bottom : 0px;
  margin-left : auto;
  margin-right : auto;
  width : 600px;
  padding-top : 2em;
}
body{
  text-align : center;
  font-size : 13px;
}
h1{
  font-size : 16px;
  color : #607d37;
  text-decoration : underline;
  text-align : center;
}
form{
  margin-left : auto;
  margin-right : auto;
  width : 500px;
  margin-bottom : 0px;
}
form table{
  width : 100%;
  text-align : justify;
}
form table th{
  text-align : right;
  width : 10em;
}
td input,td textarea{
  width : 95%;
}
td{
  vertical-align : top;
  padding-top : 1em;
}
textarea{
  height : 20em;
}
th{
  vertical-align : top;
  padding-top : 1.3em;
}
img{
  margin-bottom : 1em;
}
#content{
  width:500px;
  text-align:justify;
  margin-right:auto;
  margin-left:auto;
}