@font-face { 
    font-family: "Kaisotai"; 
    src: url("../fonts/Kaisotai.ttf") format("truetype")
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {
    color: #fff;
    background-color: #000;
    text-align: center;
}

#header {
    height: 400px;
    width: 800px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    
    background-image: url("../imgs/dknm_title01.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; 
}

#introduction {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
#introduction h1 {
    font-family: "Kaisotai";
    color: #00ff00;
}
#introduction h2 {
    font-family: "Kaisotai";
    color: #00ff00;
}
#introduction a{
    font-family: "Kaisotai";
    color: #00ff00;
    font-size: 20px;
}
#introduction .jingaidomo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#introduction .jingaidomo .jingai {
    width: 350px;
    height: 450px;

    p { 
        margin: 5px auto 5px;
        font-size: 18px;
        font-family: 'Noto Sans JP', sans-serif;;
    }
    a:link { color: #00ff00; }
    a:visited { color: #00ff00; }
    a:hover { color: #7800FF; }
    a:active { color: #00ff00; }
}
#introduction .jingaidomo .jingai .icon{
    width: 18px;
}
#introduction .jingaidomo .jingai .img_HP{
    margin: 10px auto;
    width: 30px;
    height: 30px;
    background-image: url("../imgs/icon_hp.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; 
}
#introduction .jingaidomo .jingai .img_HP:hover{
    background-image: url("../imgs/icon_hp2.png");
}

#news {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    border-top: 2pt solid #00ff00;
}
#news h1{
    font-family: "Kaisotai";
    color: #00ff00;
}
#news .news_content {
    width: 500px;
    height: 200px;
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    font-family: "Kaisotai";
    color: #fff;
    overflow: visible;
    border: solid 1px #7800FF
}

#dna {
    width: 800px;
    height: 150px;
    margin: 100px auto 0px;
    text-align: center;
}
#dna_img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}