/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  width:1000px;
    margin:80px auto;
    display: table;
  color: black;
  font-family: "myfont", sans-serif;
  font-size: 10px;
  letter-spacing: 2ex;
  background-image: url("https://ruru-ndgang.neocities.org/%E7%84%A1%E9%A1%8C305_20260119000958.PNG");
  background-repeat: no-repeat ;
  background-attachment: local;
  background-size: 1100px;
  background-position: center top; /* 中央に配置 */
   background-color: #0C2C55
}

:root{
    --accent: #9eb9cf;
    --primary: #00ced1;
    --secondary:#d1ff9d;
    --white: #f7f3f3;
    --white2: #fdfdfd;
    --fontsize-p: 1px;
   
}
@font-face {
  font-family: "Myfont";
  src: url("NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
#h1{
  margin-right: 0px;
  display: table;
  position: fixed;
  }
  
#sidebar{ 
  padding: 35px 15px 15px;
  display: block;
  float: left;
    position: relative ;
  top: 20px;
  left: 0px;
  height: 300px;
  width: 570px;  
 list-style-image: url("https://ruru-ndgang.neocities.org/hiyoko.png");
  background-image: url("https://ruru-ndgang.neocities.org/sidebar.png");
  background-repeat: no-repeat;
  background-size: 40%;
  color:#fffff0;
  
  }
a:link { color: #fffff0; } /*… 未訪問のリンク*/
a:visited { color: #fffff0; } /*… 訪問済みのリンク*/
a:hover { color: #B6FF00; } /*… ポイント時のリンク*/
a:active { color: #B6FF00; } /*… 選択中のリンク*/

#menu1{
  margin-left: 78px;
  padding-left:2px;
  display: block;
  float: left; 
  top:-30px;
  left: auto ;
  height: 80%;
  width:  32%;
  color: #296374;  
  background-color: #EDEDCE;
  }
    #log{
    display: block;
    position: relative;
    float: left;
    color:#EDEDCE;
    background-color:#296374;
    top:-100px;
    height:100px;
    width:200px;
  overflow-y: scroll;
  overflow-x: hidden;
    }

