@charset "UTF-8";

@import url("layout-basic.css");

#header {
    border-color: #038;
}

.likepolygon, .yosukem {
    width: 49%;
}

.likepolygon {
    float: left;
}

.yosukem {
    float: right;
}

#content dt {
    float: left;
    width: 7em;
}

.links {
    clear: both;
}

.links ul {
    text-align: right;
}

.links li {
    display: inline;
    list-style: none;
    margin: 0 0.3em;
}