/*ロゴ画像を変更したい場合は、以下のURLをロゴのURLに書き換えてください。*/

#atwiki-jp-bg1 {
	background:transparent url(https://img.atwiki.jp/monosepia/attach/3227/13448/monosepia43.jpg) no-repeat scroll 0%;
	padding-left: 130px;
	height: 100px;
       
}
#header a#atwiki-jp-bg1 {
	height:100px;
	width:100px;
}
#atwiki-jp-bg2{
    padding-top: 1px;
}

/* ページ下部の編集メニューを表示したい場合はユーザCSSに以下の１行を追加してください。

 #toolbar{display:block;}

 */

/*ads*/

.gafc_on{
	background-color:#000000;/*FEFF8F*(元の色)*/
}
.gafc_domain{
	color:green;
}

/* blockquote内の枠 */ 
div.block{
overflow: auto;
margin: 0 10px 1.4em 10px;
padding: 10px;
border: 1px solid #dcdcdc;
background: #b0c4de;
}

body {
	background:#000000;/*f5f5f5(元の色)*/
	color:#ffffff;
	font-family:arial,helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック",clean,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
}

/*body *{
	line-height:1.5;
       
}*/

a:link,a:visited{
	color:#480; text-decoration: none;
}

a:hover, a:active{
	color:#FFA500;
}

{text-decoration: none; 
}

.box:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
        
}
.box{
	zoom:120%;
}

/**/

#header{
	margin:20px 25px 15px 25px;
	border-bottom:2px solid #FFA500;
	height:130px;
}

#header a#atwiki-jp-bg1 {
	display:block;
	float:left;
	margin:20px 25px 20px 5px;
}

#header h1,
#header h2{
	margin:0;
	padding:0;
	line-height:1;
}

#header h1{
	padding-top:20px;
	padding-bottom:4px;
}


#header h1 a{
	color:#6c0;
	font-size:30px;
	text-decoration:none;
	line-height:1;
}

#header h2 a{
	color:#333;
	font-size:20px;
	text-decoration:none;
	line-height:1;
}

#container {
	min-width: 1260px;
	_width:1260px;
	text-align:left;
}

#wrapper {
 width:100%;
 float:left;
 margin-right:-190px;

}

#footer,
#toolbar {
 width:100%;
 clear:left;
}

#toolbar{
	display:none;
}

#contents {
	margin: 0 200px 10px 200px;
	border:2px dotted #FFA500;
	padding:10px;
	overflow:hidden;
	min-width: 676px;
        
}

#contents_inner {
}

#menubar_wrapper{
	padding-left:10px;
}

#menubar {
	margin-left: 10px;
        margin-right:10px;
	_margin-left: 10px;
	width:220px;
	float:left;
	overflow:hidden;
       color:#ffffff; /*この行の追加で白になった*/
}

#menubar2 {
        margin-left: 10px;
        margin-right: 10px;
        width:250px;
        float:right;
        overflow:hidden;
 /* border:1px dotted #FFA500; */
}	

#menubar_inner,
#menubar_inner2{
	padding:10px;
}


.menu fieldset{
	width:135px;
	overflow:hidden;
}

.menu select{
	max-width:135px;
}
.menu input{
	max-width:135px;
}
.menu textarea{
	max-width:135px;
	background:#fff;
}

#footer_inner{
	padding:10px 25px;
}
#toolbar_inner{
	padding:10px 25px 0 25px;
}

/* General Rules */


p,
dl,
multicol{
	display: block;
	margin: 1em 0;
}
dd{
	display: block;
	margin-left: 20px;
}
blockquote{
	display: block;
	margin-left: 1em;
}
address{
	display: block;
	font-style: italic;
}
center{
	display: block;
	text-align: center;
}
h1{
	margin: 13px 0;
	font-size:180%;
	font-weight:bold;
}
h2{
	margin: 13px 0;
	font-size:160%;
	font-weight:bold;
}
h3{
	margin: 13px 0;
	font-size:145%;
	font-weight:bold;
}
h4{
	margin: 13px 0;
	font-size:130%;
	font-weight:bold;
}
h5{
	margin: 13px 0;
	font-size:115%;
	font-weight:bold;
}
h6{
	margin: 13px 0;
	font-size:100%;
	font-weight:bold;
}

