* {
    margin: 0;
    padding:0;
}

body {
    background: url('img/bg.png');
}

#wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-left: double 4px #999999;
    border-right: double 4px #999999;
    border-bottom: double 4px #999999;
}

#title_logo {
    width: 800px;
    height: 100px;
    background: url('img/title.png');
}

#title_logo h1 {
    visibility: hidden;
}

#contents {
    margin-top: 10px;
    width: 600px;
    float: right;
}

#menu {
    margin-top: 10px;
    width: 200px;
    float: left;
}

#menu a {
    width: 200px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    color: black;
}

#menu a:hover {
    color: red;
}

#menu li {
    width: 200px;
    line-height: 40px;
    list-style-type: none;
    text-indent: 35px;
    font-weight: bold;
    background: url('img/list_bg.png');
    margin-bottom: 5px;
}


#footer {
    clear: both;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 30px;
}

#footer hr {
    width: 95%;
    height: 3px;
    background-color: #666666;
    margin-left: auto;
    margin-right: auto;
}

#footer address {
    color: #333333;
    font-size: small;
    text-align: center;
}

#contents h2 {
    color: #444444;
    text-align: center;
    font-size: xx-large;
    border-bottom: dashed 3px green;
    margin-left: 20px;
    margin-right: 20px;
    clear: both;
}

#contents h3 {
    color: #444444;
    font-size: large;
    border-bottom: double 3px gray;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 20px;
    clear: both;
}

#contents h4 {
    color: #444444;
    font-size: medium;
    border-left: double 10px green;
    text-indent: 4px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 20px;
    clear: both;
}

#contents h5 {
    color: #444444;
    font-size: medium;
    text-indent: 4px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 20px;
    margin-top: 30px;
    clear: both;
}

img {
    border-style: none;
}

#contents p {
    color: #333333;
    margin: 10px 15px 20px 25px;
}

#contents span.it {
    font-style: italic;
}

#contents span.bld {
    font-weight: 900;
}

#contents p.center {
    text-align: center;
}

#contents p.imgright {
    float: right;
}

#contents p.imgleft {
    float: left;
}

#contents table {
    margin-top: 15px;
    margin-bottom: 15px;
    border-collapse : collapse;
}

#contents th, td {
    padding: 3px 7px;
}

#contents table, th, td {
    border : 2px solid gray; 
}

#contents table.center {
    margin-left: auto;
    margin-right: auto;
}

#contents td.right {
    text-align: right;
}

#contents td.center {
    text-align: center;
}

#contents hr {
    width: 95%;
    height: 2px;
    background-color: #666666;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#contents ul {
    margin: 20px 20px 20px 50px;
    font-size: small;
}

#contents ol {
    margin: 20px 20px 20px 50px;
}

#contents dl dt {
    font-weight: bold;
    margin: 10px 20px 0px 35px;
}

#contents dl dd {
    margin: 0px 20px 30px 55px;
}

#contents #map ol li {
   display: inline;
   margin-left: 10px;
}

#contents #map h3 {
    font-size: medium;
}

#contents #shop table {
    width: 550px;
    clear: both;
    font-size: small;
    margin-left: auto;
    margin-right: auto;
}

#contents #shop table th {
    white-space: nowrap;
}

#contents #shop table ul {
    margin: 0 0 0 10px;
}

#contents #shop table li {
    font-size: small;
    margin: 0 0 0 10px;
}

#contents #shop p.imgright {
    margin-top: 0;
    float: right;
}

#contents #shop p.imgleft {
    margin-top: 0;
    float: left;
}

