body {
  color: #999;
  background : #000 url(../img/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; }
hr { border-top: 1px solid #999; border-bottom: 0px; }

.clear { clear: both; }
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size: 0;	
  clear: both; 
  visibility: hidden;
}
.centering { text-align: center; }

#container {
  width: 1024px;
  margin: 0 auto;
  background: url(../img/bg2.png) repeat-y;
  padding: 13px;
}

#image {
  float: left;
  width: 700px;
}

#text {
  float: left;
  width: 324px;
}