xmp, 
pre, 
plaintext{
	display: block;
	font-family: fixed;
	white-space: pre;
	margin: 1em 0;
}

table{
	display: table;
	border-spacing: 1px;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	-moz-box-sizing: border-box;
	text-indent: 0;
	border:1px solid #aaa;
}

caption{
	display: table-caption;
	text-align: center;
}

tr{
	display: table-row;
	vertical-align: inherit;
}
col{
	display: table-column;
}
colgroup{
	display: table-column-group;
}
tbody{
	display: table-row-group;
	vertical-align: middle;
}
thead{
	display: table-header-group;
	vertical-align: middle;
}

tfoot{
	display: table-footer-group;
	vertical-align: middle;
}
table > tr{
	vertical-align: middle;
}
td{ 
	display: table-cell;
	vertical-align: inherit;
	text-align: inherit; 
	padding: 3px;
	border:1px solid #333;
}
th{
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	padding: 3px;
	border:1px solid #333;
}
q:before{
	content: open-quote;
}
q:after{
	content: close-quote;
}

b, 
strong{
	font-weight: bolder;
}

i, 
cite, 
em, 
var, 
dfn{
	font-style: italic;
}

u, 
ins{
	text-decoration: underline;
}

s, 
strike, 
del{
	text-decoration: line-through;
}

sub{
	vertical-align: sub;
	font-size: smaller;
	line-height: normal;
}

sup{
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}

nobr{
	white-space: nowrap;
}

ul{
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 25px;
}

ol{
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	padding-left: 25px;
}

 li{
	display: list-item;
}

 ul ul,
 ul ol,
 ul dl,
 ol ul,
 ol ol,
 ol dl,
 dl ul,
 dl ol,
 dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

 ol ul,
 ul ul{
	list-style-type: circle;
}

 ol ol ul,
 ol ul ul,
 ul ol ul,
 ul ul ul{
	list-style-type: square;
}

hr{
	display: block;
	height: 1px;
	border: 1px 0;
	margin: 0.5em 1.0em 0.5em 1.0em;
    border-width: 1px 0px 0px 0px; /* 太さ */
    border-style: solid; /* 線種 */
    height: 1px; /* 高さ */
}


ul {
	list-style-image: url(http://img.atwiki.com/image/035col3/menu_arrow.gif);
}

pre{
	background:#fd8;
	padding:10px;
	color:#333;
}

blockquote{
        margin: 5px 10px 5px 5px;
	border:1px dotted #dcdcdc;
        padding-left:.5em;
        padding-right:.5em;
        background-color: #dcdcdc;
}

dt{
	font-weight:bold;
}
/*本文の文字色*/
body {
  color="#ffffff !important !important; /* 白文字 */
}

/*これよりCpilotさんと相談の結果*/
body { background:#000000 !important; }
/* カラム全体の背景と枠線を消す */
#contents {
  background: transparent !important;
  border: none !important;
}

/* 内側の余白も最小限に */
#contents_inner {
  background: transparent !important;
  border: none !important;
}

/* メニュー部分も闇に */
#menubar,
#menubar2,
#menubar_inner,
#menubar_inner2 {
  background: transparent !important;
  border: none !important;
}

/* blockquoteや枠付き要素も闇に */
div.block,
blockquote,
pre {
  background: transparent !important;
  border: none !important;
}

/* テーブルも線を消す */
table, td, th {
  border: none !important;
  background: transparent !important;
}
#contents { background:transparent !important; border:none !important; }
#contents,
#contents_inner,
#menubar,
#menubar2,
#menubar_inner,
#menubar_inner2 {
  background: black !important;
  border: none !important;
}
#header {
  background: black !important;
  border: none !important;
}
background:transparent !important; border:none !important;

#footer { background:red !important; }

