a {
	cursor: url("mouse_cursor_2.gif"); /*リンクのマウスカーソル画像*/
	text-decoration: none; /*リンクの下線を消す*/
}
a:link {
	color: #ffffff; /*リンク色*/
}
a:visited {
	color: #ffffff; /*既読リンク色*/
}
a:active {
	color: #0098fd; /*選択リンク色*/
}
a:hover {
	position: relative; top: 2pt; /*オンマウスでリンクの文字（画像）を下げる*/
	color: #0098fd; /*オンマウスでリンクの文字色を変更する*/
}

body {
	background-color: #000000; /*背景色*/
	color: #ffffff; /*文字色*/
	font-family: Arial; /*文字種*/
	font-size: medium; /*文字サイズ*/
	cursor: url("mouse_cursor_1.gif"); /*マウスカーソル画像*/
	scrollbar-face-color: #000000; /*スクロールバーの本体の色*/
	scrollbar-highlight-color: #0098fd; /*スクロールバーの左（上）側の枠*/
	scrollbar-shadow-color: #0098fd; /*スクロールバーの右（下）側の枠*/
	scrollbar-3dlight-color: #000000; /*スクロールバーの左（上）側の影*/
	scrollbar-arrow-color: #0098fd; /*スクロールバーの矢印の色*/
	scrollbar-track-color: #000000; /*スクロールバーの背面の色*/
	scrollbar-darkshadow-color: #000000; /*スクロールバーの右（下）側の影*/
}

html {
	scrollbar-base-color: #000000;
	scrollbar-face-color: #000000; /*スクロールバーの本体の色*/
	scrollbar-highlight-color: #0098fd; /*スクロールバーの左（上）側の枠*/
	scrollbar-shadow-color: #0098fd; /*スクロールバーの右（下）側の枠*/
	scrollbar-3dlight-color: #000000; /*スクロールバーの左（上）側の影*/
	scrollbar-arrow-color: #0098fd; /*スクロールバーの矢印の色*/
	scrollbar-track-color: #000000; /*スクロールバーの背面の色*/
	scrollbar-darkshadow-color: #000000; /*スクロールバーの右（下）側の影*/
}

textarea {
	border-left: 1px solid #0098fd; /*入力フォームの左枠（線）のデザインを設定*/
	border-right: 1px solid #0098fd; /*入力フォームの右枠（線）のデザインを設定*/
	border-top: 1px solid #0098fd; /*入力フォームの上枠（線）のデザインを設定*/
	border-bottom: 1px solid #0098fd; /*入力フォームの下枠（線）のデザインを設定*/
	filter: Alpha(opacity=100); /*入力フォームの透明度を設定。「100」が完全不透明「0」が完全透明*/
}
.text {
	border-left : 1px solid #000000; /*入力フォームの左枠（線）のデザインを設定*/
	border-right : 1px solid #000000; /*入力フォームの右枠（線）のデザインを設定*/
	border-top : 1px solid #000000; /*入力フォームの上枠（線）のデザインを設定*/
	border-bottom : 1px solid #000000; /*入力フォームの下枠（線）のデザインを設定*/
	filter: Alpha(opacity=100); /*入力フォームの透明度を設定。「100」が完全不透明「0」が完全透明*/
}

/*「textarea { ～ }」の部分では投稿記事本文の入力欄のデザインを設定。*/
/*「.text { ～ }」の部分ではその他の入力フォーム欄（記事投稿部のName、E-mail、Title、URL、パスワード入力欄、記事修正部の記事No、パスワード入力欄）のデザインを設定。*/
/*「border-left:」に続けて「枠の幅」「枠のスタイル」「枠の色」の三つの値を半角スペースで区切って指定。*/
/* 上の初期設定では幅「1px」スタイル「solid」色「#990000」を指定。*/
/* 枠のスタイル…「solid」（１本線）「double」（２本線）「dashed」（点線）など。*/

@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial;
	text-align: left;
}

body {
	padding: 0px;
	background-color: #000000;
	text-align: center;
}

p, li, dt, dd, address {
	color: #ffffff;
	line-height: 1.4;
}
p {
	margin-bottom: 10px;
}
ul,dl {
	margin: 0px 0px 10px 10px;
}
ul li {
	margin-left: 10px;
}
ul li ol {
	margin-bottom: 10px;
}
ul li ol li {
	margin: 0px 10px 0px 10px;
}
em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 500px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #eeeeee;
	overflow: auto;
}
code, var, kbd {
	color: #ffffff;
	font-family: Arial;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777aa;
}
blockquote p {
	color: #ffffff;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	height: 20px;
	margin: 3px 2px 0px 0px;
	padding: 3px 2px 0px 2px;
	text-align: middle
	font-size: 9px;
	color: #999999;
}
@media screen {
	form input, form select {
		font-family: Arial;
	}
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-family: Arial;
	line-height: 1.2;
	color: #999999;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #aaaaaa;
	background-color: #000000;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #aaaaaa;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active, a:hover {
	color: #0098fd;
	text-decoration: none;
}

