/*
Title: Toro WiLL
Revision: $Revision: 1.5 $
Author: ただただし
Access: http://sho.tdiary.net/

Copyright 2002 (C) by TADA Tadashi <sho@spc.gr.jp>
	validated by W3C.
*/
/* ChangeLog
2002-05-07 zoe <zoe@kasumi.sakura.ne.jp>
	* remove overflow.

2002-04-05 TADA Tadashi <sho@spc.gr.jp>
	* add spec.

2002-03-28 TADA Tadashi <sho@spc.gr.jp>
	* no underline for links.

2002-03-27 TADA Tadashi <sho@spc.gr.jp>
	* fix textarea biyo--n problem.
*/

body {
	line-height: 120%;
	background-color: white;
	color: black;
}

a:link {
	color: #f80;
	background-color: white;
	text-decoration: none;
}

a:visited {
	color: #d60;
	background-color: white;
	text-decoration: none;
}

a:active {
	color: #660;
	background-color: snow;
	text-decoration: none;
}

a:hover, a:focus {
	color: #66c;
	background-color: snow;
	text-decoration: none;
	text-decoration: underline;
}

h1 {
	background-color: #f80;
	color: white;
	margin-bottom: 2px;
	padding: 8px;
	line-height: 100%;
}

h1 img {
	vertical-align: middle;
	border-width: 0px;
}

p {
	color: black;
	background-color: transpearent;
}

p.calendar {
	color: black;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #f80;
	padding: 4px;
	font-size: small;
}

h2 {
	font-size: medium;
	border-style: solid;
	border-color: #f80;
	border-width: 0px 0px 1px 0px;
}

div.day h2 {
	font-size: medium;
	border-style: solid;
	border-color: #f80;
	border-width: 0px 0px 1px 8px;
	padding-left: 8px;
	padding-bottom: 4px;
}

h3.subtitle {
	font-size: medium;
	border-style: dashed;
	border-color: #f80;
	border-width: 1px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 4px;
}

div.body {
	margin-left: 1em;
}

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

div.section pre {
	color: black;
	/*  background-color: white; */
	background-color: #eef;
	border-style: solid;
	border-width: 1px 1px 1px 6px;
	border-color: #f80;
/*	overflow: auto; */
	padding: 8px;
	margin-left: 2em;
}

div.comment {
	border-style: dashed;
	border-color: #f80;
	border-width: 1px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 4px;
}

div.comment p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

div.comment p.commenttitle {
	border-style: dashed;
	border-color: #f80;
	border-width: 0px 0px 1px 0px;
}

div.comment span.commentator {
	border-style: solid;
	border-color: #f80;
	border-width: 0px 0px 1px 0px;
}

div.form {
	border-style: dashed;
	border-color: #f80;
	border-width: 1px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

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

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

div.form textarea {
	width: 100%;
}

p.referer {
	text-align: right;
	font-size: x-small;
	margin-top: 0px;
}

div.refererlist {
	border-style: dashed;
	border-color: #f80;
	border-width: 1px;
	margin-top: 0px;
	margin-left: 1em;
	margin-bottom: 0.5em;
	font-size: small;
}

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

hr {
	color: #f80;
	background-color: transparent;
	margin-top: 0.5em;
}

hr.sep {
	display: none;
}

div.footer {
	font-size: 90%;
	padding: 5px;
	martgin-top: 1em;
	text-align: right;
}

dt {
	border-style: solid;
	border-color: #f80;
	border-width: 0px 0px 1px 0px;
	margin-top: 0.7em;
	font-weight: bold;
}

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

dd {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}

dd.sample {
	border-style: solid;
	border-color: #f80;
	border-width: 1px 1px 1px 4px;
	padding: 0px 8px 0px 8px;
}

div.section dd {
	margin-left: 2em;
}

span.underline {
	border-style: solid;
	border-color: #f80;
	border-width: 0px 0px 1px 0px;
}

span.small {
	font-size: small;
}

div.article h2 {
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
}

span.subject {
	font-weight: bold;
}

p.contents {
	margin-left: 1em;
}

p.navi a:link, p.navi a:visited {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #f80;
}

address, p.footer {
	font-style: normal;
	text-align: right;
	font-size: small;
}

p.sample {
	line-height: 1.3em;
	color: black;
	background-color: white;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	border-color: #f80;
	margin-left: 2em;
	padding: 4px;
}

div.sample {
	line-height: 1.3em;
	color: black;
	background-color: white;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	border-color: #f80;
	margin-left: 2em;
	padding: 4px;
}

div.sample pre {
	line-height: 1.3em;
	color: black;
	/* background-color: white; */
	background-color: #eef;
	padding: 4px;
}

p.sample em {
	color: #f80;
	background-color: white;
}

table {
	margin-bottom: 1em;
	background-color: #f80;
	color: black;
}

th {
	background-color: #fb3;
	color: black;
	padding: 0.2em;
	text-align: left;
}

td {
	background-color: white;
	color: black;
	padding: 0.2em;
}

table.calendar {
	font-size: smaller;
	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;
}

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

/*
サイドバー関連
*/
div.main {
	margin-left: 21%;
}

div.sidebar {
	background-color: #F5F5DC;
	color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20%;
	padding: 2px 2px 100% 2px;
	border-style: solid;
	border-color: #f80;
	border-width: 0px 2px 2px 0px;
	padding-top: 0.5em;
}

div.sidebar p {
	background-color: white;
	line-height: 120%;
	text-align: center;
	border-style: solid;
	border-color: #f80;
	border-width: 0px 0px 1px 0px;
	margin: 2px 4px 2px 4px;
}

