/*
Title: tDiary blog style
Revision: $Revision: 1.2 $
Author: ただただし
Access: sho@spc.gr.jp
License: GPL
Comment: tDiary blog kitデフォルトテーマ

validated by W3C.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
/*        border-style: solid;*/
/*        background-image: url(logo_back.gif);*/
/*        background-attachment: fixed;*/
	background-color: #1a1a33;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/*
リンク文字列に関する設定
*/
a:link {
/*        border-style: solid;*/
	text-decoration: none;
}

a:visited {
	color: #00a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
/*        border-style: solid;*/
	text-align: center;
	font-size: 0.9em;
	clear: both;
}

/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
        border-style: solid;
	color: #000;
        background-color: #ccccff;
	border-color: #aaa;
        border-color: #e64d99;
	border-width: 1px 1px 1px 1px;
	padding: 0px 2px 0px 2px;
}

/*
日記タイトルの設定
*/
h1 {
/*        border-style: solid;*/
        background-image: url(logo_320x114.gif);
        background-repeat: no-repeat;
        background-position: center;
        height: 144px;
        line-height: 144px;
        color: transparent;
	text-align: right;
        vertical-align: text-bottom;
        margin: 0px 0px 0px 0px;
}

/*
カレンダーの設定
*/
div.calendar {
        border-color: #e64d99;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ddf;
	border-width: 2px;
	padding: 2px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
	font-size: 90%;
}

div.calendar div.year {
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
        border-style: solid;
        background-color: silver;
        background-color: #ccccff;
        border-color: pink;
        border-color: #e64d99;
/*        background-color: green;*/
	padding: 3px 3px 3px 3px;
	border-width: 4px 4px 4px 4px;
        margin: 0px 0px 0.5em 0px;
}

/*
タイトル行全体の設定
*/
h2 {
/*        background-color: silver;*/
/*        background-color: #ccccff;*/
	color: #000;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

/*
日付の設定
*/
h2 span.date {
	background: url(baseball010.gif) no-repeat top center;
	font-size: large;
	padding: 1px 0px 1px 0px;
	margin: 0px;
}

/*
タイトルの設定
*/
h2 span.title {
	font-size: large;
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
/*        border-color: pink;*/
/*        border-color: #e64d99;*/
/*        background-color: red;*/
	color: #000;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*
Last-Modified plugin
*/
div.body div.lm {
        background-color: silver;
        background-color: #ccccff;
        border-color: #e64d99;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	text-align: right;
	font-size: 80%;
}

div.body div.lm span.lm {
        border-color: #000;
	border-width: 1px 0px 0px 0px;
        border-style: solid;
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
        padding: 1em;
        border-color: #e64d99;
        border-style: solid;
		border-width: 1px 0px 0px 0px;
        margin: 1px 0px 0px 0px;
/*	padding: 2px 0px 2px 0px;*/
/*        background-color: yellow;*/
}

/*
サブタイトルの設定
*/
h3 {
	padding: 0px 0px 2px 0px;
	font-size: 1em;
	margin: 0px 1px 0px 0px;
	font-weight: bold;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #e64d99;
}

h4 {
	padding: 0px 0px 2px 0px;
	font-size: 1em;
}

h5 {
	padding: 0px 0px 2px 0px;
	font-size: 0.9em;
}

/*
日記の本文(段落)の設定
*/
div.section p {
/*        border-style: solid;*/
        padding: 0px 0px 1em 0px;
	margin: 0px 1em 0px 3em;
	line-height: 1.5em;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	background-color: silver;
        background-color: #ccccff;
	font-size: 0.9em;
	font-weight: bold;
/*	border-color: #ccc;*/
	border-color: silver;
/*	margin: 0.5em;*/
        padding: 0.5em;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
        background-color: silver;
        background-color: #ccccff;
/*        background-color: white;*/
	color: #000;
	padding: 2px;
	margin: 1px 0px 0px 0px;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
	font-size: 0.9em;
	margin-left: 4em;
}
span.commentator {
	font-weight: bold;
}
div.commentshort p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 1.2em;
}

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

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

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

/*
フォーム全体を囲む枠の設定
*/
div.form {
/*        border-style: solid;*/
	color: #000;
	border-color: #ccc;
/*	padding: 1px;*/
	margin: 1px 0px 0px 0px;
}

/*
フォームの設定
*/
div.form form {
	background-color: silver;
        background-color: #ccccff;
/*	background-color: lime;*/
	padding: 0em 0em 0em 3em;
	margin: 0em 0em 0em 0em;
}

div.form form.comment {
	font-size: 0.9em;
}

div.field {
	display: inline;
	margin-right: 2em;
}
form.comment input {
	color: #000;
	margin-left: 1em;
}

div.textarea {
/*	border-style: solid;*/
	display: block;
	vertical-align: top;
}
form.comment textarea {
/*        border-style: solid;*/
	display: block;
	color: #000;
/*	padding-left: 3em;*/
	width: 30em;
	height: 5em;
}

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

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
        background-color: silver;
        background-color: #ccccff;
/*        background-color: Fuchsia;*/
	text-align: right;
	font-size: 0.9em;
	color: #000;
	padding: 2px;
	padding-bottom: 1px;
	margin: 1px 0px 0px 0px;
        border-color: #e64d99;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	background-color: silver;
        background-color: #ccccff;
/*        background-color: Fuchsia;*/
	color: #000;
	border-color: #000;
        border-color: #e64d99;
	padding: 1px;
        margin: 1px 0px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	font-size: 0.9em;
/*	margin: 0.5em 1em 0.5em 3em;*/
	padding: 0em 1em 0.5em 3em;
        margin: 0px 0px 0px 0px;
	line-height: 1.2em;
}

