
body {
	font-family: DotGothic16 , sans-serif;
	font-size: 10px;
	margin: 1px;
	padding: 6px;
}

.outer {
	width: 900px;
	height: 900px;
	border: 1px solid #000;
	padding: 6px;
	background-image: url('1.png');
	margin: auto;
}

.title {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
	background-image: url('');
}

.site-title {
	font-family: 'Gloria Hallelujah', sans-serif;
	font-size: 40px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

.site-subtitle {
  font-family: 'DotGothic16', sans-serif;
	font-size: 10px;
	text-align: center;
}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 200px;
}


.banner {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 170px;
	background-image: url('banner.png');
	background-size: cover;
	background-position: 20%;
}

.scroller {
  font-family: DotGothic16 , sans-serif;
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 20px;
	background: #FFF;
	margin-top: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.menu {
   font-family: "Silkscreen", sans-serif;
   border: 1px solid #000;
   display: inline-block;
   vertical-align: top;
   padding: 24px;
   box-sizing: border-box;
   background-image: url('5_2.png');
   background-repeat: repeat;
   background-size: 20px 20px;
}

/* 文字だけ光らせる（強制適用） */
.menu a {
   color: #000 !important; /* 文字色固定 */
   text-decoration: none !important;
   transition: text-shadow 0.3s ease, color 0.3s ease !important;
}

/* ホバーでふわっと光る（強制適用） */
.menu a:hover,
.menu a:focus {
   text-shadow: 0 0 6px rgba(0,0,0,0.9),
                0 0 14px rgba(0,0,0,0.45) !important;
   outline: none !important;
}

.friends {
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	width: 200px;
	margin-top: 12px;
}

.friends a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}

.friends a:hover {
	text-decoration: underline;
}

.friends h2 {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FFF;
}

.small {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.main {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 630px;
	background: #FFF;
}

.main iframe {
	height: 100%;
	width: 100%;
}

.right {
	width: 186px;
	display: inline-block;
	vertical-align: top;
}

.profile {
   font-family: "Silkscreen", sans-serif;
	border: 1px solid #000;
	width: 186px;
	height: auto;
	background: #FFF;
	padding: 6px;
	box-sizing: border-box;	
}

.avatar {
	border: 1px solid #000;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('prf.png')
}

.likes {
   font-family: "Silkscreen", sans-serif;
	border: 1px solid #000;
	width: 184px;
	height: 172px;
	margin-bottom: 12px;
	background-image: url('5_2.png');
	background-repeat: repeat;
	 background-size: 10px 10px;
	}

.likes table {
	background: #FFF;
	margin: auto;
	margin-top: 22px;
}

.likes th {
	background: #000;
	color: #FFF;
	margin: auto;
	margin-top: 22px;
}

.menu a {
	border: 1px solid #FFF;
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.menu a:before {
	content: " ";
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #000;
	border: 2px solid #FFF;
	position: absolute;
	left: -1px;
	top: -1px;
}

img {
	max-width: 100%;
}

h1 {
	background: #000;
	color: #FFF;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -6px;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px;
}
* {
  cursor: url('star_cursor.png') 16 16, auto;
}
#pet-frame {
  transform: scale(0.65);
  transform-origin: 0 0;
  border: none;
}

#button {
  display: block;
  position: relative;
  overflow: hidden;
  height: 40px; /* 画像高さに合わせる */
}

#button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 1); /* 色 */
  mix-blend-mode: color;           /* 合成モード */
  pointer-events: none;
  z-index: 5;
}
.userbar {
  width: 280px;
  height: 15px;
}

.flex {
  display: flex;
  align-items: flex-start; 
}
.side-img {
  margin-right: 10px; /* 画像と文字の間の余白 */
}
   
.floating-tama {
  position: fixed;
  top: 700px;     /* 上から20px */
  right: 750px;   /* 右から20px */
  z-index: 9999; /* 最前面 */
  animation: tamaFloat 4s infinite;
    transform: rotate(20deg);
}

@keyframes tamaFloat {
   50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

.floating-tama img {
  width: 50px; /* サイズ調整（お好みで変更） */
}

/*スクロールバー*/


        ::-webkit-scrollbar {
        width: 16px;
        height: 16px;
        }

        ::-webkit-scrollbar-track {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
        image-rendering: pixelated;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        }

        ::-webkit-scrollbar-track:active {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        }

        ::-webkit-scrollbar-thumb {
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
        width: 16px;
        height: 16px;
        background-color: #cccccc;
        z-index: 1;
        }

        ::-webkit-scrollbar-corner {
        background-color: #cccccc;
        }

        ::-webkit-resizer {
        width: 16px;
        height: 16px;
        background-color: #cccccc;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
        background-position: bottom right;
        background-repeat: no-repeat;
        image-rendering: pixelated;
        }

        ::-webkit-scrollbar-button,
        .scroll::-webkit-scrollbar-button {
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
        display: block;
        width: 16px;
        height: 16px;
        background-color: #cccccc;
        image-rendering: pixelated;
        background-repeat: no-repeat;
        background-position: center center;
        }

        ::-webkit-scrollbar-button:active,
        .scroll::-webkit-scrollbar-button:active {
        background-position: 2px 2px;
        }

        ::-webkit-scrollbar-button:horizontal:decrement,
        .scroll::-webkit-scrollbar-button:horizontal:decrement {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
        }

        ::-webkit-scrollbar-button:horizontal:increment,
        .scroll::-webkit-scrollbar-button:horizontal:increment {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
        }

        ::-webkit-scrollbar-button:vertical:decrement,
        .scroll::-webkit-scrollbar-button:vertical:decrement {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
        }

        ::-webkit-scrollbar-button:vertical:increment,
        .scroll::-webkit-scrollbar-button:vertical:increment {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
        }

        ::-webkit-scrollbar-button:horizontal:increment:start,
        .scroll::-webkit-scrollbar-button:horizontal:increment:start {
        display: none;
        }

        ::-webkit-scrollbar-button:horizontal:decrement:end,
        .scroll::-webkit-scrollbar-button:horizontal:decrement:end {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:increment:start,
        .scroll::-webkit-scrollbar-button:vertical:increment:start {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:decrement:end,
        .scroll::-webkit-scrollbar-button:vertical:decrement:end {
        display: none;
        }

        ::-webkit-scrollbar-button:active,
        .scroll::-webkit-scrollbar-button:active {
        border-top: 1px solid #868a8e;
        border-left: 1px solid #868a8e;
        border-bottom: 1px solid #868a8e;
        border-right: 1px solid #868a8e;
        box-shadow: none;
        }
        
        
      