@charset "utf-8";

/*==================================================
基本設定（test5_1.html）
==================================================*/

*{
    margin: 0;
    padding: 0;
    list-style: none; 
    text-decoration: none;
}

.creepster-regular{
    font-family: "Creepster", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #292B2F;
}

body{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0 auto;
    color: #292B2F;
    background-color: #F7DC6F;
    background-image: url("image/halloween01.png");
    background-repeat: no-repeat;
    background-position: 100px bottom;
    background-attachment: fixed;
}

/*==================================================
header
==================================================*/

header{
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0;
    width: 300px;
    background-color: #F39C12;
    color: #292B2F; 
    box-shadow: -2px 0 10px rgba(41, 43, 47, 0.5);
    text-align: left;
}

div.inner{
    width: auto; 
    margin: 0; 
    padding: 20px 15px; 
}

header h1{
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px 0; 
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
}

header nav ul li a{
    display: block;
    width: 200px;
    margin: 0 auto;
    color: #eee;
    font-weight: bold;
    background-color: #7D3C98;
    border-radius: 15px;
    padding: 10px 20px; 
    margin-bottom: 10px;
}

header nav ul li a:hover{
    background-color: #eee;
    color: #292B2F;
    text-decoration: underline;
}

header nav ul li a.css{
    width: 200px;
    margin: 0 auto;
    color: #292B2F;
    font-weight: bold;
    background-color: #F7DC6F;
    padding: 10px 20px; 
    margin-bottom: 10px;
}

header nav ul li .css:hover{
    color: #292B2F;
    font-weight: bold;
    background-color: #eee;
    text-decoration: underline;
}

header nav ul li a.return_button{
    margin: 0 auto;
    background-color: #eee;
    color: #292B2F;
}

header nav ul li .return_button:hover{
    color: #292B2F;
    font-weight: bold;
    text-decoration: underline;
}

/*==================================================
wrapper
==================================================*/

.wrapper{
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

/*==================================================
article
==================================================*/

article{
    background-color: #eee;
    padding: 25px;
    margin-bottom: 50px;
    border-radius: 15px; 
    border: 5px solid #F39C12;
}

article h2{
    color: #eee;
    background-color: #7D3C98;
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(41, 43, 47, 0.5);
    margin-bottom: 10px;
    padding-top: 50px;
    padding: 10px 20px; 
    border-radius: 15px;
}

article p{
    margin-bottom: 20px;
    margin-left: 10px;
}

article dl dt{
    color: #292B2F;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    background-color: #eee;
    margin-top: 10px;
    padding: 0 10px;
   
}

article dl dd{
    margin-left: 0;
    padding: 0 10px;
     border-bottom: 3px dotted #F39C12;
}

/*==================================================
footer
==================================================*/

footer{
    width: 900px;
    height: 50px;
    color: #eee;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    background-color: #7D3C98;
    border-radius: 15px 15px 0 0;
}

/*==================================================
基本設定（test5_2.html）
==================================================*/

body#css_body{
    background-color: #4B0082;
    background-image: url("image/halloween02.png");
    background-repeat: no-repeat;
    background-position: 30px bottom;
    background-attachment: fixed;
    background-size: 350px 300px; 
    color: #292B2F;
}

/*==================================================
header
==================================================*/

header#css_header{
    background-color: #E25822;
    box-shadow: -2px 0 10px rgba(255, 255, 255, 0.5);
}

header h1#css_h1{
    color: #eee;
    text-shadow: 2px 2px 5px rgba(41, 43, 47, 0.5);
}

header nav ul li a.link_css{
    color: #eee;
    background-color: #3C4048; 
}

header nav ul li a.link_css:hover{
    color: #292B2F;
    background-color: #eee;   
}

/*==================================================
article
==================================================*/

article.css_article{
    border: 5px solid #E25822;
}

article h2.css_h2{
    background-color: #3C4048;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3);
}

span{
    font-weight: bold;
    color: #8B0000;
}

/*==================================================
footer
==================================================*/

footer#footer{
    background-color: #3C4048;
}


 
