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;

}

img {
    margin: 0;
    padding: 0;
}



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: 20px;
    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;
    padding-left: 30px;

}


.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 {
    overflow: hidden;
    margin-right: -350px;
    padding-top: 3px;
    text-align: left;

}

.contents p {
    font-family: "Proxima nova", sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    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;
}




#content-L{
    width: 350px;
    text-align: center;
    float: left;
    margin-bottom: 30px;
  
}



#content-R{
    width: 480px;
    margin-left: 350px;
 
 

}


label {
    display: block;
    margin: 0;
    cursor: pointer;
}

input[type="checkbox"].on-off{
    display: none;
}



.about ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;

}

.style td {
    vertical-align: top;
}

.cap {
    font-family: "Proxima nova", sans-serif;
    font-weight: 100;
    font-size: 6px;
    color: #696969;
    text-align: left;
    margin-top: 0;
    padding: 0;
    margin-left: 33px;
}



input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}



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