			<!-- 勝手な余白を作らせない -->
*  {
          padding : 0px ;
          margin : 0px ;
} 


#site-box {
          width : 820px;
          margin : 0 auto

}

#a-box {  		 }

#b-box {
          float: left;
          width: 520px;
}

#c-box {
          float: right;
          width: 300px;

}

#d-box {
          clear: both;
          width: 820px;

          font-size: 12px;
}