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;
}
a:link, a:visited {
    color:#00f;
}
a:hover {
    color:#0cc;
}
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 p {
    padding-left:30px;
    margin:0px;
}
section ul {

}
section li {
    margin:0px;
    padding:3px;
    list-style:none;
}
