<!--全体部分 -->
body{
  background-color:#ffffff;
}
  
div.whole{
  width:800px;
  height:500px;
  
  margin-left:auto;
  margin-right:auto;
  
  text-align:center;
  
  border-width:1px;
  border-color:#999999;
  border-style:solid;
  background-color:#ffffff;
}
div.main{
  margin-top:28px;
  margin-left:44px;
  margin-bottom:23px;
  margin-right:42px;
  
  text-align:left;
  
}
<!--全体終わり  -->

.menu{

  width:271px;
  height:27px;
  
  background-image:url(./../img/top/whats_active.gif);
  background-position:left top; 
  background-repeat:no-repeat; 
}
  
.comment{

  width:445px;
  height:auto;
  
  border-width:1px;
  border-color:#999999;
  border-style:solid;
  
  padding:5px 4px 3px 12px;
  
  line-height:150%;
  
  font-size:90%;  
}
  
  