
body{
  background-image:url("g07-bg-chocolate.gif") ;
  background-repeat: repeat;
  color:rgb(91, 48, 3);
  font-family: "Yomogi", cursive;
}
h2{
  color:rgb(255, 60, 79);
}
.box16{
margin:1em auto; /* 中央寄せは0をautoに変更 */
width:70% /* 幅 */
}
.u01{
background:url(f-ue.gif) repeat-x;
height:37px;
margin:0 21px
}
.s01{
background:url(f-sita.gif) repeat-x;
height:37px;
margin:0 21px
}
.box-top{
background-image:url(f-kado1.gif), url(f-kado2.gif);
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:37px
}
.box-center{
background-image:url(f-migi.gif), url(f-hidari.gif);
background-position:top right, top left;
background-repeat:repeat-y, repeat-y;
padding:0 21px
}
.box-inner{
background:#fff;
padding:10px
}
.box-bottom{
background-image:url(f-kado3.gif), url(f-kado4.gif);
background-position:top left, top right;
background-repeat:no-repeat, no-repeat;
height:37px
}

.profile{
  margin: 5% 10%;
}

table,
table th,
table td {
    border: 2px dashed ;
    border-collapse: collapse;
}

.profile-l{
  width: 10%;
  background: #fde;
  padding:5px;
}
.profile-l:before{
content: url("https://misuzuhisaki.neocities.org/profile/c02-icon-strawberry.gif");
}

.profile-r{
  width: 20%;
  background: #fffbf1;
  padding:5px;
}