body {
margin: 0;
padding: 0;
color: #333;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ƒqƒ‰ƒMƒmŠpƒS ProN W3", Meiryo, sans-serif;
font-size: 16px;
line-height: 1.5em;
letter-spacing: 2px;
}
a {
color: #8fbc8f;
text-decoration: none;
cursor: default;
}
a:hover {
color: f4a460;
text-decoration: underline;
}#header {
padding: 10px;
border-bottom: 1px dashed #dcdcdc;
text-align: center;
}
#footer {
padding: 10px;
border-top: 1px dashed #dcdcdc;
text-align: center;
}
#footer span { display: block; }