<!-- Copyright (C) Urban Planning Cooperative Association All Rights Reserved. -->

html {
  overflow-y:scroll;
}
/*a:hover { color: #cfba05; text-decoration: underline; }

a:link { color: #99f; }

a:visited { color: #99f; }*/

a {
  text-decoration: none;
  color: #33c;
}

body { font-family: メイリオ;
  margin: 0;
  padding: 0;
  display: non;
  width: 100%;
}


#title {
  height: 64px;
  margin: 1%;
  padding: 0;
  background: #fff;
}

#title img {
  height: 100%;
}

#main {
  background-color: #fff;
  width: 100%;
  text-align: center;
}

.pagename {
  text-align: left;
  font-size: 24px;
  font-family: メイリオ;
  font-weight: bold;
  text-indent: 1em;
  color: #444;
  text-shadow:
    1px 1px 0px #eee,
    2px 2px 0px #707070;
}

.loginform {
  min-width: 300px;
  max-width: 800px;
  width: 90%;
  margin: 2% auto;
  padding: 1%;
  color: #000;
  border: 1px #ccc solid;
  text-align: center;
  font-family: Corbel;
  font-size: 16px;
}

.pmenu {
  min-width: 300px;
  width: 60%;
  margin: 50px 20%;
  color: #000;
  border: 0px #644E3E solid;
  text-align: center;
  display: table;
  table-layout:fixed
}

.pmenu a {
  margin: 10px;
  padding: 10px;
  display: table-cell;

  text-align: center;
  font-family: IMPACT;
  border-radius: 20px;
  border: 1px #f93 solid;
  background: #fec;
  color: #f93;
  /*border: 3px #fc0 solid;
  background: #ffc;
  color: #fc0;*/
}

.pmenu a:hover {
  border: 1px #90f solid;
  background: #ccf;
  color: #90f;

  text-decoration: none;
}

.copyright {
  background-color: #dcdcdc;
  width: 100%;
  bottom: 0;
  padding: 30px 0px;
  margin-top: 5%;
  padding: 3% 0;
  text-align: center;
  font-family: Georgia;
  font-size: 14px;
}
.copyright span {
  font-weight: bold;
  font-size: 16px;
}

.page_exp {
  font-size: 14px;
  text-indent: 1em;
  font-style: italic;
}

.button a,
.button {
  margin: 3% auto;
  padding: 1%;
  color: #fff;
  background-color: #c99;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 18px;
  border: 0px #c66 solid;
}
.button span {
  font-size: 14px;
  font-family: monospace;
}
.button a:hover,
.button:hover {
  color: #fff;
  background: #99c;
}



