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_20260119003222.PNG");
  background-repeat: no-repeat ;
  background-attachment: local;
  background-size: 1100px;
  background-position: center top; /* 中央に配置 */
   background-color: #F4F3F0;

}
: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; } /*… 選択中のリンク*/

img {
  width: 170px; 
  height: 170PX;
  float: right;
  object-fit: cover;
}

 #artwork {   
   font-size:20px;
  display: block;
  float: left; 
  height: 450px;
  width:400px;
  overflow: scroll;
  overflow-x: hidden;
  top:-60px;
  }

