@charset "UTF-8";

* {
padding: 0px;
margin: 0px;
}


body {
color: #333;
position: relative;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
width: 640px;
line-height: 1.5em;
background: #f0e6ff;
}


h1 {
font-size: 18px;
margin: 0.5em 20px;
text-shadow:  0px 0px 3px #fff, 1px 1px 3px #a840c0;
}

p {
font-size: 14px;
margin: 0.5em 20px;
}

table {
margin: 0.5em 20px;
border-collapse: collapse;
width: 600px;
}

table caption {
font-size: 14px;
}

table th,
table td {
font-size: 12px;
line-height: 125%;
padding: 6px 6px;
border: solid #a840c0 1px;
}

table th {
color: #fff;
background: #a840c0;
}

div#button-section a {
display: block;
background: #059;
color: #fff;
font-size: 16px;
font-weight: bold;
text-decoration: none;
text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
border: solid #aaa 1px;
border-radius:6px;
width: 286px;
padding: 12px 0px;
text-align: center;
margin-left: 20px;
margin-bottom: 0.5em;
}

div#button-section a:hover {
background: #3af;
color: #fff;
}