body {
    border-top: #4943a3 solid 8px;
    margin: 0
}
#container {
    width: 960px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5em;
    background-color: #fff;
    margin: 0 auto
}
table {
    width: 960px;
    border-spacing: 0;
    font-size:14px;
}
table th {
    color: #fff;
    padding: 8px 15px;
    background: #258;
    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 #258;
    border-top:1px solid #258;
    border-bottom:1px solid #258;
    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: 5px 0 0 0;	
}
table th:last-child {
    border-radius:0 5px 0 0;
    border-right:1px solid #258;
    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: 8px 15px;
    border-bottom: 1px solid #84b2e0;
    border-left: 1px solid #84b2e0;
    text-align: center;
}
table tr td:last-child {
    border-right: 1px solid #84b2e0;
    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;
}
footer {
	height: 150px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	padding-top: 0px;
	margin-top: 40px;
	text-align: center;
}
h1 {
    font-size: 24px;
    height: 20px;
    margin-top: 20px;
}
h2 {
    border-top: 4px solid #000;
    border-bottom: 1px dotted #000;
    margin-top: 20px;
    padding: 5px 0;
    font-size: 18px;
}
h3 {
    font-size: 16px;
    color: #000
}
p {
    font-size: 14px;
}
a:hover {
    color: #55d4ff;
    text-decoration:underline;
}
ul {
    list-style-type: none
}
img {
    border-style:none;
}