.button {
	border: 1px solid #999999;
	background-color: #666666;
	color: #ffffff;
	padding: 3px 2px 0px 2px;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 500px;
	margin: 0px auto;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background-color: #000000;
}

div#header {
	float: none;
	clear: both;
	margin-bottom: 10px;
	height: 75px;
	background-color: #000000;
}
div#menu {
	float: none;
	clear: both;
	margin-bottom: 10px;
}

div#navigation {
	width: 116px;
	margin: 5px;
	margin-top: 10px;
	float: left;
}
div#logs {
	margin-bottom: 10px;
	float: left;
}
div#diary, div#comment, div#trackback {
	margin: 0px 10px;
}

div#page, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px 10px;
}
div#div#navi {
	float: none;
	clear: both;
	margin-right: 10px;
}

div#footer {
	float: none;
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 25px 10px 0px 10px;
}

div#header h1 a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}

div#header p {
	margin: 10px 10px;
	font-size: 12px;
}

/* ----- メニュー -------------------------------------- */

.menu h2 {
	display: none;
}

.back, .admin, .clap {
	width: 500px;
	position: absolute;
	top: 5px;
	display: inline;
}
.back {
	margin-left: 430px;
	margin-top: 9px;
}
.admin {
	margin-left: 469px;
}
.clap {
	margin-left: 393px;
	margin-top: 25px;
}

.search h2 {
	display: none;
}

.search dl dt {
	display: none;
}

.search dl dd {
	width: 500px;
	position: absolute;
	top: 50px;
	text-align: right;
	margin: 0px 0px 0px -15px;
	display: inline;
}

.search form input {
	color: #ffffff; 
	font-size: 9px;
	margin: 5px 1px 0px 0px;
	height: 15px;
	padding: 3px -5px 0px 0px;
	border: 1px solid #999999;
	background-color: #666666;
}

.image h2 {
	display: none;
}

.image ul li {
	width: 500px;
	position: absolute;
	top: 60px;
	text-align: right;
	margin: 0px 0px 0px 5px;
	display: inline;
}

/* ----- カレンダー -------------------------------- */

div#calendar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
	clear: both;
}

div#calendar h2 {
	display: none;
}

div#calendar table {
	width: 495px;
	border: 0px;
	margin: 0px 1px 0px 5px;
	padding: 0px 1px 0px 5px;
}
div#calendar table tr th {
	border: 0px;
	text-align: left;
	margin: 2px 1px 2px 1px;
	padding: 2px 1px 2px 1px;
	display: inline;
}
div#calendar table tr td {
	border: 0px;
	margin: 2px 1px 2px 1px;
	padding: 2px 1px 2px 2px;
	display: inline;
}

div#calendar .day {
	color: #ffffff;
	font-size:9px;
}
div#calendar .satday {
	color: #0000ff;
	font-size:9px;
}
div#calendar .sunday {
	color: #ff0000;
	font-size:9px;
}

div#calendar .today {
	background-color: #666666;
}

/* ----- ポップアップナビ ------------------------------ */

#menu-1,#menu-2,#menu-3,#menu-4,#menu-5,#menu-6,#menu-7,#menu-8 {
  visibility : hidden;
}

div#navigation {
    position: relative;
}
div#navigation a {
    padding: 0px 0px 0px 0px;
}

.conceal {
    width: 108px;
    position: absolute;
    float: left;
    overflow: visible;
    display: inline;
}
.conceal h2 {
    border: 1px solid #999999;
}
.conceal h2 a {
    font-size: 10px;
}

ul.sub, dl.sub {
    width: 108px;
    position: relative;
    list-style: none;
    margin: 0px 0px 0px 0px;
    text-align: left; /*サブメニューの文字揃え*/
    left: 100%;
    left: -3px; /*サブメニュー表示位置をずらしたいときに指定。削除可*/
    top: -20px;
    top: 0px; /*サブメニュー表示位置をずらしたいときに指定。削除可*/
    border: 1px solid #999999;
    overflow: visible;
    font-size: 9px;
}

.sub {
    padding: 3px 0px 3px 0px; /*あまり大きな値にしない*/
    background-color: #666666;
}
.sub a {
    width: 110px; /*削除不可*/
    height: 14px; /*削除不可*/
	margin-left: 3px;
    padding: 0px 0px 0px 0px; /*あまり大きな値にしない*/
    font-size: 10px;
}

/* ----- ナビゲーション -------------------------------- */

.new {
	margin-left: 2px;
	color: #ff0000;
	font-size:9px;
}

div#navigation h2 {
	margin: 1px 1px -4px 1px;
	padding: 5px;
	font-size:10px;
	background-color: #333333;
}

div#navigation ul {
	margin: 0px 5px 0px 5px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;
	font-size:9px;
	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 5px;
}

