
body {
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    color: #333;
}

img {
    border: 0;
}

h2 {
    margin: 2em 0em 1em 0em;
    font-size: 100%;
}

h1 a {
    border: none;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

p.description {
    margin-bottom: 3em;
}

div#contents {
    width: 600px;
    margin: 0px auto;
    background-color: #FFF;
    padding: 1em 2em;
    line-height: 150%;
}

div#mapbox {
    width: 600px;
    padding: 1px;
    border: 1px solid #D3C9B0;
}

div#map {
    width: 600px;
    height: 370px;
    background-color: #99B3CC;
}

.map_help {
    margin-top: 0em;
    text-align: right;
    font-size: 80%;
}

ul#menu {
    list-style-image: url(li.png);
    line-height: 170%;
}

div.d {
    clear: left;
}
div.p {
    clear: left;
    background: url(pickupbg.png) #EEF 100% 0% no-repeat fixed;
}
div.d a, div.p a {
    font-size: 90%;
}

h3 {
    margin: 0em;
}

div.h {
    width: 225px;
    float: left;
    margin: 0px 15px 0.5em 0em;
    line-height: 120%;
    font-size: 80%;
}
div.h a {
    border: none;
}
div.h img {
    padding: 1px;
    border: 1px solid #D3C9B0;
}

div.address {
    font-size: 80%;
}

.gototop {
    padding-bottom: 2em;
    text-align: right;
    font-size: 80%;
}

div#navi {
    text-align: center;
}

div#navi ul {
    list-style-type: none;
    margin-left: 0px;
    margin-bottom: 3em;
    padding: 0px;
    font-size: 110%;
}
div#navi ul li {
    display: inline;
    margin: 0em 0.5em;
    padding: 0.3em 0.6em;
    border: 3px solid #DDD;
}
div#navi ul li.current {
    background-color: #EEF;
}

address {
    display: inline;
    font-style: normal;
}

div#footer {
    margin-top: 5em;
    line-height: 150%;
    text-align: center;
    font-size: 80%;
    color: #999;
}

div#footer a {
    color: #666;
}

