* {
	 margin: 0px;
	 padding: 0px;
	 z-index: 1;
}
html, body, .content {
     min-height: 100vh;
}
html {
	 background-color: #fff;
	 color: #401;
	 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;
     padding-right: 130px;
	 width: 850px;
	 image-rendering: pixelated;
}
 .content {
	 flex: 1 1 auto;
	 margin: 0 5px;
	 border: 0;
	 display: flex;
  flex-direction: column;
}
 main {
	 max-width: 100%;
	 background-color: #fff;
	 padding: 3px;
  overflow-wrap: break-word;
  flex-grow: 1;
}

.feature {
    background-image: url(/img/layout/feature.jpg);
    padding: 30px;
    width: 740px;
    height: 420px;
    margin: auto;
    display: flex;
}
.feature .blankspace {
    width: 250px;
    height: 100%;
}
.featureflex {
    width: 480px;
    height: 100%;
}
.intro {
    background-color: #fff9;
	backdrop-filter: blur(4px);
    padding: 2px;
    margin: 5px;
    margin-bottom: 10px;
}
nav {
    display: flex;
    margin: 5px;
    gap: 10px;
}
.navlinks {
    width: 200px;
    height: 250px;
}
.navlinks a {
	 display: block;
	 padding: 2px;
	 color: #401;
	 font-weight: bold;
	 text-decoration: none;
	 background-image: url(/img/backlink1.png);
	 border: 1px solid;
	 border-radius: 3px;
	 margin: 2px;
	 margin-bottom: 5px;
}
.navlinks a:nth-of-type(even) {
	 background-image: url(/img/backlink2.png);
}
.navlinks a:hover {
	 background-color: #e73;
	 text-decoration: underline;
	 color: #fff;
     background-image: none;
}
.navlinks a img {
	 line-height: 0;
	 padding: 0;
	 margin: 0;
}
.navlinks a:has(img) {
    border: 0; background-image: none !important; padding: 0; margin: 0;
}
#explanation {
    width: 260px;
}
#explanation p {
    background-color: #fff9;
	backdrop-filter: blur(4px);
    margin: 0;
}
#explanation p.hover {
  padding: 5px;
}

 h1 {
	 text-align: right;
	 font-size: 28pt;
	 padding-top: 25px;
}
h1 a {
    color: #401;
    text-decoration: none;
}
 h2 {
	 margin: auto;
	 text-align: left;
	 padding: 2px;
	 margin: 5px;
	 border-bottom: 1px solid;
	 color: #f33;
}
 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, dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", tahoma, verdana, sans-serif;
}
b, i, strong, em, u, small, dt {
	color: #f33;
}
 a {
	 color: #e68;
}
 a:hover {
	 color: #e73;
}
hr {
	border: none;
	 border-top: 1px dashed #f33;
	 margin-left: 25px;
	 margin-right: 25px;
}
video, img { max-width: 100%; }
 ul {
	 margin-left: 2em;
	 padding: 5px;
	 list-style-image: url(/img/bullet.gif);
	 margin-left: 16px;
}

main ul, main ol, main dl {
	width: 80%;
	margin: auto;
}
main li, main dt, main dd {
	line-height: 1.3;
	margin-bottom: 5px;
}
main dt { font-weight: bold; }
main dd { margin-left: 5%; }
pre {
	width: 80%;
	margin: auto;
	line-height: 1;
}

blockquote {
	width: 80%;
	margin: auto;
	padding: 5px;
	border-left: 3px solid #e94;
}



 .flex {
	 width: 100%;
	 display: flex;
	 min-width: 0;
}
.center {
	margin: auto;
	text-align: center;
	justify-content: space-around;
	align-items: center;
}
.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;
}





.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;
}
 #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);
}
.postexcerpt {
	 border: 1px dashed #401;
	 padding: 5px;
	 margin: 10px;
}

.hpupdate h3 {
	text-align: right;
	margin-top: -30px;
}
.hpupdateslink {
	display: block;
	text-align: right;
}


@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;
	}