body {
    background:#FFF;
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
    color:#;
    margin:15px auto;
    text-align:center;
    line-height:1.5em;
    width:960px;
    background-color:#fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Hiragino Kaku Gothic Pro",  Meiryo, sans-serif;
    font-weight:lighter;
}
a:link, a:visited {
    color:#cc0000;
    text-decoration:none;
}
a:hover {
    color:#0cc;
}
header, nav, section, footer, sectionx {
    display:block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #FFF;
    box-shadow: 0px 0px 4px #FFF;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    margin:5px;
    padding: 0 20px 10px 20px;
    font-size: 12pt;
    color: #000;
    text-align: left;
}
header {
    text-align:center;
    padding:20px;
    background-image: -moz-linear-gradient(top, #888, #333);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #888), color-stop(1.0, #333));
    background-color:#ffc15a;
    border:none;
    color:#fff;
    text-shadow: 0px 0px 4px #FFF;
}
header h1, header h2, header h3, header h4, header h5, header h6, header li, header p {
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
}
header h1 {
    font-size:2.3em;
    text-transform:none;
    letter-spacing:0em;
}
header h2 {
    margin:-10px 0px 20px;
    font-size:1.0em;
}
header ul {
    padding:0px;
    list-style-type:none;
    display:inline;
}
header li {
    margin:0px 10px;
    padding:0px;
    list-style-type:none;
    display:inline;
}
header a:link, nav a:visited {
    font-weight:normal;
}
nav {
    float:right;
    width:200px;
    background-color:#fffbe6;
}
nav h1 {
    font-size:1.4em;
}
nav h1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color:#ffda59;
    color:#fff;
    padding:8px;
    margin:10px -10px;
    text-shadow:1px 1px 5px #666;
}
section {
    float:center;
    width:910px;
    text-align:left;
    margin-bottom:10px;
}
section h1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color:#ffe35a;
    color:#fff;
    padding:8px;
    margin:10px -10px;
    text-shadow:1px 1px 5px #666;
}
section h1 {
    font-size:1.8em;
}
section h2 {
    font-size:1.2em;
    color:#0060f4;
}
section ul {
    padding:0px;
    list-style:none;
    border-top:1px solid #e7e2d7;
    margin:14px 0px;
}
section li {
    margin:0px;
    padding:0px;
    list-style:none;
}
section li a:link, section li a:visited {
    float:left;
    width:96%;
    padding:3px 1%;
    border-bottom:1px solid #e7e2d7;
    color:#193000;
}
section li a:hover {
    background:#f2f1ec;
}
section p {
    font-size:1.0em;
}
article {
    margin:0 0 30px 0;
}
footer {
    clear:both !important;
    padding:10px;
    background-color: #ffc15a;
    border:none;
    color:#fff;
    font-size:0.8em;
    text-align:center;
}
footer a {
    margin:0px 5px;
}
footer a:link, a:visited {
    color:#fbfb8e;
    text-decoration:none;
}
sectionx {
    float:right;
    width:420px;
    text-align:left;
    margin-bottom:10px;
}
sectionx h1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color:#ffe35a;
    color:#fff;
    padding:8px;
    margin:10px -10px;
    text-shadow:1px 1px 5px #666;
}
sectionx h1 {
    font-size:1.8em;
}
sectionx h2 {
    font-size:1.2em;
    color:#0060f4;
}
sectionx ul {
    padding:0px;
    list-style:none;
    border-top:1px solid #e7e2d7;
    margin:14px 0px;
}
sectionx li {
    margin:0px;
    padding:0px;
    list-style:none;
}
sectionx li a:link, section li a:visited {
    float:left;
    width:96%;
    padding:3px 1%;
    border-bottom:1px solid #e7e2d7;
    color:#191970;
}
sectionx li a:hover {
    background:#f2f1ec;
}
sectionx p {
    font-size:1.0em;
}

table {  
   align: center;
   width: 940px;
   border-spacing: 0;  
   font-size:14px;  
}  

table th {  
   color: #fff;  
   padding: 8px 15px;  
   background: #fdb559;  
   background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);  
   background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));  
   font-weight: bold;  
   border-left:1px solid #fdb559;  
   border-top:1px solid #fdb559;  
   border-bottom:1px solid #fdb559;  
   line-height: 120%;  
   text-align: center;  
   text-shadow:0 -1px 0 rgba(34,85,136,0.9);  
   box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;  
}  

table th:first-child {  
   border-radius: 8px 0 0 0;   
}  

table th:last-child {  
   border-radius:0 8px 0 0;  
   border-right:1px solid #94ed94;  
   box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;  
}  

table tr td {  
   padding: 6px 15px;  
   border-bottom: 1px solid #fbdc79;  
   border-left: 1px solid #fbdc79;  
   text-align: center;  
}  

table tr td:last-child {  
   border-right: 1px solid #fbdc79;  
   box-shadow: 2px 2px 1px rgba(0,0,0,0.1);  
}  

table tr {  
   background: #fff;  
}  

table tr:nth-child(2n+1) {  
   background: #f1f6fc;  
}  

table tr:last-child td {  
   box-shadow: 2px 2px 1px rgba(0,0,0,0.1);  
}  

table tr:last-child td:first-child {  
   border-radius: 0 0 0 5px;  
}  

table tr:last-child td:last-child {  
   border-radius: 0 0 5px 0;  
}  

table tr:hover {  
   background: #bbd4ee;  
   cursor:pointer;  
} 

