body {
  color: #000033;
  background :#FFF url(../img/bg.png);
  width: 100%;
  line-height: 100%;
  font-size: 13px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link {color: #0099FF; }
a:visited { color: #0099FF;}
a:hover { color: #33CCFF; }

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

#container {
  width: 1020px;
  margin: 0 auto;
}

#icolist {
  margin: 0 auto;
  background: url(../img/bg_header.png) no-repeat top center;
  width: 1000px;
  height: 300px;
}

#icolist ul {
  margin-top: -50px;
  padding: 5px 0 0 130px;
}

#icolist li {
  float: left;
  list-style: none;
  background: url(../img/bg_icon.png) no-repeat left bottom;
  cursor: pointer;
}

#icolist li img {
  position: relative;
  top: 0;
}

#icolist p {
  padding: 5px 0 0 80px;
}

#main {
  width: 1020px;
  background: url(../img/bg_main.png) repeat-y;
}

#contents {
  margin: 0 auto;
  margin-top: -5px;
  width: 970px;

}

#contents_header {
  margin-bottom: -2px;
}

#contents_footer {
  margin-top: -13px;
}

.text {
  margin: 0 auto;
  width: 950px;
}

.top_left {
  float: left;
  width: 500px;
}

.info {
  width: 500px;
  padding: 10px;
  background-color: #FFCCCC;
  border: 1px solid #FF9999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.info hr {
  border-top: 2px dotted #FF3366;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

.info dl dd { margin: 0px; padding: 0px; }
.info dt { color: #FF3366; font-weight: bold; padding-bottom: 5px; }

.top_right {
  float: left;
  padding-left: 50px;
  width: 400px;
}
  
  
 






  
  

