* {
        color:#5D5D5D;
        font-family: Verdana, Arial, sans-serif;
        font-weight: normal;
        font-size:15px;
        list-style:none;
        line-height: 180%;
        margin: 0px;
        padding: 0px;
        }

br {
        clear:both;
        }

a {
        text-decoration: underline;
        }

a:link, a:visited, a:active a:hover {
        color: #53561f;
        }

p {
        font-weight: normal;
        margin:0px 0px 0px 15px;
        padding-left: 15px;
        padding-right: 0px;
        }

body {
        background-image: url(../images/bg.gif);
        margin: 0px 0px 20px 0px;
        text-align: center;
        }

#container {
        background-color: #efe6b3;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        text-align: left;
        width: 750px;
        }

#header {
        border-bottom:3px solid #008800;
        text-align: left;
        width: 750px;
        }

p.first {
        color:#53561f;
        font-family: MS ゴシック, Osaka;
        font-size:30px;
        font-weight: bold;
        text-align:left; 
        margin:0px 0px 0px 15px;
        padding:0px;
        }

#center{
        background-color: #efe6b3;
        text-align: left;
        width: 750px;
        }

p.second {
        color:#53561f;
        font-size: 20px;
        font-weight: bold;
        margin: 0px 0px 15px 0px;
        padding: 15px 0px 0px 15px;
        }

#center1 {
        padding : 0px;
        margin:0px;
        width: 730px;
        }

p.third {
        color:#53561f;
        font-size: 18px;
        font-weight: bold;
        margin: 15px 0px 0px 15px;
        padding: 0px 0px 0px 15px;
        }

#footer {
        background-color: #efe6b3;
        border-top:1px solid #008800;
        height: 60px;
        text-align: left;
        margin:10px 0px 0px 0px;
        width: 750px;
        }

#footer * {
        line-height: 140%;
        font-weight:normal;
        }

ul {
        font-weight: normal;
        margin:0px 0px 0px 15px;
        padding-left: 15px;
        padding-right: 0px;
        }

li{
        list-style: disc;
        margin:0px 0px 0px 30px;
        }

p.right{
        text-align:right; 
        }

#nav{
       margin: 0px;
       padding: 0px;
       list-style: none;
       float: left 
       width: 100%; 
}

#nav li{
       float: left;
       backgroupd-color: #f0f0f0;
       border: 1px solid #53561f;
       font-size: 12px;
       text-align: center;
       vertical-align: super;
       width: 32%;
       height: 25px;
       margin-top: 1px;
       margin-right: 0px;
       margin-left: 3px;
}

#nav a{
       color:#53561f;
       display: block;
       width: 32%;
       height: 25px;
}

#nav a:hover {
        color: #fff;
        background-color: #53561f;
        text-decoration: none;
        width: 100%;
        height: 25px;
}