@charset "utf-8";

/* --- [ Global ] --- */
* {
  margin: 0;
  padding: 0;
}
a img {
  border-width: 0;
}
img {
  vertical-align: middle;
}
body {
  font-family: "メイリオ", Meiryo, verdana, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 80%;
  line-height: 120%;
  color: #5b5a5a;
}
a:link {
  color: #026cd1;
  text-decoration: none;
}
a:visited {
  color: #026cd1;
  text-decoration: none;
}
a:hover {
  color: #000f00;
  text-decoration: underline;
}
a:active {
  color: #000f00;
}
.container {
  width: auto;
  min-width: 720px;
  margin: 10px;
  border: solid 2px #999999;
}
.title h1 {
  padding: 50px 0 0 50px;
  font-size: 30px;
  line-height: 100%;
}
.contents {
  padding: 20px;
}
.footer {
  clear: both;
  height: 21px;
  text-align: left;
  font-size: 11px;
  line-height: 21px;
}
