@charset "utf-8";

/* ###### CHANGE 茶 ###### */

/********* 追加 ***********************************************/

* {
	font-family:sans-serif;
	line-height:180%;

	overflow-wrap:break-word;
	word-wrap:break-word;
}
html {
	height:101%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/********* HTML再定義 ***********************************************/

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:1em;
}

h3, h4, h5, h6 {
	font-size: 1.1em;
}
h2 {
	font-size: 1.2em;
	margin: 15px 0;
	padding: 5px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-weight: bold;
}

/********* 全体 *****************************************************/

div#container {
	margin:0 auto;
	padding:10px 10px 30px 10px;
	text-align:left;
	font-size:1em;

	max-width:1024px;
	width:expression(document.body.clientWidth > 1026? "1024px" : "auto");
}

/********* ヘッダー *************************************************/

div#headerarea {
	border-radius: 1em 1em 0 0 / 1em 1em 0 0;
	border-top: 2px solid;
	border-right: 2px solid;
	padding: 0.5em 0.5em 0 0.5em;
}
div#header {
	clear: both;
}
div#header h1 {
	line-height: 1.5;
}
div#header h1 a:link, div#header h1 a:visited {
	text-decoration: none;
}
div#header h1 a:active, div#header h1 a:hover {
	text-decoration: none;
}

div#header p {
	margin-left: 1em;
}

/********* フッター *************************************************/

div#footer {
	clear: both;
}
div#footer address {
	padding: 0.5em 0 0.5em 1.5em;
	margin-bottom: 0.8em;
	border-left: 10px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

/********* メニュー *************************************************/

div#menu {
	border-radius: 0 0 0.5em 0.2em / 0 0 0.5em 0.2em;
}
div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 0;
	padding: 0.5em 1em;
}
div#menu ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	padding: 0.3em 0.2em;
}

div#menu a:link, div#menu a:visited {
	text-decoration: none;
}
div#menu a:active, div#menu a:hover {
	text-decoration: underline;
}

/********* 内容 *****************************************************/

div#content {
	float: left;
	width: 67%;
	margin-right: 2%;
}

/********* エントリー ***********************************************/

div#entry h2 {
	display: none;
}
div#entry div.entry {
	width: 100%;
	margin: 15px 0;
	border: 1px solid;
	border-radius: 5px / 5px;
}
div#entry div.entry h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	text-decoration: none;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0 10px;
	border-bottom: 1px solid;
}
div#entry div.entry ul.information {
	margin: 0.5em 0.8em 1em 0.8em;
	padding: 0.2em;
	border-bottom: 1px solid;
	font-size: 0.8em;
}
div#entry div.entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry div.entry ul.information li:first-child {
	margin-left: 2em;
}
div#entry div.entry ul.information li:first-child:before {
	content: "≪";
}
div#entry div.entry ul.information li:first-child:after {
	content: "≫";
}
ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
	font-size: 0.8em;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid;
	border-left: 1px solid;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* コメント *************************************************/

div#comment div.comment ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#comment div.comment ul.information li {
	display: inline;
	margin-left: 5px;
	font-size: 0.8em;
}

/********* トラックバック *******************************************/

div#trackback div.trackback ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#trackback div.trackback ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 30px;
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}

/********* ユーティリティ *******************************************/

div#utility {
	float: left;
	width: 29%;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 0.8em;
}
div#utility h2 {
	display: none;
}
div#utility div.utility {
	margin: 15px 0;
	padding-bottom: 10px;
	border: 1px solid;
}
div#utility div.utility h3 {
	padding: 10px 10px 0 10px;
}
div#utility div.utility div.content {
	margin: 0 10px;
}
div#utility div.utility ul {
	margin-right: 0;
}
div#utility div.utility ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}
div#utility div.utility form {
	margin: 0;
}
div#utility div.utility form dl {
	margin: 0;
}
div#utility div.utility form dl dt {
	display: none;
}
div#utility div.utility form dl dd {
	margin: 0;
}
div#utility div.utility form dl dd input {
	width: 95%;
}
div#utility div.utility form p {
	margin: 0 0 10px 0;
}

div#utility div.utility table.calender {
	margin: 0;
	border: 0px solid;
	width: 95%;
}
div#utility div.utility table.calender tr th, table.calender tr td {
	padding: 5px;
	border: 0px solid;
	font-weight: normal;
	text-align: center;
}
div#utility div.utility ul.calender {
	margin: 10px 0;
}
div#utility div.utility ul.calender li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

