/* CSS Document */

#waku{
text-align:center;
}

.bn_left{
float:left;
}

.bn_right{
float:right;
}

.clear {
clear:both;　/*floatの解除、ここがポイント*/
}
