[新着] Webテンプレートを仮オープンしました
<body>
<div id="container">
<div id="wrapper">
<div id="contents">
<div id="waku">
</div>
<div id="waku">
</div>
</div>
<div id="footer">
</div>
</div>
</div>
</body>body {
text-align: center;
background: #feedfa;
}
#container {
width: 753px;
margin: 0px auto;
}
#wrapper {
background: #333333;
width: 753px;
text-align: center;
}
#contents {
float: left;
background: #FFFFFF;
}
#waku {
height: 150px;
width: 556px;
border: 1px solid #CCCCCC;
}
#footer{
height:36px;
width: 745px;
clear: both;
}id="waku"とありますが、