/*
Title: Nacht Musik
Revision: $Revision: 1.5 $
Author: epi
Access: http://wind.prohosting.com/~episodee/
License: GPL
Comment: 夜のお共に

Copyright 2002 (C) by epi <http://wind.prohosting.com/~episodee/>
Validated by W3C.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	color: #FFFAFA; 
	background-color: #000000; 
}

a:link {
	color: #b0c4de;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #d3d3d3;
	background-color: transparent;
	text-decoration: none;
}

a:active, a:hover, a:focus {
	background-color: transparent;
	text-decoration: underline;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/

div.adminmenu {
	font-size: small;
	text-align: right;
}

p.message {
	color: white;
	background-color: transparent;
	font-size: small;
	text-align: center;
	padding: 8px;
}
/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	color: #4b0082; 
	background-color: transparent; 
	border-style: solid;
	border-color: #696969 #eee #eee #696969;
	border-width: 1px;
	font-size: small;
	padding: 2px;
}
/*
日記タイトルの設定
*/
h1 {
	text-align: right;
	padding: 5px 10px 5px 10px;
	background-image: url(nachtmusik_bg1.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	height: 32px;
	line-height: 32px;
}
/*
カレンダーの設定
*/
div.calendar {
	margin-bottom: 0.5em;
	border-style: none;
	border-color: #696969 #eee #eee #696969;
	border-width: 1px;
	padding: 2px;
}
/*
1日の日記全体を囲む枠の設定
*/
div.day {
	text-align: left;
	margin: 3em 2% 3em 2%;
	padding: 0px 10px 0px 10px;
	clear: both;
}
/*
タイトル行全体の設定
*/
h2 {
	text-align: right;
	margin: 0.5em auto 0em 0em;
	background-image: url(nachtmusik_bg2.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	height: 32px;
	line-height: 32px;
}
/*
日付の設定
*/
h2 span.date {
	color: #4b0082; 
	background-color: transparent;
	text-align: center;
}
/*
タイトルの設定
*/
h2 span.title {
}
/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	text-align: left;
	margin: 0px auto 0px auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

/*
日記の本文(段落)の設定
*/
div.section p {
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	line-height: 1.3;
}

/*
サブタイトルの設定
*/
h3 {
	color: #bc8f8f;
	background-color: transparent;
	font-size: 100%;
	font-weight: bold;
	margin: 0em;
}

p.strong {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
pre {
	color: #696969;
	background-color: #dcdcdc; 
	margin-left: 2em;
	font-size: 80%;
	margin-right: 3em;
	padding: 8px;
	line-height: 1.3;
}
/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	border-color:#dcdcdc;
	border-style: solid double;
	border-width: 0px 0px 0px 2px;
	padding: 5px 10px 5px 10px;
}

/* 
アンカー
*/
div.day span.sanchor {
	background-image: url(nachtmusik_icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 15px 10px 0px 0px;
	color: #000;
	background-color: transparent;
	font-size: 1px;
}
div.day span.canchor {
	background-image: url(nachtmusik_icon2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 15px 10px 0px 0px;
	color: #000;
	background-color: transparent;
	font-size: 1px;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	text-align: left;
	font-size: 80%;
	margin: auto 5px;
	border-style: solid;
	border-color: #696969;
	border-width: 0px 0px 1px 0px;
	padding-left: 0.5em;
	clear: both;
}
/*
ツッコミ欄タイトル行の設定
*/
div.comment div.caption {
	border-style: solid;
	border-color: #696969;
	border-width: 0px 0px 1px 0px;
}

/*
ツッコミした人の名前の設定
*/

p.comment {
	text-align: left;
}
/*
リンク元リストタイトルの設定
*/
div.refererlist div.caption {
	color: #dcdcdc;
	background-color: transparent;
	text-align: left;
	border-style: solid;
	border-color: #696969;
	border-width: 1px;
	padding: 2px;
}
/*
リンク元リスト(短い方)の設定
*/
div.referer {
	text-align: right;
	margin-left: 24px;
	margin-right: 12px;
	padding: 2px;
	padding-bottom: 1px;
}
/*
リンク元リスト(全体一覧)の設定
*/
div.refererlist {
	color: gray;
	background-color: transparent;
	text-align: right;
	margin-top: 1em;
	border-style: solid;
	border-color: black;
	border-width: 3px 0px 0px 0px;
	padding-bottom: 1px;
}
/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	text-align: left;
	margin-top: 0em;
}
/*
罫線の設定
*/
hr {
	border-style: dotted;
	border-color: #4682b4; /* steelblue */
	border-width: 1px;
}
/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
	clear: both;
}

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


input.field {
	color: #000000; 
	background-color: white;
	border-color: #2f4f4f;
	border-style: solid;
	border-width: 1px;
}

textarea {
	color:#000000;
	background-color: white;
	border-color: #2f4f4f;
	border-style: solid;
	border-width: 1px;
}
/*
項目リストの設定
*/
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;
}

/*
for plugin
*/

/* footnote */
span.footnote {
	color: #696969;
	font-size: 70%;
	background-color: transparent;
}
div.footnote {
	color: #a9a9a9;
	background-color: transparent;
}
p.footnote {
	font-size: 80%;
}

/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 100%;
	border-width: 0px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
	background-color: transparent;
	border-color: #696969; 
	color: #778899; 
}

