/*
Title: こたつ
Revision: $Revision: 1.4 $
Author: ただただし
Access: sho@spc.gr.jp
License: GPL
Comment: こたつの中で本を読む感じ(←読むな)

Copyright 2002 (C) by TADA Tadashi <sho@spc.gr.jp>
Validated by W3C.
*/
/* ChangeLog
2002-10-08 NT <nt@24i.net>
        * convert for 1.5 series.

2002-05-07 zoe <zoe@kasumi.sakura.ne.jp>
	* remove overflow.

2002-04-04 TADA Tadashi <sho@spc.gr.jp>
	* created.
*/

body {
	background-color: #f50;
	color: #000;
	font-weight: bold;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

div.adminmenu {
	text-align: right;
	margin-top: 0px;
	font-size: x-small;
}
div.adminmenu {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	color: #000;
	background-color: #f80;
	font-weight: bold;
}

h1 {
	text-align: left;
}

div.day h2 {
	text-align: left;
	font-size: medium;
}

div.body {
	margin-left: 10%;
	margin-right: 10%;
	line-height: 120%;
}

div.body h3 {
	color: #f50;
	background-color: #000;
	font-size: medium;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 4px;
}
div.body h3 a {
	color: #f50;
	background-color: transparent;
}

div.day span.sanchor {
	text-decoration: none;
}

div.day span.canchor {
	text-decoration: none;
}

div.body p {
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

div.body pre {
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-color: #000;
/*	overflow: auto; */
	padding: 8px;
	margin-left: 2em;
	font-weight: normal;
}

div.body blockquote {
	background-color: transparent;
	border-style: solid;
	border-color: #000;
	border-width: 4px 0px 4px 0px;
	padding: 4px;
	margin-left: 3em;
	margin-right: 3em;
	font-weight: normal;
}

div.body blockquote p {
	margin-left: 0em;
}

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

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

div.body dt {
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 1px 0px;
	margin-top: 0.7em;
}

div.body dd {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 2em;
}

div.comment {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: small;
	margin-left: 2em;
}

div.day div.comment {
	margin-left: 10%;
	margin-right: 10%;
}

div.form div.comment {
	margin-right: 1em;
}

div.comment p {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 4px;
}

div.comment p.commenttitle {
	margin: 0em;
	padding: 2px;
	color: #f50;
	background-color: #000;
	font-weight: bold;
}
div.comment p.commenttitle a {
	color: #f50;
	background-color: #000;
}


div.form {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

div.day div.form {
	margin-left: 10%;
	margin-right: 10%;
}

div.day div.form {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: small;
}

div.form form {
	margin: 0;
	padding: 4px 4px 4px 4px;
	width: 100%;
}

div.form p {
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding-left: 4px;
}

textarea {
	font-weight: bold;
	color: #000;
	background-color: #f80;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

div.form textarea {
	margin-left: 2em;
}

div.day div.form textarea {
	width: 20em;
}

input {
	font-weight: bold;
	color: #000;
	background-color: #f80;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

div.form input {
	margin-left: 2em;
}

div.referer {
	text-align: right;
	font-size: x-small;
	margin-top: 0px;
	font-weight: normal;
	margin-right: 10%;
}

div.refererlist {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-size: small;
}
div.refererlist p {
	color: #f50;
	background-color: #000;
}

div.day div.refererlist {
	margin-left: 10%;
	margin-right: 10%;
}

div.refererlist ul {
	margin-left: 2em;
	font-weight: normal;
}
div.refererlist ul {
	text-decoration: none;
}

div.form div.refererlist {
	margin-right: 1em;
}

div.refererlist p, div.refererlist ul {
	margin-top: 0px;
	margin-bottom: 0em;
	padding: 4px 4px 4px 4px;
}

hr {
	color: #000;
	height: 1px;
	background-color: transparent;
	margin-top: 0.5em;
}

hr.sep {
	display: none;
}

div.footer {
	color: #f50;
	background-color: #000;
	padding: 2px;
	text-align: right;
	font-size: x-small;
}
div.footer a {
	color: #f50;
	background-color: #000;
}

form div.body {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	color: #000;
	background-color: transparent;
	padding: 0px 4px 4px 4px;
}

/*
 for plugins
 */

/* calendar */
div.calendar {
	text-align: right;
	font-size: x-small;
	font-weight: normal;
}

/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 100%;
	border-width: 0px;
}

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: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: xx-small;
}
div.body span.footnote a {
	text-decoration: none;
}

div.footnote {
	border-style: solid;
	border-color: #000;
	border-width: 1px 0px 0px 0px;
	margin-top: 1.5em;
	margin-left: 3em;
	font-size: small;
}
div.footnote a {
	text-decoration: none;
}

/* amazon plugin */
img.left {
	border-width: 1px;
	border-color: #000;
	float: left;
}

img.right {
	border-width: 1px;
	border-color: #000;
	float: right;
}

div.section {
	clear: both;
}

/*
 for Asumi Diary layout
 */
div.main {
	margin-left: 20%;
}

div.sidebar {
	color: #f50;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20%;
	font-size: x-small;
	padding: 2px 2px 100% 2px;
}
div.sidebar a {
	color: #f50;
	background-color: #000;
}

div.sidebar p {
	line-height: 120%;
	text-align: left;
	margin: 2px 4px 2px 4px;
}

/*
ツッコミ省略版本文
*/
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 {
        margin-left: 1em;
}

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

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

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

/*
更新フォーム
*/
div.update.day {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

div.update.day div.form {
	margin-left: 0%;
	margin-right: 0%;
	border: none;
}

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

form.update input, form.update textarea, form.commentstat input {
        background-color: #f80;
        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;
}

div.update.day 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 div.caption, div.comment div.caption a {
	background-color: #000;
	color: #f50;
	padding: 2px;
}

div.comment form {
        margin-top: 0em;
}

div.refererlist div.caption {
	background-color: #000;
	color: #f50;
	padding: 2px;
}