/*
罫線の設定
*/
hr {
	border-color: #ddf;
}

/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	font-size: 0.9em;
	text-align: right;
	margin-top: 0.5em;
	margin-right: 1em;
	clear: both;
}

/*
更新フォーム
*/
form.update {
	background-color: silver;
        background-color: #ccccff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
form.update input, form.update textarea, form.commentstat input {
	color: #000;
}

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;
	margin-left: 3em;
}

/*
エラーメッセージ表示の設定
*/
p.message {
	text-align: center;
	font-size: large;
	color: #fff;
	padding: 8px;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	color: #000;
	margin-left: 5em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
	border-color: #ccc;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	border-color: #ccc;
	margin-left: 5em;
	margin-right: 3em;
	padding: 4px 4px 4px 4px;
}
div.body blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

/*
箇条書きの設定
*/
div.body ul, div.body ol {
	margin-left: 1em;
	margin-right: 3em;
/*	border-width: 1pt;*/
/*	border-style: solid;*/
}

/*
項目リストの設定
*/
div.body dl {
	margin-left: 3em;
	margin-top: 0px;
/*	border-width: 1pt;*/
/*	border-style: solid;*/
}

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

div.body dd {
	margin: 0em 3em 0.5em 1em;
	line-height: 1.5em;
}

/*
 いくつかのメジャーなプラグイン対応
 */

/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 1.1em;
	border-color: #ccc;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/* recent_list */
p.recentitem {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: 0.7em;
}

div.footnote {
	font-size: 0.9em;
	border-color: #ccc;
	padding: 0em;
	margin-left: 6em;
}

p.footnote {
	margin: 0.5em;
	padding: 0em;
}

/* amazon plugin */
img.left {
	border-color: #008;
	float: left;
	margin: 0.5em;
}

img.right {
	border-color: #008;
	float: right;
	margin: 0.5em;
}

div.section, div.comment {
	clear: both;
}

/*
サイドバー関連
*/
div.main {
/*	float: right;*/
/*	width: 70%;*/
/*        position: relative;*/
/*        top: 0em;*/
/*        left: 0px;*/
        width: 70%;
        margin-top: 0px;
        padding-top: 0px;
	float: left;
}

div.sidebar {
/*        position: relative;*/
/*        top: 0em;*/
/*        left: 0em;*/
        margin-left: 71%;
        background-color: silver;
        background-color: #ccccff;
/*	float: left;*/
        border-color: #e64d99;
	border-width: 4px 0px 4px 4px;
	border-style: solid;
/*	float: right;*/
}

div.sidebar div.sidemenu {
        color: pink;
		color: #ccccff;
        background-color: blue;
	border-color: #ccc;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

div.sidebar ul {
	line-height: 120%;
	margin: 0em 0em 0em 2em;
	padding: 0px;
/*        text-align: justify;*/
}

div.sidebar ul a {
/*        display: block;*/
/*        display: list-item;*/
        text-decoration: none;
}

div.sidebar ul a:hover {
        text-decoration: none;
        background-color: pink;
        background-color: #e64d99;
}

div.sidebar form {
	margin: 0em 0em 0.5em 2em;
	padding: 0px;
}

div.base {
        position: relative;
        top: 0px;
        left: 0px;
	padding: 0px;
	margin: 0px;
/*	border-style: solid;*/
}

div.main div.day div.body div.section form {
/*        background-color: blue;*/
        margin: 1em 0px 1em 0px;
        padding: 1px 0px 1px 0px;
/*        border-style: solid;*/
}
div.main div.day div.body div.section form input{
        margin: 1px 0px 1px 0px;
        padding: 1px 0px 1px 0px;
/*        border-style: solid;*/
}
