@charset "UTF-8";

body {
    background-color: #d2d5de;
    background-image:url("./kyotsu-image/haikei.png");
    background-repeat: repeat;
   }
@font-face {
    font-family: 'Mamelon';
    src: url('./mamelon_hireg/Mamelon-4-Hi-Regular.otf') format('opentype');
}
header {
    display: flex;
}
header nav ul {
    list-style: none;
    position: absolute;
    left: 70%;
}
header nav ul li {
    font-family: 'Mamelon', sans-serif;
    font-size: auto;
    width: 100%;
    margin: 0;
}
header img {
    width: 100%;
}
main {
    font-family: 'Mamelon', sans-serif;
    font-feature-settings: "palt";
    margin:100px 20px;
}
.hometitle {
    color: #2E0000; 
}
article {
    background-color: #d2d5de;
    border: solid 1px #53596B;
    color: #2E0000;
    padding: 15px 15px;
    margin: 10px 30px;
    position: relative;
    box-shadow: 10px 10px #611F44;
}
.titleline {
    border: none;
    border-top: 3px dotted;
    border-color: #04122e;
}
.contentline {
    border: none;
    border-top: 2px solid;
    border-color: #04122E;
}
a:link {
    color: #530e2d;
}
a:visited {
    color:#04122E;
}
a:hover {
    color:#53596B;
}
a:active {
    color:#53596B;
}
a {
    text-decoration: none;
}
footer img {
    width: 100%;
}
    