
.koho{
    max-width : 400px;
    border : 1px solid silver;
    border-collapse : collapse;
}

.koho td{
    width : 100px;
    height : 2em;
    border : 1px solid silver;
}

.koho caption{
    font-size : 1.5em;
    background-color : #6699ff;
}
