html {
    background-color: #ffffff;

}

body {
    margin: 0 auto;
    max-width: 830px;
    font-family: "Proxima nova", sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 14px;
    color: #696969;
    text-align: center;
    background-color: #ffffff;
}

#header {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;

}



h2 {
    text-align: center;
    font: "Proxima nova";
    font-family: sans-serif;
    color: #696969;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
}

h3 {
    font: "Proxima nova";
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 900;
    color: #696969;
    margin: 5px;
    
}

h4 {
    font: "Proxima nova";
    font-family: sans-serif;
    font-size: 8px;
    font-weight: 900;
    color: #696969;
    margin: 7px;

}


.navi p {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #696969;
    text-decoration: none;
}

.navi a {
text-decoration: none;
}
.navi a hover {
text-decoration: underline;
}


.navi{
    float:left;
    width: 830px;
    height: 32px;
    margin-top: 0;
   margin-bottom: 7px;
    padding: 0px;
}

.navi ul{
    list-style: none;
    width: 855px;
    height: 32px;
    overflow: hidden;
    padding: 0;
}


.navi li{
    float: left;
    width 260px;
    height: 32px;
    margin-right: 25px;
    margin-top: 0;
}

#navi-L{
    width: 550px;
    padding: 0px;
    float: left;
}

#navi-R{
    width: 166px;
    padding: 0px;
    margin-top: 10px;
    float: right;
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

.contents {
    padding-top: 3px;
    font-weight: 100;
    font-size: 10px;
    line-height: 7px;
}


.contents ul{
    list-style: none;
    width: 830px;
    margin-bottom: 30px;

}


.contents li{
    float: left;
    width: 230px;
    height: 230px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-top: 0;
}

.grid
{
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.grid .section
{
  float:left;
  width: 207px;
  text-align: center;
  margin-bottom: 20px
}

.grid p {
    font-weight: 100;
    font-size: 10px;
    line-height: 7px;
    color: #696969;
}



hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: black;
    height: 1px;
    clear: both;
    min-width: 830px;
    margin-top: 45px;
}




#footer{
    text-align: left;
    font-size: 10px;
    color: #696969;
    margin-bottom: 10px;
}