@charset "euc-jp";
/*
Title: pudding
Revision: $Revision: 1.5 $
Author: oyuu
Access: oyuu@mocha.freemail.ne.jp
License: GPL
Comment: プリン色のテーマ

        Pudding Style Sheet of tDiary 
	Copyright (c) 2002 oyuu
	validated by W3C.
*/


/* リンク色指定 */
a:link{ 
	color: #a22e00;
        text-decoration: none;
	background-color: transparent;
}
a:visited{ 
	color: #d83d00;
        text-decoration: none;
	background-color: transparent;
 }
a:active, a:hover {
	color: #782200;
 	text-decoration: none;
	background-color: transparent;
}

/* h2とcalendar2のリンク色指定*/
h2 a:link,table.calendar a:link {
	color: #FFE600;
}

h2 a:visited,table.calendar a:visited {
	color: #FFCC00;
}

h2 a:active,table.calendar a:active {
	color: #FFB300;
}

h2 a:hover,table.calendar a:hover {
	color: #FFB300;
}


/* 全体の指定 */
body {
	color: #471400;
        /* background-color: #FFFF9B; */
        background-color: #ffffcc;
	margin: 0px;
}

/* ナビゲーションボタン */
div.adminmenu {
	font-size: 100%;
	margin: 0% 10% 0% 0%;
	text-align: right
}

span.adminmenu {}

/* 日記タイトル */
h1 {
	color: #471400;
	/* background-color: #FFFF9B; */
	background-color: #ffffcc;
	font-size: 150%;
	font-family: "Tempus Sans ITC", sans-serif;
	padding-top: 3%;
	padding-bottom: 0%;
	text-align: center;
}

/* カレンダー */
div.calendar {
	font-size: 90%;
	margin: 0% 10% 0% 0%;
	padding-bottom: 1%;
	padding-left: 8%;
	padding-right: 1%;
	padding-top: 1%;
	text-align: left;
}

/* カレンダー2 */
table.calendar {
        font-size: 90%;
        line-height: 100%;
        border-width: 2px;
        border-color: #471400;
        border-style: solid;
	color: #FFFF9B;
        background-color: #471400;
	margin: 3%;
        padding: 1px;
}

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

/* ヘッドライン */
.headline {
	font-size: 90%;
	margin: 1% 1% 1% 1%;
	padding: 1%;
	text-align: left
}

div.intro{
	font-size: 90%;
	margin: 2% 5% 2% 5%
}


/* １日分の日記 */
div.day {
	margin: 0% 8% 3% 8%;
	padding: 0% 0% 0% 0%;
	border-style:solid;
}

/* 日付・タイトル部分 */
h2 {
	color: #FFFF9B;
	background-color: #471400;
	font-size: 90%;
	margin-top: 0%;
	padding: 0.5% 0.5% 0.5% 0.5%;
}

h2 span.date {
	font-size: 120%;
	font-style: normal;
	margin-left: 0.5%;
	margin-right: 1%
}

h2 span.title {
	font-size: 120%;
	font-style: normal
}

/* 本文パート */
div.body {
	font-size: 95%;
	margin-bottom: 3%;
	padding: 0 1% 1% 1%;
	line-height: 1.3;
}

/* セクション */
div.section {
	margin-top: 1%;
	margin-bottom: 1%
}

/* サブタイトル */
h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0%;
	margin-bottom: 0.1%
}

span.sanchor {}


div.day p {
	margin-bottom: 0%;
	margin-top: 1%;
	margin-left: 1em;
        /* text-indent: 1em */
}

div.section p {
	padding-top: 0.1%;
	/* padding-bottom: 0.2%; */
}

div.comment {
	font-size: 90%;
	line-height: 1.4;
        border-top: solid 1px
}

div.comment div.caption {
	font-size: 100%;
	padding-left: 1% ;
	border-top: #471400 1px solid;
	border-bottom: #471400 1px solid;
}

div.commentbody{}

div.comment p {
	margin-left: 0em! important;
	text-indent: 0em
}

span.canchor{}


span.commnettime{}

div.referer {
	font-size: 90%;
	border-top: #471400 1px solid;
	border-bottom: #471400 1px solid;
	padding-top: 0.2%;
	padding-right: 1%;
	padding-bottom: 0.2%;
	padding-left: 1%;
	text-align: right
}

div.refererlist {
	border-top: #471400 1px solid;
	border-bottom: #471400 1px solid;
	padding-top: 1%; 
	padding-right: 1%;
	padding-bottom: 0.2%;
	padding-left: 1%;
}

div.refererlist div.caption {
	font-size: 90%;
	border-bottom: #471400 1px solid;
	margin-top: 0.5em;
}

UL.referer {
	margin-top: 0em;
}

hr.sep { display: none }

.sfooter {}

div.footer {
	font-size: 90%;
	margin-right: 8%;
	padding-bottom: 3%;
	text-align: right
}

div.form {
	font-size: 90%;
	line-height: 1.5;
	margin: 2% 1% 3% 1%

}

div.form form {
	text-align: center;
}

div.day imput{
	color: #471400;
	background-color: #FFFF9B;
}

input.field {
	color: #471400;
	background-color: #FFFF9B;
	border-right: 2px solid #471400;
	border-left: 2px solid #471400;
	border-top: 2px solid #471400;
	border-bottom: 2px solid #471400;
        text-indent: 0em ! important;
}

input,select { 
        text-indent: 0em ! important;
}

textarea {
	color: #471400;
	background-color: #FFFF9B;
	font-size: 100%;
	border-right: 2px solid #471400;
	border-left: 2px solid #471400;
	border-top: 2px solid #471400;
	border-bottom: 2px solid #471400;
        text-indent: 0em ! important;
}

p.message {
	font-size: 100%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
}

pre {
	color: #FFFF9B;
	background-color: #471400;
	font-size: 100%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

div.body dl {
	margin-left: 2em;
}

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

div.body blockquote {
	border: #471400 2px solid;
	margin: 1% 2%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

div.section blockquote p {
	margin-left: 0em;
	text-indent: 0em
}

em {
	color: #ff0000;
	background-color: #FFFF9B;
	font-style: normal;
}

strong {
	color: #ff0000;
	background-color: #FFFF9B;
}

.hide {
	color: #000000;
	background-color: #ffffCC
}


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

span.commentator {
}

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;
	font-weight: bold;
}

/*
ツッコミ本文
*/
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;
}

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

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

form.comment textarea {
        display: block;
        background-color: #FFFF9B;
        color: #471400;
        width: 30em;
        height: 5em;
	margin: 0em auto;
}

div.button {
        display: block;
}

/*
更新フォーム
*/
div.day.update div.form form {
	text-align: left;
}

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

form.update input, form.update textarea, form.commentstat input {
        background-color: #FFFF9B;
        color: #471400;
}

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.day.update div.comment div.caption {
	text-align: center;
}

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

