@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

li{
  list-style: none;
}

img {
  border-style: none;
}

a:link {
  color: #3c9c39;
  text-decoration: none;
}

a:visited {
  color: #3c9c39;
  text-decoration:none;
}

a:hover {
  color: #ff3333;
  text-decoration: underline;
}

a:active {
  color: #ff00ff;
  text-decoration: underline;
}

body {
  background-color: #ffffff;
  color: #666666;
  font-size: 10px;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  line-height: 1.4;
  text-align: center;
}

#pagespace {
  width: 720px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #006600;
  border-bottom: 12px solid #006600;
  border-left: 1px solid #006600;
  border-right: 1px solid #006600;
  text-align: left;
}

#pagetitle {
  overflow: hidden;
  clear: both;
  width: 720px;
}

#pagetitle h1 {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.2em;
  font-weight: normal;
  background-color: #006600;
  color: #ffffff;
}

#pagetitle h1 a {
  background-color: #006600;
  color: #ffffff;
}

#last {
  text-align: center;
}

#copyright {
  padding 5px;
  background-color: #006600;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
}

