/*
Title: Date
Revision: $Revision: 1.5 $
Author: epi
Access: http://330mg.bufferin.jp/diary/
License: GPL
Comment: 設定画面の日付フォーマットは%a %B %d, %Yがナイス

validated by W3C.
*/

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

a:link {
	color: #6b8e23;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #808000;
	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;
	font-size: small;
	padding: 2px;
}
/*
日記タイトルの設定
*/
h1 {
	color: #add8e6;
	background-color: transparent;
	text-align: right;
}
/*
カレンダーの設定
*/
div.calendar {
	margin-bottom: 0.5em;
	padding: 2px;
	text-align: right;
}
/*
1日の日記全体を囲む枠の設定
*/
div.day {
	text-align: left;
	margin: 3em 2% 3em 2%;
	padding: 0px 10px 0px 10px;
	clear: both;
}
/*
タイトル行全体の設定
*/
h2 {
	background-color: transparent;
}
/*
日付の設定
*/
h2 span.date {
	font-size:50pt;
	color: #778899;
	background-color: transparent;
	/*text-transform:none;*/
	text-align : center;
	/*width: 600px;*/
}
/*
タイトルの設定
*/
h2 span.title {
	text-align : center;
	/*margin-left:-50%;*/
	margin-right:2%;
	font-size: 20pt;
	/*margin-top:100px;*/
	color: #add8e6;
	background-color: transparent;
}
/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	text-align: left;
	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: #4169e1;
	background-color: transparent;
	font-size: 100%;
	font-weight: bold;
	margin-top: 1em;
}

p.strong {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
pre {
	color: #696969;
	background-color: #dcdcdc;
	margin-left: 2em;
	font-size: 90%;
	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;
}
p.source {
	padding: 5px 10px 5px 10px;
	text-align: right;
	font-size: 80%;
}

/*
アンカー
*/
div.day span.sanchor {
	padding: 15px 10px 0px 0px;
	color: #e6e6fa;
	background-color: transparent;
	font-size: 1px;
}
div.day span.canchor {
	padding: 15px 10px 0px 0px;
	color: #e6e6fa;
	background-color: transparent;
	font-size: 1px;
}

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

/*
ツッコミした人の名前の設定
*/
/*
p.comment {
	text-align: left;
}
*/
/*
リンク元リストタイトルの設定
*/
div.refererlist div.caption {
	color: #4169e1;
	background-color: transparent;
	text-align: left;
	padding: 2px;
	font-size: 90%;
}
/*
リンク元リスト(短い方)の設定
*/
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;
	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: #4169e1;
	background-color: transparent;
	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;
}

textarea {
	color:#000000;
	background-color: white;
}
/*
項目リストの設定
*/
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: 90%;
	background-color: transparent;
}
div.footnote {
	color: #a9a9a9;
	background-color: transparent;
}
p.footnote {
	font-size: 90%;
}

/* 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;
}
p.calendar input {
	color: #dcdcdc;
	background-color: transparent;
}
/* search_form */
input.search {
	color: #dcdcdc;
	background-color: transparent;
	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 {
        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%;
        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;
}

/*
更新フォーム
*/
form.update {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
        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.comment form {
        margin-top: 0em;
}