div#navigation dl {
	margin: 0px 10px 0px 5px;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 10px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 0px;
	margin: -2px 0px 5px 5px;
	border: 0px solid #aaaaaa;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #aaaaaa;
	background-color: #000000;
	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #aaaaaa;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}

div#navigation .block {
	margin-right: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border: 1px solid #aaaaaa;
	text-align: center;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 500px;
	margin-top: 57px;
}
html>body div#logs {
	width: 500px;
}

div#diary .diary {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #aaaaaa;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
	background-color: #bbbbbb;
	font-size: 10px;
}
div#diary h4 {
	margin: 10px;
}

div#diary .text * {
	font-size: 9px;
}
html>body div#diary .text * {
	font-size: small;
}
div#diary .text p {
	margin: 10px 10px;
}
div#diary .text ul {
	margin: 10px 10px;
}
div#diary .text ol {
	margin: 10px 10px;
}

div#diary .info {
	margin: 5px 10px;
	text-align: right;
}
div#diary .info * {
	font-size: 9px;
}
div#diary .info li {
	display: inline;
	margin-left: 5px;
}

div#diary .list {
	border: 1px solid #aaaaaa;
	margin: -5px 0px 5px 10px;
	padding: 5px 5px;
}
div#diary .list h4 {
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;
	font-size: 10px;
	color: #ffffff;
	background-color: #bbbbbb;
}
div#diary .list ul {
	margin: 0px 0px 10px 10px;
}
div#diary .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #bbbbbb;
	border-bottom: 3px double #bbbbbb;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #aaaaaa;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 5px;
}
div#trackback dl dd {
	margin-left: 10px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #aaaaaa;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #bbbbbb;
	border-bottom: 3px double #bbbbbb;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: 9px;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
}
div#page ul li {
	display: inline;
	margin-right: 10px;
	font-size: 9px;
	text-decoration: none;
}

/* ----- ナビ ------------------------------------------ */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin-left: 10px;
	text-align: center;
}
div#navi ul li {
	display: inline;
	margin-left: 0px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 3px double #bbbbbb;
	border-bottom: 3px double #bbbbbb;
}
div#contents h3 {
	margin-bottom: 10px;
	padding: 3px 0px;
	border-bottom: 1px double #bbbbbb;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl {
	margin-bottom: 10px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 10px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 3px double #bbbbbb;
	border-bottom: 3px double #bbbbbb;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 3px double #bbbbbb;
	border-bottom: 3px double #bbbbbb;
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin-bottom: 10px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 7em;
}
div#form form dl dd input {
	padding: 1px;
	height: 15px;
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 10px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- ネタバレ用 ------------------------------------ */

.sfield {
	display: none;
	margin: 10px;
	padding: 1em;
	color: #000000;
	border: 1px solid #666666;
	background: #999999;
}

.nbtn {
	padding: 3px 5px;
	color: #000000;
	border: 3px double #666666;
	background: #999999;
}

.nbtnc {
	padding: 3px 5px;
	color: #000000;
	border: 3px double #666666;
	background: #999999;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 3px double #bbbbbb;
	border-bottom: 3px double #bbbbbb;
}
div#env h3 {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #000000;
}

div#env dl {
	margin-bottom: 10px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 10px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 3px double #bbbbbb;
	border-bottom: 3px double #bbbbbb;
}
div#canvas applet {
	margin-bottom: 10px;
	float: left;
}

div#palette * {
	font-size: 10px;
	text-align: left;
}

div#palette table {
	margin: 0px;
	border: 0px solid #000000;
}
div#palette td {
	padding: 1px;
	border: 0px solid #000000;
}
div#palette table tr td table tr td table tr td {
	padding: 5px;
}

div#palette input {
	margin: 1px 0px;
	padding: 1px 0px;
	height: 22px;
}
div#palette select {
	margin: 1px 1px 1px 0px;
}
div#palette textarea {
	width: 120px;
	text-align: left;
}
div#palette .button {
	text-align: center;
}

div#palette font {
	font-size: 10px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 10px;
	padding: 5px;
	border-top: 3px double #bbbbbb;
	border-bottom: 3px double #bbbbbb;
	font-size: 10px;
}
div#status h3 {
	margin-bottom: 10px;
	padding: 3px 0px;
	border-bottom: 1px double #bbbbbb;
	font-size: 10px;
}
div#status h4 {
	margin-bottom: 10px;
	font-size: 9px;
}

div#status dl {
	margin-bottom: 10px;
	font-size: 9px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 15em;
	font-size: 9px;
}
div#status dl dd {
	font-size: 9px;
}

/* ----- フッター -------------------------------------- */

div#footer address a {
	padding: 0px;
	text-decoration: none;
	background-color: #000000;
}

.rss1, .rss2, .atom {
	width: 500px;
	position: absolute;
	display: inline;
}
.rss1 {
	margin-left: 300px;
}
.rss2 {
	margin-left: 365px;
}
.atom {
	margin-left: 430px;
}
