#header {
    border-top: 10px solid #00bb00;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 10px solid #00bb00;
    margin: 0px 0px 3px 0px;
}

#header h1 {
    margin: 10px 10px 10px 10px;
}

#header img {
    margin: 0px 20px 0px 0px;
}

#navigator ul {
    overflow: hidden;
    margin: 0px 2px 5px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #bbbbbb;
}

#navigator li, #navigator a {
    display: block;
}

#navigator li {
    float: left;
    border-top: 3px solid #eeeeee;
    border-left: 3px solid #eeeeee;
    border-right: 3px solid #cccccc;
    background-color: #dddddd;
}

#navigator a {
    padding: 10px 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

#navigator .current a {
    color: #000;
    background-color: #ffffff;
}

#selected  {
    background-color: #ffffff;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    border: 3px solid #008800;
}

#selected .title {
    background-color: #008800;
    padding: 0px 4px 4px 10px;
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
}

#selected .info, #selected .download, #selected .subset {
    padding: 10px;
    font-weight: bold;
    font-size: 110%;
    background: #eeffff;
}

#selected .download, #selected .subset {
    padding-top: 0px;
}

fieldset {
    margin-top: 6px;
    border: 3px solid #008800;
    background: #ffffee;
}

fieldset legend {
    color: #363;
    font-size: 120%;
    font-weight: bold;
    padding: 5px;
}

form span {
    white-space: nowrap;
}

form span.exp, form span.vars {
    display: block;
}

#amount_selected.warning, #num_selected.warning {
    color: #f00;
}

a.description:before {
    content: '\25bc';
    font-size: 75%;
    color: #888;
    vertical-align: middle;
}

a.description:hover:before {
    color: #0000ee;
    text-decoration: underline;
}

a.description:hover {
    color: #0000ee;
    text-decoration: underline;
}

div.description {
    margin: 0px;
    padding: 0px;
}

div.description ul {
    margin-top: 0px;
    margin-bottom: 2px;
    list-style-type: none;
}

div.description ul li:before {
    content: '\2517';
    margin-left: -16px;
    padding-right: 8px;
}

#jump-menu {
    float: right;
    margin: 0px;
    padding: 0px;
    height: 66px;
    position: relative;
}

#lang {
    vertical-align: bottom;
    border: inset 2px #048;
    border-radius: 6px;
    background-color: #048;
    color: #fff;
    padding: 2px 8px 2px 8px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    bottom: -10px;
    right: 0px;
    white-space: nowrap;
}

canvas {
    margin: 0px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.map-global {
    padding: 0px;
    background: url('images/global-m.png') no-repeat;
}

.map-japan {
    background: url('images/japan-m.png');
}
