/*
Title: SimpleBlack
Revision: $Revision: 1.8 $
Author: Nana
Access: http://moo.boo.jp
Comment: 思いっきりシンプル

	Copyright by (C) Nana http://moo.boo.jp
   Validated by W3C
*/
/* ChangeLog
2002-04-05 TADA Tadashi <sho@spc.gr.jp>
	* add spec.

2002-03-27 TADA Tadashi <sho@spc.gr.jp>
	* fix textarea biyo--n problem.

2002-03-16 by Nana
	* change body font-size:small>>>1em
	* color:black>>>#000
	* a:hover,a:active color: blue>>>#0000ff
	* p.calendar font-size:14px>>>medium
	* W3C css-validator check
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
        text-align : center;
        font-size: 100%;
	background-color: #000;
	color: #fff;
    
}

a:link {
        text-decoration: none;
        color: #555;
        font-weight:bold;
}

a:visited {
        text-decoration: none;
        font-weight:bold;
        color: #FF0000;
}

a:hover,a:active {
        text-decoration: underline overline;
        color: #0000ff;
}
/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: small;
}

p.message {
	text-align: center;
	font-size: small;
	background-color: #000;
	color: #fff;
	padding: 8px;
}
/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	background-color: transparent;
	padding: 3px;
        font-size: small;
}
/*
日記タイトルの設定
*/
h1 {
	text-align: left;
	font-size: small;
}
/*
カレンダーの設定
*/
div.calendar {
	font-size: medium;
        font-weight: bold;
       	text-align: left;
	padding: 5px;
        border-style: none;
	border-color: #000;
	border-width: 0px 0px 3px 0px;
        width:80%
}
/*
1日の日記全体を囲む枠の設定
*/
div.day {
        background-color: #fff;
        color: #999;
	margin: 3em auto 3em auto;
	text-align: left;
	clear: both;
	width: 80%;
	border-style: solid;
	border-color: #000;
	border-width: 5px;
	padding: 0px 8px 0px 8px;
}
/*
タイトル行全体の設定
*/
h2 {
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: 0px;
	font-size: small;
        font-weight: bold;
}
/*
日付の設定
*/
h2 span.date {
	font-weight: bold;
	font-size: small;
	text-align: center;	
}
/*
タイトルの設定
*/
h2 span.title {
	font-size: small;
}
/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
        font-size: small;
	margin: 0px auto 0px auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	color: #000;
}

/*
日記の本文(段落)の設定
*/
P {
        Font-size: small;
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	line-height: 1.3;
}
p.sentence {
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.2;
	border-style: none;
	border-color: #000;
	border-width: 1px 0px 0px 0px;
}
/*
サブタイトルの設定
*/
h3 {
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
        font-size: small;
	clear: both;
}
span.anchor {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 12px;
	margin-right: 12px;
	font-weight: bold;
	font-size: small;
	float: left;
}

pre {
	border-style: none;
	font-size: small;
        background-color: #000;
        color: #fff; 
	border-color: #fcc;
	margin-left: 1em;
	margin-right: 1em;
	padding: 5px 5px 5px 5px;
}
/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: small;
	clear: both;
	text-align: left;
	padding-bottom: 1px;
	margin: auto 5px;
	border-style: dotted;
	border-color: #000;
	border-width: 3px 0px 0px 0px;
}
/*
ツッコミ欄タイトル行の設定
*/
div.comment div.caption {
	text-align: right;
	position: relative;
	font-size: small;
	color: #000;
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-style: none;
}	
/*
ツッコミした人の名前の設定
*/

p.comment {
	font-size: small;
	text-align: left;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin-left: 26px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 1.3;
}
/*
リンク元リストタイトルの設定
*/
div.refererlist div.caption {
	color: #999;
	text-align: left;
	background-color: black;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
        padding: 2px;
}
/*
リンク元リスト(短い方)の設定
*/
div.referer {
        background-color: #000;
       	text-align: center;
	color: #999;
       	font-size: small;
	padding: 2px;
	margin-bottom: 1em;
	border-style: none;
  	border-width: 3px;
}
/*
リンク元リスト(全体一覧)の設定
*/
div.refererlist {
	font-size: small;
	text-align: right;
	padding-bottom: 1px;
	padding-top: 1em;
	margin-top: 1em;
	border-style: dotted;
	border-color: #000;
	border-width: 3px 0px 0px 0px;
}
/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	margin-top: 0em;
	text-align: left;
}
/*
罫線の設定
*/
hr {
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
}
/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	font-size: small;
	text-align: right;
	margin-top: 0px;
	clear: both;
}
/*
フォーム全体を囲む枠の設定
*/
div.form {
    	background-color: #fff;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
        border-width: 5px;
        width: 80%;
        border-color: #000;
	border-style: solid;
}

div.form form {
        color: #000;
	background-color: transparent;
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	width: 90%;
}


input.field {
    	color: #000;
	border-color: #000;
	border-style: solid;	
}

input, select, option {
	
	color: #000;
	border-color: #000;
	border-style: solid;
	
	clear: both;
}

textarea {
	color: #000;
	border-color: #000;
	border-style: solid;
	width: 90%;
}
/*
項目リストの設定
*/
div.body dl {
	margin-left: 2em;
}

div.body dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

div.body dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
        margin-left: 0.5em;
}

span.commentator {
	color: #000;
}

div.commentshort p {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        line-height: 1.2em;
}

/*
ツッコミ本体
*/
div.commentbody {
        margin: 0.5em;
        line-height: 1.2em;
}

/*
ツッコミした人の情報
*/
div.commentator {
        line-height: 1.5em;
	color: #000;
}

/*
ツッコミ本文
*/
div.commentbody p {
        margin: 0.5em;
}

/*
フォームの設定
*/
div.form form {
        margin: 0em;
}

div.form div.caption {
        margin: 0.5em;
}

div.form form.comment {
}

div.field {
        display: inline;
        margin-right: 2em;
}

form.comment input {
        margin-left: 1em;
}

div.textarea {
        display: block;
        vertical-align: top;
}

form.comment textarea {
        display: block;
        width: 30em;
        height: 5em;
}

div.button {
        display: block;
}

/*
更新フォーム
*/
div.day.update div.form {
	border-style: none;
}

form.update {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
}

form.update span.field {
        display: inline;
        margin-left: 0em;
        margin-right: 0.5em;
}

form.update div.field.title {
        display: block;
        margin-top: 1em;
}

form.update div.field.title input {
        margin-left: 0.5em;
}

form.update div.textarea {
        display: block;
        margin-top: 1em;
}

form.update textarea {
        display: block;
        margin-bottom: 1em;
        width: 35em;
        height: 15em;
}

form.update span.checkbox.hidediary {
        margin-left: 1em;
}

/*
ツッコミ状態変更フォーム
*/
div.comment form {
        margin-top: 0em;
}
