body {
    font-family: "MS PGothic", "Kosugi Maru", sans-serif;
    margin: 0;
    padding: 0; 
    background-image : url('skewlight.png');
    background-repeat: repeat;
    background-color: #9acd32;
    color: #000000;
    font-size: 12px;
    }

.container {
    width: 750px;
    margin: 0 auto;
    border-left: 1px solid #445449;
    border-right: 1px solid #445449;
    border-bottom: 1px solid #445449;
    background-color: #FFFFFF;
    position: relative;
    }

.header {
    width: 100%;
    display: flex;
    background-color: #ffffff;
    }

.header img {
    width: 100%;
    height: auto;
    object-fit: cover;
    }

.content-wrapper {
    display: flex;
    background-color: white;
    }

.left-column {
    width: 200px;
    padding: 5px;
    }
        
.menu-header {
    background-color: #44b32b;
    color: white;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    }
        
.menu-item {
    border: 1px solid #036300;
    border-radius: 5px;
    margin: 5px 0;
    padding: 3px;
    text-align: center;
    background-color: #d8ffba;
    }
        
.menu-item a {
    text-decoration: none;
    color: #036300;
    font-weight: bold;
    display: block;
    }

.menu-item a:hover {
    text-decoration: underline;
    color: #efffe3;
    }

.menu-item:hover {
    background-color: #55a36c;
    }
        
.right-column {
    flex-grow: 1;
    padding: 5px;
    }
        
.banner-area {
    text-align: center;
    margin: 10px 0;
    border: 1px solid #769e2c;
    border-radius: 2px;
    padding: 5px;
    position: relative;
    }
        
.banner-area img {
    max-width: 100%;
    width: 100%;
    height: 340px;
    }
        
.banner-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    background-color: rgba(50, 55, 69, 0.7);
    padding: 5px;
    font-weight: bold;
    }
        
.content-areas {
    display: flex;
    }
        
.content-left {
    flex: 1;
    padding-right: 5px;
    }
        
.content-right {
    width: 180px;
    }
        
.updates {
    border: 1px solid #44b32b;
    border-radius: 0;
    margin: 10px 0;
    }
        
.updates-header {
    background-color: #44b32b;
    color: white;
    padding: 2px 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    }
        
.updates-content {
    height: 200px;
    overflow-y: auto;
    padding: 5px;
    font-size: 1.0em;
    line-height: 1.5;
    }
        
.update {
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3px;
    }
        
.update a {
    text-decoration: none;
    color: #004d17;
    font-size: 1.0em;
    font-weight: bold;
    }
        
.update a:hover {
    text-decoration: underline;
    color: #3baa37;
    }
        
.link-me-section {
    text-align: center;
    margin: 15px 0;
    }
        
.link-me-button {
    width: 88px;
    height: 31px;
    cursor: pointer;
    border: 0;
    padding: 0;
    }
        
.section-title {
    background-color: #3baa37;
    color: white;
    padding: 2px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    }
        
.bottom-section {
    display: flex;
    margin-top: 10px;
    }
        
.bottom-section-item {
    flex: 1;
    text-align: center;
    padding: 5px;
    }
        
.bottom-section-item img {
    max-width: 100%;
    height: auto;
    }
        
.footer {
    background-color: #d1e5e6;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 40px;
    border-top: 1px solid #ccc;
    }
        
.marquee-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    }
        
.marquee-content {
    display: flex;
    position: absolute;
    animation: marquee 30s linear infinite;
    white-space: nowrap;
    }
        
.marquee-item {
    width: 88px;
    height: 31px;
    margin: 0 5px;
    background-color: #ddd;
    display: inline-block;
    border: 1px solid #aaa;
    }
        
@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
    }

::-webkit-scrollbar {
    width: 8px;
    }

::-webkit-scrollbar-track {
    background: #ffffff;
    }

::-webkit-scrollbar-thumb {
    background-color: #5fbd3d;
    border-radius: 2px;
    border: 2px solid #428235;
    }
  
.decorative-image {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
    }

.gumi {
    position: absolute;
    bottom: -50px;
    right: 544px;
    background-image: url('mercury.png');
    width: 350px;
    height: 350px;
    z-index: 1000;
    }


    
.photopile { 
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.photopile figure { 
  display: inline-block;
  background: white;
  box-shadow: 1px 4px 5px rgba(0,0,0,0.55);
  transform: rotate(2deg);
  margin: 0 -25px;
}
.photopile figure img {
  max-width: calc(100% - 2rem);
  margin: 1rem 1rem 0 1rem;
  border: 2px rgba(0,0,0,0.55) inset;
}
.photopile figcaption, .popovers figcaption {
  font-family: "MS PGothic", "Kosugi Maru", sans-serif;
  text-align: center;
  margin: 0.5rem 1rem 1rem 1rem;
  font-size: 1rem;
  color: black;
}
.photopile button { 
  background: none; 
  border: none;
  max-width: 40%;
}
.photopile button:hover, .photopile button:focus { 
  z-index: 3;
  cursor:pointer;
}
.photopile button:nth-child(2n) { 
  transform: rotate(-10deg);
}
.photopile button:nth-child(3n) {
  transform: rotate(5deg);
}
.photopile button:nth-child(4n) { 
  transform: rotate(4deg);
}
.photopile button:nth-child(5n) { 
  transform: rotate(-2deg);
}
.photopile button:nth-child(6n) {
  transform: rotate(-7deg);
}
:popover-open {
  border: none;
  box-shadow: 1px 4px 5px rgba(0,0,0,0.55);
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%,-50%);
}
.popovers figure:popover-open {
  display: block;
  background: white;
  width: 88vmin;
}
.popovers figure:popover-open figcaption {
  margin: 2.5vmin 1rem 4vmin 1rem;
  font-size: 175%;
  color: black;
}
.popovers figure:popover-open img {
  margin: 4vmin 4vmin 0 4vmin;
  width: 80vmin;
  border: 4px rgba(0,0,0,0.55) inset;
}