div#utility div.utility ul.gallery {
	margin: 0;
	padding: 0;
}
div#utility div.utility ul.gallery li {
	list-style: none;
}
div#utility div.utility ul.gallery li img {
	max-width: 180px;
	max-height: 130px;
	margin-bottom: 5px;
}

/********* ギャラリー ***********************************************/

div#gallery {
	overflow: hidden;
}
div#gallery div.gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}
div#gallery div.gallery p.picture {
	overflow: hidden;
	width: 140px;
	height: 100px;
	margin: 0;
}
div#gallery div.gallery p.picture a {
	text-decoration: none;
}
div#gallery div.gallery p.picture a img {
	min-width: 140px;
	min-height: 100px;
}
div#gallery div.gallery p.picture a span.empty {
	display: block;
	line-height: 100px;
	width: 140px;
	height: 100px;
	text-align: center;
}
div#gallery div.gallery p.comment {
	overflow: hidden;
	width: 140px;
	margin: 3px 0 0;
	font-size: 80%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#gallery ul {
	margin: 10px 0 20px 0;
}
div#gallery ul li {
	display: inline;
}
div#gallery ul li img {
	margin: 0 2px 10px 0;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid;
	border-left: 1px solid;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}

/********* レスポンシブ *********************************************/

@media (max-width: 480px) {
	body {
		padding: 5px;
	}
	form textarea {
		width: 95%;
	}
	img {
		max-width : 100%;
		height: auto;
	}
	div#container {
		width: 90%;
		padding: 15px;
	}
	div#content {
		float: none;
		width: 100%;
	}
	div#entry div.entry {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	div#utility {
		float: none;
		width: 100%;
		margin: 0;
	}
}

/********* プラグイン用 ************************************************/

ul.tagcloud, ul.tagcloud_p {
  margin: 10px 0;
}
ul.tagcloud li {
  line-height: 1.0;
  list-style: none;
  margin-right: 5px;
}
ul.tagcloud_p li {
  display: inline;
  line-height: 1.0;
  list-style: none;
  margin-right: 5px;
}
ul.tagcloud li a, ul.tagcloud_p li a {
  text-decoration: none;
}
ul.tagcloud li a:hover, ul.tagcloud_p li a:hover {
  text-decoration: underline;
}

/********* common上書き ************************************************/

table tr th {
	padding: 5px;
	border: 1px solid;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid;
}

blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid;
}

.complete {
	font-weight: bold;
}
.attention {
	font-weight: bold;
}

/********* 既存に追加 ************************************************/

div#page_link {
	margin: 1.5em 0 0 0;
}
div#page_link h3 {
	display: none;
}

div#comment div.comment h3 {
	border-left: 5px solid;
	padding: 2px 0 2px 5px;
}
div#comment div.comment p {
	padding: 0.1em 0.5em 0.5em 1em;
}

/********* 新規に追加 ************************************************/

.small {
	font-size: 0.8em;
}

/* パンくずリスト */
div#pi_tpath {
	float: none;
	clear: both;

	font-size: 0.8em;

	margin: 0;
	padding: 5px 0 2px 3px;
}

/* ヘッダ管理メニュー */
div#fix {
	text-align: right;
}
div#fix h2 {
	display: none;
}
div#fix ul {
	margin: 0;
	padding: 5px 10px;
}
div#fix ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
	font-size: 0.8em;
}

/* フォーム */
input[TYPE="text"],input[TYPE="password"],input[TYPE="file"],select,textarea {
	border: 1px solid;
}
input[TYPE="submit"],input[TYPE="reset"],input[TYPE="button"],input.btn {
	border: 1px outset;
}

/* E:TOP */
div#recent {
	float: left;
	padding: 1em 0;
}
div#information {
	float: left;
	margin: 0 2% 0 0;
}
/* div#information div.text {
	width: 100%;
	margin: 15px 0;
	border-left: 4px solid;
	padding: 0 10px;
} */
div#recent h2 {
	font-size: 1em;
	border: none;
	border-left: 6px solid;
	margin: 0.5em 0 0 0;
	padding: 0 0 0 0.5em;
}
div#recent div.entry, div#recent div.page {
	border: 1px solid;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
	font-size: 0.8em;
}
div#information h2 {
	display: none;
}
div#information h2 img {
	max-width: 100%;
}

/* E:ネタバレ実況 */
ul.ws li {
	list-style-type:none;
	border-right:3px solid;
	border-bottom:2px solid2;
	padding:0.5em;
	margin:0.5em 0.5em 0.5em 0;
}

/* P:埋め込み情報 */
div#info_area {
	margin: 1em 0;
	padding: 1em 2em 0.5em 2em;
	border-top: 1px solid;
	font-size: 0.8em;
}

