
a:link,
a:visited,
a:active {
  color: #FFF;
}

a:hover {
  color: #FF0;
}

body {
  margin: 0;
  padding: 0;

  text-align: center;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  
  color: #FFF;
  background: #5BBDD1 url("/misc/img/duckandtitlelong.gif") center bottom fixed no-repeat;
}

/* \*/
* + html body {
  font-size: 80%;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}
* html body {
  font-size: 80%;
  font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/**/

h1,
ul {
  text-align: left;
  width: 530px;
}

h1 {
  margin: 50px auto 10px;
  color: #FF0;
  font-size: 14px;
}

/* \*/
* + html h1 {
  font-size: 100%;
}
* html h1 {
  font-size: 100%;
}
/**/

ul {
  margin: 0 auto;
}





