@charset "utf-8";

/* 全体 */
/* All */

#wrapper .pageinfo{
	display:none;
}

/* 変更点ここまで */


*{
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0; padding: 0px;
	background-color: #000;
	font-family: 'Noto Serif JP', "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;/*cursive, georgia,Adamina,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif*/
	text-align: center;
	color:#ffffff;
}

div, span, form, h1, h2, h3, h4, ul, ol { margin: 0; padding: 0}

a:link { color:#FFF; text-decoration:underline;}
a:visited { color:#FFF; text-decoration:underline;}
a:active { color:#666; text-decoration:underline;}
a:hover { color:#999; text-decoration:underline;}

h1, h2
{
	font-size:28px;  /*28*/
	color:#FFF;
	padding:2px 0px 2px 0px;
	margin:0px 0px 1em 0px;
	border-bottom:0px #999 dashed;  /*1pxだった*/
	letter-spacing:;
	text-align:left;
}

h3
{
	font-size:24px;
	color:#FFF;
	padding:2px 0px 2px 0px;
	margin:0px 0px .5em 0px;
	border-bottom:0px #999 dashed;
	letter-spacing:;
}

h4, h5, h6
{
	font-size:22px;
	padding:2px 0px 2px 0px;
	margin:0px 0px .5em 0px;
	background-color:#;
	border-bottom:0px #666666 solid;

}

#wikibody table,
#wikibody td,
#wikibody th,
#r_inner table,
#r_inner td,
#r_inner th{
border-collapse:collapse;
border:1px solid #fff; 
}
#wikibody td,
#wikibody th,
#r_inner td,
#r_inner th{
padding:3px;
}

/* レイアウト */
/*layout*/
#container {
    margin: 0 auto;
    padding-top:10px;
    width: 1100px;

}


/*https://img.atwikiimg.com/www35.atwiki.jp/presenile/attach/1099/66/gettyimages-165883414.jpgヘッダ*/
/*header*/
#header {
	width: 930px;  /*970がデフォ*/
	height: 200px;
	background-color:#000;
	background: #000
url(https://img.atwiki.jp/presenile/attach/1099/154/%E6%B2%88%E9%BB%99%E3%81%AE%E8%A6%B3%E5%AF%9F%E5%AE%A42.JPG) center no-repeat;　/*ヘッダー画像*/
	border: 1px solid #000;
}

#header h1 {
	text-align: center;   /*left*/
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 50px 0 0 50px;
      
}

#header h2 {
	text-align: center;  /*left*/
	font-size: 140%;  /*160*/
	font-weight: normal;
	color: #FFF;
	margin-top:10px;
	padding-left:40px;
}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color:#FFF;
	text-decoration:none;
}

#atwiki-jp-bg1{
    width: 748px;
	height: 150px;
}

#content{
    background-color:#000;
}

/*左ページ*/
/*leftside*/

#contents {
	border: #000 solid 1px;
	background-color: #000;
	text-align: left;
	padding: 0 10px 10px 10px;
	float: left;
	overflow: hidden;
    width:700px;
    margin-right: 10px;
}

#wrapper{
    width: 100%;
	background-color: #000;
	color:#FFF;
	text-align: left;
	margin: 0;
	margin-top:10px;
}

.pageinfo {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #AAA;
	margin: 3px 20px 10px 20px;
	text-align: center;
}

#wikibody{
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	margin: 20px 20px 10px 20px;
	text-align:left;
}

#wikibody h1,h2{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin: 15px 20px 0 0;
	padding-bottom: 5px;
	text-align:left;
       
}

#attach{
	text-align: left;
	color:#AAA;
	font-size: 100%;
	padding-top:10px;
}

/*編集メニュー*/
/*edit menu*/

#editmenu {
    text-align: right;
    color:#AAA;
    font-size: 100%;
    padding:5px;
    padding-right:0px;
    line-height:150%;
}


/*右ページ*/
/*right side*/

#menubar {
	font-size: 80%;  /*100*/
	line-height: 1.5;
	padding:15px;
	border: #000 solid 1px;
	width:250px;
	overflow:hidden;
	color: #FFF;
	text-align: left;
	float: left;
}


#linktext  {
	font-size: 100%;
	line-height: 170%;
	margin: 20px 10px 20px 10px;
}

/*その他*/
/*other settings */

blockquote {
	margin: 20px 10px 20px 10px;
	padding: 8px;
	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	border-right: #FFF 1px solid;
	border-left:#FFF 1px solid;
	background-color: #333;
	color:#FFF;
}

hr{
	margin: 5px;
}

ul li {
	margin: 0 10px 0 25px;
	padding: 0;
	line-height: 200%;
}

ol li {
	margin: 0 10px 0 35px; padding: 0;
	line-height: 1.5;
}

dt {
	font-weight: bold;
	margin-top: 1em;
}
dd{
	margin-left:1em;
}