/* P:回廊目次 */
ul.pall_c {
	margin: 0;
	padding: 0 0 15px 0;
}
ul.pall_c > li {
	list-style-type: none;
	font-weight: bold;
}

ul.pall {
	margin: 0 0 0 10px;
	padding: 0 0 15px 0;
}
ul.pall li {
	font-weight: normal;
	display: inline;
	margin: 0;
	padding: 0;
}

/* P:木霊 */
div#res h5 {
	padding: 0.2em 0 0.2em 0.2em;
	border-left: 10px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
}
div#res p {
	margin: 0.5em 1em 1.5em 1em;
}

/* U:カレンダー */
table.calender td.tdy {
	border: 1px solid;
}
table.calender a.e {
	text-decoration: underline;
}

dl.pagesearch dd {
	margin: 0.1em 0 0.8em 0.8em;
}

/* P,E:画像のはみ出し対策 */
div#content p img {
	max-width:100%;
	height:auto;
	border:0;
}

table.large tr th, table.large tr td {
	padding: 1px;
	font-size: 50%;
}

/* P:ログ */
span.logdef,
span.darkred,
span.red,
span.salmon,
span.orange,
span.olive,
span.gold,
span.mint,
span.green,
span.darkgreen,
span.turquoise,
span.slate,
span.aqua,
span.hyacinth,
span.blue,
span.darkblue,
span.grape,
span.magenta,
span.brown,
span.darkgray {
	display:block;
	border:1px dotted;
	padding:0.5em;
	margin:0.2em;
	border-radius:0.5em / 0.5em;
}

/* E:素材（変更不可） */
.cimg {
	background-color: #CCCCCC;
	border: 1px solid #9999FF;
	color: #333333;
}
.nimg {
	background-color: #999999;
	border: 1px solid #CCCCCC;
}

/*** --------- COLOR(DEFAULT) --------- ***/
a:link {
	color: #00F;
}
a:visited {
	color: #909;
}
a:active {
	color: #090;
}
a:hover {
	color: #F00;
}

/********* HTML再定義 ***********************************************/

body {
	background-color:#FFFCF7;
	color:#333;
}

h2 {
	border-top-color: #AB9A72;
	border-bottom-color: #AB9A72;
}

/********* 全体 *****************************************************/

div#container {
/*
	background-image:url(../kazari.png);
	background-position:right top;
	background-repeat:no-repeat;
*/
}

/********* ヘッダー *************************************************/

div#headerarea {
	border-top-color: #AB9A72;
	border-right-color: #AB9A72;
}
div#header h1 {
	text-shadow: 1px 1px 0px #333333;
}
div#header h1 a:link, div#header h1 a:visited {
	color: #9B9893;
}
div#header h1 a:active, div#header h1 a:hover {
	color: #CCCCCC;
}

/********* フッター *************************************************/

div#footer address {
	border-left-color: #AB9A72;
	border-top-color: #AB9A72;
	border-bottom-color: #AB9A72;
	border-right-color: #AB9A72;
}

/********* メニュー *************************************************/

div#menu {
	background-color: #AB9A72;
}

div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
}
div#menu a:active, div#menu a:hover {
	color: #FFFFFF;
}

/********* エントリー ***********************************************/

div#entry div.entry {
	border-color: #AB9A72;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	color: #666666;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	color: #FF0000;
}
div#entry div.entry div.content {
	border-bottom-color: #AB9A72;
}
div#entry div.entry ul.information {
	border-bottom-color: #AB9A72;
}
div#entry div.entry ul.information li a {
	color: #666666;
}

div#entry div#entry_link ul.entry_link li.home {
	border-right-color: #AB9A72;
	border-left-color: #AB9A72;
}

/********* ユーティリティ *******************************************/

div#utility div.utility {
	border-color: #AB9A72;
}

div#utility div.utility table.calender {
	border-color: #AB9A72;
}
div#utility div.utility table.calender tr th, table.calender tr td {
	border-color: #AB9A72;
}
div#utility div.utility table.calender tr td span.day {
	color: #666666;
}
div#utility div.utility table.calender tr td span.satday {
	color: #6666FF;
}
div#utility div.utility table.calender tr td span.sunday {
	color: #FF6666;
}

/********* ギャラリー ***********************************************/

div#gallery div.gallery p.picture a {
	color: #FFFFFF;
}
div#gallery div.gallery p.picture a span.empty {
	background-color: #AAAAAA;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link li.home {
	border-right-color: #AB9A72;
	border-left-color: #AB9A72;
}

/********* プラグイン用 ************************************************/

