body{
 text-align: center;
 font-family: "ＭＳ Ｐゴシック";
}

 
#wrap{
 text-align: left;
 width: 972px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
}

#site-box{
 width: 972px;
}

#a-box{
 width: 972px;
}

#b-box{
 float: left;
 width: 730px;
}

#c-box{
 float: right;
 background-color:;
 width: 200px;
}

#font-a{
 width="460"
}

 
p.hh{ color: red} 

/*背景色*/
.t-a{background-color:#eeeeee;}
.t-b{<HR size="5" color="#c0c0c0">}

/*テーブル、交互に色を変える*/
.t-line tr:nth-child(odd) td {  
  background-color: ;  
}
.t-line tr:nth-child(even) td {  
  background-color: #eeeeee;  
}  

div.sample{
    position:relative;
    width:240px;
    height:180px;
}
span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../img/spacer.gif);
}

