RSET "UTF-8";

/* initialize */
body, h1, h2, h3, table, ul, li, ol, dl, dt, dd, p, form, th, td, input {
  padding: 0;
  margin: 0;
}
html {
  overflow-y : scroll;
}
h1, h2, h3, h4, address, em {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}
a:link, a:visited, a:active {
  color: #0000ff;
  text-decoration: underline;
}
a:hover {
  color: #b6b5b5;
  text-decoration: underline;
}
body {
  font-size : 0.8em;
  line-height: 1.4em;
  letter-spacing : 1px;
  background : url(/sodai/view/accept/img/bg1.gif) repeat;
}

#errormsg {
  color : #ff0000;
  font-weight : bold;
  margin-bottom : 20px;
}

h1, h3 {
  background-color : #444499;
  font-weight : bold;
  color : #ffffff;
  padding-left : 10px;
}

#totop a {
  border : solid 1px #000000;
  background-color : #ffffff;
  padding : 5px;
}

