
body {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
    text-align: center;
    width: 750px;
    line-height: 120%;
    color: #333333;
    background-color: #a2d2f6;
    margin: auto;
}

header {
    text-align: left;
    background: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 20px;
    margin-top: 4px;
    line-height: 160%;
    font-size: 1em;
}

header table {
    width: 100%;
}

header table img {
    border-radius: 5px;
    width: 30px;
    height: 30px;
}

header table td.prof {
    width: 10%;
}

header table td.prof img {
    height: 50px;
    width: 50px;
}

header table td.name {
    width: auto;
}

header table td.link {
    text-align: right;
    width: 6%;
    padding-left: 5px;
}

footer {
    font-size: 0.5em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

section {
    margin-bottom: 20px;
}

h1 {
    font-weight: normal;
    font-size: 1.4em;
}

h2 {
    font-size: 1.2em;
    margin-top: 1px;
    margin-bottom: 1px;
}

p {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

table.contact {
    margin-left: 20px;
}

table.contact td {
    padding-right: 10px;
}

#wrap {
    text-align: left;
    padding: 20px 20px 0px 20px;
    margin: 4px auto 1px auto;
    background: #FFFFFF;
    background-image: url(../img/Bicycle.gif);
    background-repeat: no-repeat;
    background-position: 96% 95%;
    background-size: 100px 100px;
    border-color: #CCCCCC;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-radius: 10px;
    font-size: 0.8em;
}
 