/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
}

a, a:link, a:visited {
  color: #003399;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #cc0000;
}

ul {
  margin-bottom: 1em;
  list-style-type: none;
  list-style-position: outside;
}
dl, dd {
  margin-bottom: 0.5em;
}
p {
  margin-bottom: 1em;
  font-size: 95%;
}

/* common styles */
body {
    color: #000000;
background-image:url(../images/back1.gif);
    background-repeat;
    
    text-align: center;
}
p.askmail {
    float: left;
    margin: 0 1em 0 0;
    width: auto;
    height: auto;
    font-size:80%;
    line-height:150%;
}
p.askmail img {
  border: none;
  display: block;
}
p.skipLink, p.hPhrase {
  display: none;
}
p.note{
 text-indent: -99999px;
 color:#FFFFFF;
 font-size:xx-small;
}
p.fClear {
  clear: both;
  height: 0;
}

p#siteFooter {
  clear: both;
  margin: 0 auto;
  font-size: 90%;
  text-align: center;
}
