/*
Title: gingham-yellow
Revision: $Revision: 1.3 $
Author: Nana
Access: moo@xu.boo.jp
License: GPL
Comment: 

Copyright 2003 (C) by Nana <moo@xu.boo.jp>
validated by W3C.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #ffffff;
	background-image: url(gingham-y.png);
	color: #555555;
	padding: 0.2em 0.2em;
	margin: 1.5em;
}

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

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

a:active {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #FF3800;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: 90%;
	margin: 5px;
}

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

div.calendar{
	background-image: url(gingham-a-y.png);
	padding: 3px;
	border-style: solid;
	border-color: #eee #aaa #aaa #eee;
	border-width: 1px;
}

/*
日記タイトルの設定
*/
h1 {
	text-align: left;
	font-size: 150%;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background-image: url(gingham-a-y.png);
	text-align: left;
	padding: 0px;
	margin: 0em 0em 2em 0em;
	border-style: solid;
	border-color: #eee #aaa #aaa #eee;
	border-width: 1px;
}

/*
タイトル行全体の設定
*/
h2 {
	font-size: medium;
	margin-left: 10px;
	padding-top: 5px;
	text-align: left;
}

/*
日付の設定
*/
h2 span.date {

}

/*
タイトルの設定
*/
h2 span.title {
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	background-image: url(gingham-b-y.png);
	text-align: left;
	padding: 0px;
	margin: 20px;
	
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
	margin: 0em 1em;
}

/*
サブタイトルの設定
*/
h3 {
	padding: 10px 4px 0px 4px;
	margin: 0px;
	font-weight: bold;
	border-bottom: solid #fff 3px;
}

/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.sanchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/

div.day span.sanchor {
	background-image: url(sanchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 22px 22px 0px 0px;
	color: #E6DFF6;
	background-color: transparent;
	font-size: 1px;
}

div.day span.canchor {
	background-image: url(canchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 22px 22px 0px 0px;
	color: #E6DFF6;
	font-size: 1px;
}


/*
日記の本文(段落)の設定
*/
div.section p {
	line-height: 1.3em;
	padding: 0em 1em 0em 1em;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	text-align: left;
	padding: 2px;
	margin: 0em 0.4em;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: 95%;
	text-align: left;
	margin: 20px;
	padding: 20px;
	background-image: url(gingham-b-y.png);
}

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

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

/*
ツッコミ本体
*/
div.commentbody {
	margin: 0px 8px;
	padding: 4px;
}

/*
ツッコミした人の情報
*/
span.commentator {
	font-weight: bold;
}

/*
ツッコミ本文
*/
div.commentbody p {
	margin: 0em 0em 0em 2em;
	line-height: 120%;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	text-align: left;
	padding: 4px;
	margin: 1em;
}

div.form div.caption {
	text-align: left;
	padding: 0px;
	margin-bottom: 0.5em;
}

div.form div.caption a{
	display: block;
	padding: 2px;
}

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

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

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

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

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

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

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

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
	text-align: center;
	font-size: 90%;
	color: #555555;
	padding: 1px 8px 4px 8px;
	margin: 0px;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	font-size: 90%;
	text-align: left;
	padding: 3px 8px;
	margin: 0px;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	margin-top: 3px;
}

/*
罫線の設定
*/
hr {
	display: none;
}

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

/*
フッタの設定
*/
div.footer {
	font-size: 90%;
	text-align: right;
}

/*
更新フォーム
*/
div.day.update {
	padding: 0px;
}

div.day.update div.form div.caption {
	margin: 0px;
}

div.day.update div.form {
	padding: 0px;
	border-style: none;
}

div.day.update div.form form.update {
	margin: 0px ! important;	
}

form.update div {
	padding: 0px;
}

form.update input, form.update textarea, form.commentstat input {
	background-color: #fff;
	color: #555555;
}

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;
}

div.conf.day h2 span.title {
	display: block;
	text-align: center;
	margin-top: 0px;
}

div.conf.day div.body {
	padding: 8px;
}

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

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	margin-left: 2em;
	margin-right: 1em;
	padding: 8px;
	background-color: #F5F5DC;
	border-style: solid;
	border-color: #E9967A;
	border-width: 2px 1px;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	border-style: ridge;
	border-color: #D2691E;
	border-width: 5px;
	padding: 6px;
	color: #D2691E;
	background-color: transparent;
}
div.body blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

/*
箇条書きの設定
*/
div.body ul, div.body ol {
	margin-left: 6em;
	margin-right: 3em;
}

/*
項目リストの設定
*/
div.body dl {
	margin-left: 5em;
}

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

div.body dd {
	margin: 0em 3em 0.5em 1em;
}

li {
	list-style-type: circle;
}

em {
	font-weight: bold;
}


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

/* calendar2 */
table.calendar {
	font-size: 90%;
	line-height: 1.1em;
	margin: 2px auto;
}

table.calendar td {
	text-align: right;
}

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

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

div.footnote {
	font-size: 90%;
	border-style: solid;
	border-color: #D2691E;
	border-width: 1px 0px 0px 0px;
	padding: 0em;
	margin-left: 6em;
}

p.footnote {
	margin: 0em 0.5em;
	padding: 0em;
}
/* calendar3 */
.calendar-popup {
	display: none;
	position: absolute;
	border-style: solid;
	border-width: 1px;
	padding: 0 1ex 0 1ex;
	font-size: 80%;
}

.calendar-day a{
	font-weight: normal;
}

.calendar-sunday {
	color: #DA70D6;
}

.calendar-saturday {
	color: #1E90FF;
}

.calendar-weekday {
	color: #555;
}
.calendar-todo {
	border-bottom: 1px solid #D2691E;
}

/* recent_list */
	p.recentitem {
	font-size: 90%;
	margin: 0em;
	text-align: center;
	padding: 0px;
}
p.recentitem a:link{display: block}

div.recentsubtitles {
	font-size: x-small;
	margin: 0px 0px 5px 0px;
	padding-left: 3px;
	text-align: left;
}
/* counter */
	div.counter p{
	font-size: 13px;
}
form.search{margin: 0px;}

div.rank{
	font-size: 90%;
	padding: 0.5em;
}
table,td{
	border: none;
	font-size: 90%;
	margin: 5px;
}
