@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');
 * {
	 margin: 0px;
	 padding: 0px;
	 z-index: 1;
}
 html {
	 background-color: #fff;
	 background-image: url(/img/backloop.png);
	 color: #401;
	 font-weight: 400;
	 font-style: normal;
	 font-size: 11pt;
	 font-family: 'Times New Roman', Times, serif;
	 text-align: justify;
}
 body {
	 margin-right: 0;
	 margin-left: auto;
	 background-image: url(/img/backsparkle.png);
	 background-repeat: repeat-y;
	 background-position: top right;
	 max-width: 1100px;
	 image-rendering: pixelated;
}
.sidepadding {
	flex: 1 1 150px;
	max-width: 150px;
	order: 3;
}
 h1 {
	 text-align: right;
	 font-size: 28pt;
	 padding-top: 25px;
}
 .flex {
	 width: 100%;
	 display: flex;
	 min-width: 0;
}
 .flexwrap {
	 width: 100%;
	 display: flex;
	 min-width: 0;
	 flex-wrap: wrap;
}
.homepage {
  align-items: stretch;
}
 nav {
     flex: 0 0 130px;
	 margin-top: 150px;
	 position: relative;
	 padding-top: 22px;
	 font-size: 10pt;
	 order: 1;
}
 nav .title {
	text-align: center;
	 border-width: 8px;
	 border-style: solid;
	 border-image: url("/img/outs.png") 8 fill round;
	 background-color: #fff;
	 font-size: 12pt;
	 margin: 0;
	 padding: 0;
	 font-weight: bold;
}
nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
 nav ul li ul {
	list-style-type: circle;
	 list-style-image: url(/img/bullet.gif);
	 margin-left: 16px;
	 padding: 5px;
}
 nav ul li ul li {
	 border-bottom: 1px dashed #401;
	 background-image: url(/img/backlink1.png);
	 border: 1px solid;
	 border-radius: 3px;
	 margin: 2px;
	 margin-bottom: 5px;
}
#themetoggle {
	border: 1px solid #401;
	background-image: url(/img/backlink2.png);
	border-radius: 3px;
	padding: 5px;
	color: #401;
	font-weight: bold;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
 nav a {
	 display: block;
	 text-align: center;
	 padding: 2px;
	 color: #401;
	 font-weight: bold;
	 text-decoration: none;
}
nav ul li ul li:nth-of-type(even) {
	 background-image: url(/img/backlink2.png);
}
 nav a img {
	 line-height: 0;
	 padding: 0;
	 margin: 0;
}
 nav a:hover {
	 background-color: #e73;
	 text-decoration: underline;
	 color: #fff;
}
 .navkikai {
	 position: absolute;
	 width: 133px;
	 height: 125px;
	 background-image: url("/img/navkikai.png");
	 top: -79px;
	 margin-bottom: -25px;
	 pointer-events: none;
	 z-index: 100 !important;
}
 .navsatetsu {
	background-image: url(/img/navsatetsu.png);
	width: 84px;
	height: 164px;
	 pointer-events: none;
	 display: block;
	 margin: auto;
}
 .content {
	 flex: 1 1 auto;
  max-width: 800px;
  min-width: 480px;
	 margin: 0 5px;
	 border: 0;
	 order: 2;
	 display: flex;
  flex-direction: column;
}
 .content iframe {
	 border-width: 7px;
	 border-style: solid;
	 border-image: url("/img/lace2.png") 8 fill round;
	 margin: 0 auto;
	 margin-bottom: 10px;
	 width: 80%;
	 max-height: 300px;
     display: block;
}
 main {
	 max-width: 100%;
	 background-color: #fff;
	 border: 1px solid #853;
	 border-bottom: 0;
	 border-radius: 3px 3px 0px 0px;
	 padding: 3px;
  overflow-wrap: break-word;
  flex-grow: 1;
}
.feature {
	width: 278px;
	height: 278px;
	float: right;
	padding: 5px;
	background-image: url("/img/feature.png");
	background-repeat: no-repeat;
	background-position: center center;
}
 #time {
	 font-weight: bold;
}
 .julie {
	 background-color: #853;
	 background-image: url(/img/choco.png);
	 border: 2px solid;
	 border-radius: 5px;
	 flex-grow: 1;
	 flex-shrink: 1;
	 max-width: 50%;
	 margin: 5px;
}
 .juliebubble {
	 display: flex;
}
 .juliespeech {
	 margin: 40px 0;
	 border-radius: 3px;
	 background-color: #fff;
	 color: #000;
	 text-align: center;
	 padding: 5px;
}
 .sidescroll {
	 overflow: hidden;
	 white-space: nowrap;
	 position: relative;
	 height: 200px;
	 max-width: 600px;
	 border-width: 7px;
	 border-style: solid;
	 border-image: url("/img/lace2.png") 8 fill round;
	 margin: 0 auto;
	 margin-bottom: 10px;
}
 .sideinner {
	 width: max-content;
	 white-space: nowrap;
	 display: flex;
	 gap: 5px;
	 animation: marquee 25s linear infinite;
}
 .sideinner img {
	 height: 198px;
	 border: 1px solid;
}
 @keyframes marquee {
	 to {
		 transform: translateX(-50%);
	}
}
 .sideinner:hover {
	 animation-play-state: paused;
}
 h2 {
	 background-color: #fd9;
	 background-image: url(/img/backheading.png);
	 margin: auto;
	 text-align: center;
	/* border-radius: 5px;
	 */
	 border: 1px solid;
	 border-radius: 3px;
	 padding: 2px;
	 margin: 5px;
}
 h3 {
	 padding: 5px;
	 text-align: center;
}
h4 {
	padding: 5px;
	border-bottom: 1px solid;
	margin: 5px;
	margin-left: 30px;
}
 p {
	 margin: 1em 10px;
	 line-height: 1.25;
	 text-indent: 1em;
  overflow-wrap: break-word;
  word-break: break-word;
}
b, i, strong, em, u, h3, h4, th, nav .title, small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", tahoma, verdana, sans-serif;
}
b, i, strong, em, u, small {
	color: #f33;
}
 a {
	 color: #e68;
}
 a:hover {
	 color: #e73;
}
hr {
	border: none;
	 border-top: 1px dashed #f33;
	 margin-left: 25px;
	 margin-right: 25px;
}
img { max-width: 100%; }
 ul {
	 margin-left: 2em;
	 padding: 5px;
	 list-style-image: url(/img/bullet.gif);
	 margin-left: 16px;
}
main ul, main ol {
	width: 80%;
	margin: auto;
}
main li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.prettylist {
	width: 80%;
	margin: auto;
}
 .homepageupdatescontainer {
	 position: relative;
	 height: 200px;
	 max-width: 400px;
	 flex-shrink: 1;
	 margin: 5px;
	 overflow: auto;
	 border: 1px solid;
	 border-radius: 3px;
}
 .homepageupdatescontainer h3 {
	 position: sticky;
	 top: 0;
	 width: 100%;
	 background-color: #e68;
	 color: #fff;
	 background-image: url(/img/backheading.png);
	 padding: 0;
	 margin: 0;
	 border-bottom: 1px solid;
}
 .homepageupdates {
	 color: #fff;
	 text-align: left;
}
 .homepageupdates h4 {
	 color: #fb5;
	 font-weight: bold;
	 display: block;
	 border-bottom: 1px solid #fff;
}
.homepageupdates em, .homepageupdates strong, .homepageupdates b, .homepageupdates i, .homepageupdates small {
	 color: #fb5;
} 
 .homepageupdates article {
	 margin: 3px;
	 padding: 5px;
	 border: 1px solid #401;
	 border-radius: 5px;
	 background-color: #853;
	 background-image: url(/img/choco.png);
}
 .homepageupdates a {
	 color: #fd9;
}
 .homepageupdates a:before {
	 content: url(/img/bullet.gif);
}
.figflex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: top;
}
.figflex div {
	width: 50%;
}
 figure {
	 text-align: center;
	 margin: auto;
	 max-width: 90%;
	 padding: 5px;
}
 figure img {
	 max-width: 100%;
}
.figgallery {
        background-color: #fa6;
		display: flex;
		flex-wrap: wrap;
		align-items:center;
		text-align: center;
		justify-content:space-around;
		border: 2px solid;
}
.figgallery img {
	max-width: 175px;
	max-height: 175px;
	filter: drop-shadow(3px 2px 0 #401);
}
.figgallery div {
	max-width: 175px;
}
.figgallery .bigimg {
	max-width: 400px;
}
.figgallery .bigimg img {
	max-height: 400px;
	max-width: 400px;
}
 .linkstable {
	 width: 550px;
	 margin: auto;
	 border-collapse: collapse;
	 text-align: center;
}
 .linkstable th, .linkstable td {
	 border: 1px solid;
	 padding: 5px;
}
 .linkstable th {
	 background-color: #ebb;
	 border-color: #401;
}
 .linkstable tbody {
	 background-color: #fff;
}
 .linkstable tr:nth-of-type(even) {
	 background-color: #f5e7de;
}
 .linkstable a:hover {
	 background-color: #e73;
}
a:hover img {
	background-color: #e73;
}
 .blogart article {
	 flex-grow: 1;
	 padding: 5px;
}
.blogart > article {
	 width: 50%;
}
.blogart > div {
	width: 66%;
	flex-grow: 1;
}
 .blogart figure img {
	 border: 1px solid #401;
	 padding: 2px;
	 background-color: #853;
}
.blogart iframe {
	max-width: 400px !important;
	max-height: 300px !important;
}
/*.latestblog figure {
	max-width: 50%;
	margin: 10px;
}*/
 .newestart {
	 image-rendering: auto;
	 min-width: 250px;
}
 .newestart img:hover {
	 cursor: zoom-in;
}
.borderleft {
	 border-right: 1px dashed #401;
}
 #lightbox {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100vw;
	 height: 100vh;
	 background: #0009;
	 display: none;
	 justify-content: center;
	 align-items: center;
	 z-index: 9999;
}
 #lightbox img {
	 max-width: 90%;
	 max-height: 90%;
	 padding: 5px;
	 border: 1px solid #fff;
	 background-color: #0009;
	 cursor: zoom-out;
}
 #lightbox.pixel img {
	 image-rendering: pixelated;
	 transform: scale(2);
}
 .uriel img {
	 border-width: 7px;
	 border-style: solid;
	 border-image: url("/img/lace2.png") 8 fill round;
	 max-width: 90%;
	 max-height: 300px;
}
 
