<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Title: Garden
Revision: $Revision: 1.8 $
Author: Nana
Access: http://moo.boo.jp
License: GPL
Comment: support calender2,recent_list

   Copyright (C) Nana http://moo.boo.jp
   validated by W3C.
*/
/*ChangeLog
2002-09-16 NT &lt;nt@24i.net&gt;
        * convert for 1.5 series.

2002-05-10 Nana
        *support calender2,recent_list,etc.

2002-04-05 TADA Tadashi &lt;sho@spc.gr.jp&gt;
	* add spec.
*/

body {
	background-color: #99cc99;
	color: #000;
	text-align: center;
	margin: 0% 8% 0% 8%;
}

a:link {
	text-decoration: none;
	color: #669933;
}

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

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

div.adminmenu {
	font-size:small;
	text-align: right;
	margin-right: 0px;
}

h1 {
	text-align: center;
	font-size: medium;
	color:#ffffdf;
}

div.calendar {
	border-width: 0px 0px 3px 0px;
	border-style: double;
	border-color: #fff; 
	text-align: left;
	color:#ffffdf;
}

div.day {
	background-color: #cc9966;
	color: #000;
	border-width: 3px;
	border-style: double;
	border-color: #fff;  
	text-align: left;
	margin-bottom: 3em;
	margin-top: 0%;
	font-size:100%;
}

h2 {
	margin-left: 1em;
	font-size: medium;
	font-weight: bold;
	color: #fff;
}

h2 span.date {
	color: #99ff99;
	margin-left: 2em;
}

h2 span.title {
	font-size: medium;
}

div.body {
	margin-left: 5%;
	margin-right: 5%;
	border-color: #cc9966;
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
	color: #000;
}

div.section p {
	margin: auto;
	width: 90%;
	padding: 0.3em;
	line-height: 130%;
}

h3 {
	background-color: #99cc99;
	font-size: 110%;
	color: #ffffdf;
	border-style: none;
	border-width: 1px;
	border-color: #ffffff;
	padding: 3px;
	text-align:left;
	margin:0 0 0 0;
}

h3 a {
	color: #663333;
}

h3 a:hover {
	text-decoration: underline;
}

div.section{
	background-color: #ffcc99;
	color: #000;
	padding-bottom: 0.1px;
}

pre {
	margin-left: 1.5em;
	margin-right: 1em;
	padding: 0.5em;
	border-width: 1px;
	border-style: none;
	border-color: #fff;
	background-color:#ffffdf;
}

div.comment {
	text-align: left;
	margin-right: 1em;
	font-size: 80%;
	border-width: 1px;
	border-style: none; 
	border-color: #fff;
	background-color:#ccffcc;
	color:#000;
	margin-left: 5%;
	margin-right:5%;
	margin-bottom: 2em;
	padding: 0.3em;
}

div.comment a:hover{
	color: #ff0000;
	background-color: #fff;
}

div.comment div.caption {
	text-align: right;
	color:#000;
	font-size: 80%;
}


div.refererlist div.caption {
	text-align: right;
	color:#ffffff;
	margin-left:10%;
	font-size:small;
}

div.referer {
	margin-left:10%;
	margin-bottom:1em;
	font-size:80%;
}

div.refererlist {
	text-align: right;
	color:#cc3300;
	font-size:80%;
}

hr {
}

hr.sep {
	display: none;
}

div.footer {
	font-size: 80%;
	text-align: right;
	color:#ffffdf;
}

form {

}

input.field {
	color: #000;
	border: 1px solid #ffffdf;
}

input{
	border-width: 0px;
	border-color: #ffffdf;
	color: #669933;
	margin: 2px;
}

textarea {
	background-color: #ffffdf;
	text-align: left;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffdf;
	padding: 0.5em;
}

p.strong {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color:#ff3300;
}

div.rank {
	font-size: 80%;
	margin-bottom: 1em;
	color:#ffffdf;
	text-align: left;
}

.rank a:hover,a:active{
	text-decoration : underline;
	background-color : #fff;
	color: #669933;
}
 
span.memo {
	color:#000;
	background-color: #ffcccc;
} 
        
a img {
	border-width: 0px;	
}

/*
µÓÃíÈÖ¹æ
*/
span.footnote ,span.footnote a{
	font-size: 80%;
	color:#DC143C;
}
/*
µÓÃíËÜÊ¸Á´ÂÎ
*/
div.footnote {
	border-color:#ffffff;
	border-style: solid;
	border-width: 1px;
	background-color: transparent;
	padding: 3px;
	font-size: 80%;
	text-align: left;
	margin-left: 24px;
	margin-right: 16px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.footnote a{
 	color:#DC143C;
}
/*
¤½¤ì¤¾¤ì¤ÎµÓÃíËÜÊ¸
*/
span.footnote{
	vertical-align: super;
	color:#DC143C;
	font-size: 80%;
}
/*
¥¹¥ß¾Ã¤·¥×¥é¥°¥¤¥óÍÑ
*/
.hide{
	background-color:#ff9900;
}

form.search{
	margin-top: 0px;
	text-align: right;
}

ul{
	list-style-type: square;
	line-height: 130%;
}

/* calendar2 */
table.calendar {
	text-align: center;
	color: #ffffff;
	background-color: transparent;
	border-width: 3px;
        border-style: double;
        border-color: #fff;  
	margin-bottom: 1em;
        margin-left: 3em;
        font-size: small;
}


td.calendar-current-month {
	font-size: xx-small;
	text-align: center;
}

td.calendar-next-month {
	font-size: xx-small;
	text-align: right;
}

td.calendar-prev-month {
	font-size: xx-small;
	text-align: left;
}

td.calendar-sunday {
	color: #fff;
	background-color: #fbb;
	font-size: xx-small;
	text-align: center;
}

td.calendar-saturday {
	color: #fff;
	background-color: #bbf;
	font-size: xx-small;
	text-align: center;
}

td.calendar-weekday {
	color: #fff;
	background-color: #ddd;
	font-size: xx-small;
	text-align: center;
}

td.calendar-day {
	font-size: xx-small;
	text-align: right;
}

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

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

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

div.body blockquote {
	color: #000;
	background-color: transparent;
	padding: 0.5em 0.5em 0.5em 1em;
        border-color: #ffffff;
	border-style: double; 
	border-width: 3px 0px 3px 0px;
}

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

/*
¥Ä¥Ã¥³¥ß¾ÊÎ¬ÈÇËÜÊ¸
*/
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;
	margin: 0.5em 0em 0.5em 0em;
}

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

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

/*
¹¹¿·¥Õ¥©¡¼¥à
*/
form.update {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
        background-color: #ffffdf;
        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;	
}
</pre></body></html>