body {
  color: #FFF;
  background: url(../img/top_bg.png);
  font-size: 12px;
  text-align: center;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link {color: #0099FF; }
a:visited { color: #0099FF;}
a:hover { color: #33CCFF; }
a img { border: none; }
.centering { text-align: center; }

#top {
  width: 100%;
  height: 260px;
  padding: 20px;
  margin-top: 100px;
  background: url(../img/top_bg2.png);
  border-top: 1px solid #CCC;
  border-bottom: 2px solid #CCC;
}