#wrapper {
  background: red !important;      /* 背景を黒に */
  background-image: none !important; /* 背景画像があれば消す */
  border: none !important;           /* 枠線も消す */
}
#wrapper {
  background: transparent !important;
  background-image: none !important; 
  border: none !important;           /* 枠線も消す */
 
}

a {
  color: #66ccff !important; /* リンクを青白く光らせる */
}
/*文字色の変更*/
body {
  color: #ffffff !important; /* 本文の文字を白に */
}

a {
  color: #ccccff !important; /* リンクを淡い青白に */
  text-decoration: none !important; /* 下線を消す */
}

a:hover {
  color: #66ccff !important; /* ホバー時に光らせる */
  text-decoration: underline !important; /* 触れた瞬間に下線を出す */
}
/* リンクの通常状態 */
a {
  color: #ccccff !important;       /* 淡い青白 */
  text-decoration: none !important; /* 下線なし */
  font-weight: normal;              /* 通常の太さ */
}

/* リンクのホバー時 */
a:hover {
  color: #66ccff !important;        /* 蒼く光る */
  text-decoration: underline !important; /* 下線が出る */
  font-weight: bold;                /* 少し太くなる */
}
/* リンクの通常状態 */
a {
  color: #ccccff !important;       /* 淡い青白 */
  text-decoration: none !important; /* 下線なし */
  font-weight: normal;
}
/* リンクのホバー時 */
a:hover {
  color: #66ccff !important;             /* 蒼く光る */
  text-decoration: underline !important; /* 下線を出す */
  text-decoration-color: #99ccff !important; /* 下線は淡い青 */
  font-weight: bold;                     /* 少し太くなる */
}
/*bdy #wrapper*/

blockquote {
  background-color: #2f2f2f !important; /* 黒に近いグレー */
  color: #eeeeee !important;           /* 白に近いグレー文字 */
  border: 1px solid #484848 !important; /* 枠線は残す（淡いグレー）元の色#cccccc */
  padding: 10px;                        /* 読みやすく余白を確保 */
}
/*リンクの光の質感*/
a:hover {
  color: rgba(102, 204, 255, 0.8) !important; /* 蒼い光に透明感 */
}
a:hover {
  text-decoration: underline dashed #99ccff !important;
}　/*solid → 普通の実線,dotted → 点線,dashed → 破線,wavy → 波線*/
h1, h2, h3 {
  color: #ffcc99 !important; /* 淡いオレンジで温かみ */
}
/* MONOSEPIA ∴ 呼吸する灯 - @wiki版（深赤・明滅強化版） */

/* ★ 第一の灯：MONOSEPIA（右上・主灯） */
body::after {
  content: "MONOSEPIA";
  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;
}

/* ★ 第二の灯：koshiki ∴ tansai（少し下にずらす・副灯） */
body::before {
  content: "koshiki ∴ tansai";
  position: fixed;
  top: 140px;    /* after より少し下 */
  right: 20px;
  font-size: 12px;
  font-family: "Hiragino Mincho ProN","游明朝","Yu Mincho","MS 明朝",serif;
  color: #21A0DB; /* 主灯と異なる青 */
  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 は各要素の設定をそのまま使う */
  }
}

/* MONOSEPIAの呼吸（しっかり明暗の差をつける） */
@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; } /* 暗 */
}
/*文字色の変更*/
body {
  color: #ffffff !important; /* 本文の文字を白に */
}

menubar {
    color: #ffffff;
    float: left;
    font-size: 0.9em;
    line-height: 120%;
    overflow: hidden;
    width: 180px;
}

div {
  color: #ffffff !important;
}
h4 {
  color: #ccccff !important; /* 淡い青みがかった白など */
}

#header h1 a {
  color: #ffffff !important; /* 通常時は白 */
 transition: color 0.5s ease, text-decoration-color 0.5s ease;
}

#header h1 a:hover {
  color: #66ccff !important;
  text-decoration: underline wavy #ffcc99 !important; /* 波線だけオレンジ */
}