ul.tagcloud li a, ul.tagcloud_p li a {
  color: #666666;
}
ul.tagcloud li a:hover, ul.tagcloud_p li a:hover {
  color: #999966;
}

/********* common上書き ************************************************/

table tr th {
	border-color: #AB9A72;
	background-color: #DBCAA2;
}
table tr td {
	border-color: #AB9A72;
}

blockquote {
	border-left-color: #999999;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #666666;
}

.complete {
	color: #339933;
}
.attention {
	color: #FF6666;
}

/********* 既存に追加 ************************************************/

div#comment div.comment h3 {
	border-left-color: #AB9A72;
}

/********* 新規に追加 ************************************************/

/* E:TOP */
/* div#information div.text {
	border-left-color: #AB9A72;
} */
div#recent h2 {
	border-left-color: #AB9A72;
}
div#recent div.entry, div#recent div.page {
	border-color: #AB9A72;
}

/* E:ネタバレ実況 */
ul.ws li {
	color: #333333;
	background-color:#FFFFFF;
	border-right-color:#EBDAB2;
	border-bottom-color:#EBDAB2;
}

/* P:埋め込み情報 */
div#info_area {
	border-top-color: #AB9A72;
}

/* P:木霊 */
div#res h5 {
	border-left-color: #AB9A72;
	border-top-color: #AB9A72;
	border-bottom-color: #AB9A72;
	border-right-color: #AB9A72;
}

/* U:カレンダー */
table.calender td.tdy {
	border-color: #AB9A72;
}

/* フォーム */
input[TYPE="text"],input[TYPE="password"],input[TYPE="file"],select,textarea {
	color: #333333;
	background-color :#F6F0D4;
	border-color: #AB9A72;
}
input[TYPE="submit"],input[TYPE="reset"],input[TYPE="button"],input.btn {
	color: #FFFFFF;
	background-color: #AB9A72;
	border: 1px outset #AB9A72;
}

/* ログ文字色（変更不可） */
span.logdef	{ color:#000000; }
span.darkred	{ color:#330000; }
span.red	{ color:#800000; }
span.salmon	{ color:#ff6347; }
span.orange	{ color:#FF9900; }
span.olive	{ color:#333300; }
span.gold	{ color:#808000; }
span.mint	{ color:#336633; }
span.green	{ color:#008000; }
span.darkgreen	{ color:#003300; }
span.turquoise	{ color:#008080; }
span.slate	{ color:#003333; }
span.aqua	{ color:#5f9ea0; }
span.hyacinth	{ color:#666699; }
span.blue	{ color:#000080; }
span.darkblue	{ color:#000033; }
span.grape	{ color:#800080; }
span.magenta	{ color:#FF00FF; }
span.brown	{ color:#A0522D; }
span.darkgray	{ color:#696969; }

span.logdef,
span.darkred,
span.red,
span.salmon,
span.orange,
span.olive,
span.gold,
span.mint,
span.green,
span.darkgreen,
span.turquoise,
span.slate,
span.aqua,
span.hyacinth,
span.blue,
span.darkblue,
span.grape,
span.magenta,
span.brown,
span.darkgray {
	border-color: #666666;
	background-color:#FFFFFF;
}

/*** --------- COLOR(DARK_MODE) --------- ***/
@media (prefers-color-scheme: dark) {

a:link {
	color: #99F;
}
a:visited {
	color: #C9F;
}
a:active {
	color: #6F60;
}
a:hover {
	color: #F66;
}

/********* HTML再定義 ***********************************************/

body {
	background-color:#110B00;
	color:#FFF;
}

h2 {
	border-top-color: #45391C;
	border-bottom-color: #45391C;
}

/********* 全体 *****************************************************/

div#container {
/*
	background-image:url(../kazari.png);
	background-position:right top;
	background-repeat:no-repeat;
*/
}

/********* ヘッダー *************************************************/

div#headerarea {
	border-top-color: #45391C;
	border-right-color: #45391C;
}
div#header h1 {
	text-shadow: 1px 1px 0px #666666;
}
div#header h1 a:link, div#header h1 a:visited {
	color: #CECBA9;
}
div#header h1 a:active, div#header h1 a:hover {
	color: #999999;
}

/********* フッター *************************************************/

div#footer address {
	border-left-color: #45391C;
	border-top-color: #45391C;
	border-bottom-color: #45391C;
	border-right-color: #45391C;
}

/********* メニュー *************************************************/

div#menu {
	background-color: #45391C;
}

div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
}
div#menu a:active, div#menu a:hover {
	color: #FFFFFF;
}

/********* エントリー ***********************************************/

div#entry div.entry {
	border-color: #45391C;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	color: #CCCCCC;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	color: #FFCCCC;
}
div#entry div.entry div.content {
	border-bottom-color: #45391C;
}
div#entry div.entry ul.information {
	border-bottom-color: #45391C;
}
div#entry div.entry ul.information li a {
	color: #CCCCCC;
}

div#entry div#entry_link ul.entry_link li.home {
	border-right-color: #45391C;
	border-left-color: #45391C;
}

/********* ユーティリティ *******************************************/

div#utility div.utility {
	border-color: #45391C;
}

div#utility div.utility table.calender {
	border-color: #45391C;
}
div#utility div.utility table.calender tr th, table.calender tr td {
	border-color: #45391C;
}
div#utility div.utility table.calender tr td span.day {
	color: #999999;
}
div#utility div.utility table.calender tr td span.satday {
	color: #6666FF;
}
div#utility div.utility table.calender tr td span.sunday {
	color: #FF6666;
}

/********* ギャラリー ***********************************************/

div#gallery div.gallery p.picture a {
	color: #666666;
}
div#gallery div.gallery p.picture a span.empty {
	background-color: #333333;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link li.home {
	border-right-color: #45391C;
	border-left-color: #45391C;
}