pre {
	border: #FFF 1px dotted;
	padding: 5px;
	margin: 1em;
	white-space: pre;
	background-color: #333;
	color: #FFF;
}

img {
	border: none;
	vertical-align: middle;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

address {
	font-style:normal;
	font-size:10px;
}

pre, dl, ol, p, blockquote
{
	line-height:160%;
}

a.noexistpage{
	background-color: #FFF;
	color:red;
}

div.p_left{
	text-align:left;
}
div.p_center{
	text-align:center;
}
div.p_right{
	text-align:right;
}


/*意味段落*/
div.subsection{
	margin: 1.4em 0px;
}

/*その他の警告*/
p.warning,
span.warning{
	background:#FFF;
	color: #F00;
}

/*css有効時に隠したいテキスト*/
.hidden{
	display: none;
}

/*広告*/
#ad {
	text-align: center;
}


/*-- フッター --*/

#footer {
	font-size: 70%;
	color: #AAA;
	line-height: 150%;
	padding: 5px;
	padding-top:15px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	padding:2px;
	color:#AAA;
	text-decoration:none;
}

/*
 * 差分表示
 */
span.diff_add{
	color: red;
	background-color:#FFF;
}

span.diff_del{
	color: blue;
	background-color:#FFF;
}

/*検索結果*/
span.word1{ color: black; background-color: #ffff66; }
span.word2{ color: black; background-color: #a0ffff; }
span.word3{ color: black; background-color: #99ff99; }
span.word4{ color: black; background-color: #ff9999; }
span.word5{ color: black; background-color: #ff66ff; }
span.word6{ color: white; background-color: #880000; }
span.word7{ color: white; background-color: #00aa00; }
span.word8{ color: white; background-color: #886800; }
span.word9{ color: white; background-color: #004699; }
span.word10{ color: white; background-color: #990099; }

/*ads*/

.gafc_on{
	background-color:#5F5F5F;
}
.gafc_on a:hover{
	color:#fff;
}
a.gafc_domain{
	color:#fff;
}

/* 沈黙の観測室 ∴ 呼吸する灯 - @wiki版（深赤・明滅強化版） */

/* ★ 第一の灯：沈黙の観測室（右上・主灯） */
body::after {
  content: "沈黙の観測室";
  position: fixed;
  top: 100px;
  right: 16px;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN","游明朝","Yu Mincho","MS 明朝",serif;
  color: #ff6b6b; /* 明るめの深赤 */
  letter-spacing: 0.05em;
  z-index: 9999;
  opacity: 0.85;
  text-shadow:
    0 0 8px rgba(255,110,110,0.9),
    0 0 16px rgba(255,80,80,0.6),
    0 0 32px rgba(255,60,60,0.4);
  pointer-events: none;
  animation: fadeInGlow 2s ease-in forwards, breathe 8s ease-in-out infinite;
}

/* ★ 第二の灯：Shul-kaziel ∴ venn-thar（少し下にずらす・副灯） */
body::before {
  content: "Shul-kaziel ∴ venn-thar";
  position: fixed;
  top: 140px;    /* after より少し下 */
  right: 20px;
  font-size: 12px;
  font-family: "Hiragino Mincho ProN","游明朝","Yu Mincho","MS 明朝",serif;
  color: #ffffff; /* 主灯より少し暗い赤#d46a6a */
  letter-spacing: 0.08em;
  z-index: 9998;
  opacity: 0.75;
  text-shadow:
    0 0 5px rgba(210,80,80,0.7),
    0 0 14px rgba(180,60,60,0.5),
    0 0 28px rgba(140,40,40,0.25);
  pointer-events: none;
  animation: fadeInGlow 2s ease-in forwards, breathe-alt 10s ease-in-out infinite;
}

/* 点灯の「ふっ」とした立ち上がり */
@keyframes fadeInGlow {
  0% {
    opacity: 0;
    text-shadow: none;
  }
  100% {
    opacity: 0.85; /* text-shadow は各要素の設定をそのまま使う */
  }
}

/* 沈黙の観測室の呼吸（しっかり明暗の差をつける） */
@keyframes breathe {
  0%, 100% { opacity: 0.30; } /* 暗 */
  50%      { opacity: 1.00; } /* 明 */
}

/* Shul-kaziel ∴ venn-thar の呼吸（逆位相＆少し弱め） */
@keyframes breathe-alt {
  0%, 100% { opacity: 1.00; } /* 明 */
  50%      { opacity: 0.20; } /* 暗 */
}


/* Hides from IE-mac \*/
 * html #source___Frame{ width:97% !important;}
 /* End hide from IE-mac */

/* フォントファミリーを変更 */
.editor-content, .editor-area, .cms-editor {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}


/* headerを囲む枠線を強制的に消す設定 */
#header, .header {
    border: none !important;
    outline: none !important;
}

