  body {
    background:url('/index_files/back110.jpg');
    font-family:'Times New Roman',serif;
    margin:0;
    display:flex;
    justify-content:center;
  }


  .topbar {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: #f0f0f0;
  color: #888;
  font-size: 13px;
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #ccc;
  font-style: italic;
  letter-spacing: 0.5px;
  z-index: 9999;
}

  .container {
    width: 850px;
    border: 2px solid #ccc;
    background: #fff;
    
  }

  header {
    border-bottom: 1px solid #ccc;
    padding: 0;
    text-align: center;
    overflow: hidden;
  }

  .banner {
    width: 100%;
    height: 200px;
    background: #eee url('/index_files/__kino_and_hermes_kino_no_tabi_drawn_by_ouya_maboroshimori222.png') center/cover no-repeat;
    border-bottom: 1px solid #ccc;
  }

  nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    background: #f9f9ff;
  }

  nav a {
    text-decoration: none;
    color: #4b0082;
    border: 1px solid #a999e2;
    padding: 2px 6px;
    font-size: 14px;
    background: #fff;
  }

  .main {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 10px;
    gap: 10px;
  }

  .sidebar {
    font-size: 14px;
    line-height: 1.4;
  }

  .sidebar ul {
    list-style: none;
    padding-left: 0;
  }

  .sidebar ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
  }

  .sidebar ul li img {
    display: block;
    width: 22px;
    height: 22px;
  }

  .sidebar li::before {
    content: '';
  }

  .profile-box {
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
  }

  .profile-box img {
    width: 120px;
    height: 120px;
    border: 1px solid #999;
    object-fit: cover;
  }

  .profile-name {
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
  }

  .content {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    overflow-y: auto;
  }

  .content h2 {
    font-size: 16px;
    font-style: italic;
    margin-top: 0;
  }

  .footer {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    font-size: 13px;
  }