.center {
	margin: auto;
	text-align: center;
	justify-content: space-around;
	align-items: center;
}
.cbox {
	border: 2px solid; border-radius: 5px;
	max-width: 130px; height: 297px;
}
.lace {
	 border-width: 7px;
	 border-style: solid;
	 border-image: url("/img/lace2.png") 8 fill round;
	 margin: 0 auto;
}
.darklace {
	 border-width: 7px;
	 border-style: solid;
	 border-image: url("/img/lace4.png") 8 fill round;
	 margin: 0 auto;
	 color: #fff;
}

@font-face {
	font-family: 'blinkmacsystemfont-black';
	src: url(https://onthequiet.nekoweb.org/font/blinkmacsystemfont-black.ttf);
	}

#tokuring {
  margin: 0 auto;
  padding: 10px; /* creates some space around the widget */
  font-family: "blinkmacsystemfont-black";
}

#tokuring table {
  background-color: #ffffff; /* makes the background pure white */
  margin: 0 auto; /* centers the widget */
}

#tokuring table tr td {
  padding: 5px; /* creates some space between the links and text inside the widget */
}

#tokuring .webring-prev {
  text-align:right;
}

#tokuring .webring-info {
   text-align:center;
}

#tokuring .webring-next {
  text-align:left;
}

#tokuring .webring-links {
  font-size:small;
}

#tokuring a:link, #tokuring a:visited {
	color: black;
	text-decoration: none;
	}
#tokuring a:hover, #tokuring a:active {
	color: #c91847;
	text-decoration: underline;
	}

.postexcerpt {
	 border: 1px dashed #401;
	 padding: 5px;
	 margin: 10px;
}

pre {
	width: 80%;
	margin: auto;
	line-height: 1;
}

blockquote {
	width: 80%;
	margin: auto;
	padding: 5px;
	border-left: 3px solid #e94;
}