@charset "utf-8";

html {
  background-color:#fefae1;
  background-image:url(images/top-bg.jpg);
  color:#000;
}

body {
  background-color:#fefae1;
  background-image:url(images/hyousi.jpg);
  background-repeat:no-repeat;
  color:#000;
}

ul {
  margin-top:4em;
  margin-left:35em;
}

li {
  margin-bottom:1em;
  font-weight:bold;
  list-style-image:url(images/list.gif);
}

li:hover {
  list-style-image:url(images/listhover.gif);
}

li a:link, li a:visited {
  color:#006;
  background:transparent;
}

li a:active {
  color:red;
  background:#fefae1;
}

li a:hover {
  color:red;
  background:#fefae1;
}

h1 {
  margin-top:30px;
  margin-left:550px;
}

address {
  font-style:normal;
  margin-top:30px;
  margin-left:500px;
}

address img {
  margin-left:2em;
  margin-bottom:2em;
}

a img {
  border:none;
  margin:0;
}

.copyright {
  margin-left:auto;
  margin-right:auto;
  margin-top:5em;
  text-align:center;
  font-size:85%;
}

p {
  margin-top:2em;
  margin-left:35em;
  width:15em;
}
