body {
    width:960px;
    margin:20px auto;
    padding:0px;
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Hiragino Kaku Gothic Pro",  Meiryo, sans-serif;
    font-weight:lighter;
}
header, nav, section, footer {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    margin:5px;
    padding: 0 20px 10px 20px;
    font-size: 12pt;
    color: #000;
    text-align: left;
    display:block;
}
section h2 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color:#666;
    color:#fff;
    padding-left:10px;
    margin:10px - 10px;
    text-shadow:1px 1px 5px #000;
}
section ul {
    padding:0px;
    list-style:none;
    margin:14px 0px;
}
section li {
    margin:0px;
    padding:3px;
    list-style:none;
}
nav {
    float:right;
    width:156px; 
}
section {
    float:right;
    width:700px;
}
nav ul, li {
    margin:10px 0px;
    padding-left:0px;
    list-style:none;
}