td.calendar-current-month {
	font-size: x-small;
	text-align: center;
}

td.calendar-next-month {
	font-size: x-small;
	text-align: right;
}

td.calendar-prev-month {
	font-size: x-small;
	text-align: left;
}

td.calendar-sunday {
	color: #dc7093;
	background-color: transparent;
	font-size: xx-small;
	text-align: center;
}

td.calendar-saturday {
	color: #4682b4;
	background-color: transparent;
	font-size: xx-small;
	text-align: center;
}

td.calendar-weekday {
	color: #dcdcdc;
	background-color: transparent;
	font-size: xx-small;
	text-align: center;
}

td.calendar-day {
	font-size: xx-small;
	text-align: right;
}

/* recent_list, title_list */
p.recentitem {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.recentsubtitles {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* dropdown_calender */
select {
	color: #dcdcdc;
	background-color: transparent;
	border-color: #696969;
	border-style: solid;
	border-width: 1px;
}
input {
	color: #dcdcdc;
	background-color: transparent;
	border-color: #696969;
	border-style: solid;
	border-width: 1px;
}
/* search_form */
input.search {
	color: #dcdcdc;
	background-color: transparent;
	border-color: #696969;
	border-style: solid;
	border-width: 1px;
	font-size: x-small;
}

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

span.commentator {
        font-weight: bold;
}

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

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

/*
ツッコミした人の情報
*/
div.commentator {
        border-style: solid;
        border-color: #696969;
        border-width: 0px 0px 1px 0px;
        line-height: 1.5em;
}

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

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

div.form div.caption {
        font-size: 90%;
        border-style: solid;
        border-color: #696969;
        border-width: 0px 0px 1px 0px;
        margin: 0.5em;
}

div.form form.comment {
        font-size: 90%;
}

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

form.comment input {
        background-color: white;
        color: #000000;
        margin-left: 1em;
}

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

form.comment textarea {
        display: block;
        background-color: white;
        color: #000000;
        margin-left: 3em;
        width: 30em;
        height: 5em;
}

div.button {
        display: block;
        margin-left: 3em;
}

/*
更新フォーム
*/
div.update.day {
	color: #dcdcdc; 
	background-color: transparent;
	border-style: solid;
	border-color: #696969;
	border-width: 1px;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 1em;
}

div.update.day div.form {
	border: none;
}

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

form.update textarea {
        background-color: white;
        color: #000000;
}

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-left: 3em;
        margin-bottom: 1em;
        width: 35em;
        height: 15em;
}

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

div.update.day input {
	background-color: #000;
	color: #fff;
}

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