/********* プラグイン用 ************************************************/

ul.tagcloud li a, ul.tagcloud_p li a {
  color: #CCCCCC;
}
ul.tagcloud li a:hover, ul.tagcloud_p li a:hover {
  color: #FFFFCC;
}

/********* common上書き ************************************************/

table tr th {
	border-color: #45391C;
	background-color: #453C30;
}
table tr td {
	border-color: #45391C;
}

blockquote {
	border-left-color: #666666;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #CCCCCC;
}

.complete {
	color: #339933;
}
.attention {
	color: #FF6666;
}

/********* 既存に追加 ************************************************/

div#comment div.comment h3 {
	border-left-color: #45391C;
}

/********* 新規に追加 ************************************************/

/* E:TOP */
/* div#information div.text {
	border-left-color: #45391C;
} */
div#recent h2 {
	border-left-color: #45391C;
}
div#recent div.entry, div#recent div.page {
	border-color: #45391C;
}

/* E:ネタバレ実況 */
ul.ws li {
	color: #F9F9F9;
	background-color:#211B10;
	border-right-color:#423920;
	border-bottom-color:#423920;
}

/* P:埋め込み情報 */
div#info_area {
	border-top-color: #45391C;
}

/* P:木霊 */
div#res h5 {
	border-left-color: #45391C;
	border-top-color: #45391C;
	border-bottom-color: #45391C;
	border-right-color: #45391C;
}

/* U:カレンダー */
table.calender td.tdy {
	border-color: #45391C;
}

/* フォーム */
input[TYPE="text"],input[TYPE="password"],input[TYPE="file"],select,textarea {
	color: #FFFFFF;
	background-color :#211B10;
	border-color: #45391C;
}
input[TYPE="submit"],input[TYPE="reset"],input[TYPE="button"],input.btn {
	color: #CFCCCC;
	background-color: #45391C;
	border: 1px outset #45391C;
}

/* ログ文字色（変更不可） */
span.logdef	{ color:#FFFFFF!important; }
span.darkred	{ color:#BB5535!important; }
span.red	{ color:#F3A68C!important; }
span.salmon	{ color:#F6B483!important; }
span.orange	{ color:#FAC559!important; }
span.olive	{ color:#E3D7A3!important; }
span.gold	{ color:#E0DE94!important; }
span.mint	{ color:#79C06E!important; }
span.green	{ color:#37A34A!important; }
span.darkgreen	{ color:#009944!important; }
span.turquoise	{ color:#25B7C0!important; }
span.slate	{ color:#00A497!important; }
span.aqua	{ color:#88BFBF!important; }
span.hyacinth	{ color:#BCCDDB!important; }
span.blue	{ color:#7A99CF!important; }
span.darkblue	{ color:#4496D3!important; }
span.grape	{ color:#A688BD!important; }
span.magenta	{ color:#DA81B2!important; }
span.brown	{ color:#C49A6A!important; }
span.darkgray	{ color:#CCCCCC!important; }

span.logdef,
span.darkred,
span.red,
span.salmon,
span.orange,
span.olive,
span.gold,
span.mint,
span.green,
span.darkgreen,
span.turquoise,
span.slate,
span.aqua,
span.hyacinth,
span.blue,
span.darkblue,
span.grape,
span.magenta,
span.brown,
span.darkgray {
	border-color:#CCCCCC;
	background-color:#111111;
}

}
