/*
 * Cascading Style Sheet for http://washitake.com/
 *
 *  Copyrgith (C) 1998-2003, Norihisa Washitake <nori@washitake.com>
 *  All Rights Reserved.
 */

body {
	color: #000040;
	background: white;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	line-height: 14pt;
}

div#main {
	margin-left: 3em;
	margin-right: 2.5em;
	padding-top: 15pt;
	margin-bottom: 50pt;
}

h1 {
	font-size: 130%;
	text-align: left;
	color: white;
	background: #20a060;
	font-weight: bold;
	padding: 6pt 0 8pt 10pt;
	margin: 0;
	width: 100%;
}

h2 {
	font-size: 140%;
	text-align: left;
	font-weight: bold;
	color: #60a040;
	background: #e0ffe0;
	border-width: 1px 1em 1px 1em;
	border-style: solid;
	border-color: #60a040;
	margin-top: 30px;
	padding: 2px 2px 2px 5px;
}

h3 {
	font-size: 110%;
	text-align: left;
	color: #a00000;
	font-weight: 400;
	padding-left: 1em ;
	border-bottom: 1px solid #a00000;
	width: auto;
}

h4 {
	font-size: 100%;
	text-align: left;
	color: #30a080;
	font-weight: bold;
	padding-left: 0;
	margin-top: 30pt;
}

h5 {
	font-size: 90%;
	text-align: left;
	color: #004000;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 0;
}

h6 {
	font-size: 90%;
	text-align: left;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 1em;
}

i {
	font-style: normal;
	font-weight: 600;
	text-decoration: underline;
}

i.roman {
	font-style: italic;
	font-weight: 400;
	text-decoration: none;
	font-family: serif;
}

pre {
	padding-left: 0.5em;
}

p.note {
	font-size: 90%;
	padding-left: 3em;
	padding-right: 2em;
}

p.warn {
	color: #ff4040;
}

p.transnote {
	background: #f0ffe0;
	padding: 3pt 10pt 3pt 10pt;
	font-size: 90%;
	line-height: 120%;
	border: 1px solid black;
}

pre.console {
	color: black;
	background: #efefef;
	border: 1px solid black;
	font-size: 10pt;
	font-family: monotype;
	line-height: 12pt;
	padding: 5pt;
	margin-left: 1em;
}

pre.file {
	border: solid 1px black;
	background: #fffff0;
	margin-left: 1em;
}

pre span.comment {
	color: blue;
	font-style: italic;
}

a {
	color: #404080;
	text-decoration: underline;
}

a:visited {
	color: #202060;
	text-decoration: underline;
}

a:hover {
	text-decoration : underline overline;
	color: black;
	background: #80ff80;
}

dt {
	margin-top: 0.4ex;
	margin-left: 2em;
}

dd {
	margin-left: 3em;
	font-size: 95%;
}

s {
	color: #ffa0a0;
}

td {
    text-align: left;
    padding: 3pt;
}

.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.nodisplay { display: none; }
.indent { padding-left: 2em; }
.small { font-size: 80%; }

div.adminmenu {
	text-align: right;
	background-color: #20a060;
	color: #40c060;
	margin-top: 2ex;
	right: 0;
	padding: 0;
	margin: 0;
	font-size: 80%;
}

span.adminmenu {
}

span.adminmenu a {
	color: #a0ffe0;
	text-decoration: underline;
}

#copyright {
	text-align:right;
	vertical-align:bottom;
	font-size:80%;
	color:white;
	background-color:green;
	background-image:url("http://washitake.com/css/made-with-gnu-emacs.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	width:100%;
	height:68px;
	margin:0;
	margin-top:20pt;
	bottom:0;
	padding:10px;
}

#copyright a,
#copyright a:active,
#copyright a:hover,
#copyright a:visited {
  color: #206040;
  background: transparent;
}

div.bordered {
  border: 1px solid black;
  background: #e0ffe0;
  margin-left: 3em;
  margin-right: 1em;
  padding-right: 2em;
}

div#topmenu {
  width: 100%;
  position: float;
  top: 0;
  margin: 0;
  padding: 5px;
  background: green;
  color: white;
  margin-bottom: 10px;
}

p#navi {
  text-align: right;
  font-size: 90%;
  padding: 0;
  margin: 0;
  color: #f0fff0;
}

/* for tDiary */

div.rank {
	background-color: #9C3;
	color: #333;
	padding: 0em;
	font-size: small;
	text-align: left;
	margin: 0em;
}

div.day {
/*	background-color: transparent; */
	color: #333;
	text-align: left;
	margin: 2em;
	margin-bottom: 0em;
	padding: 0em;
	border-style: solid;
	border-width: 1px;
	border-color: #608060;
}

div.day h2 {
	background-color: #e0ffe0;
	color: #333;
	margin: 0em;
	padding: 0.2em;
	text-align: left;
	font-size: medium;
	border: 0px;
}

h2 span.date {
	margin-left: 0.5em;
}

h2 span.title {
}

h3 a {
	background-color: #e0ffe0;
	color: #200080;
/*
	padding-right: 40px;
	background-image: url("/css/link-icon.gif");
	background-position: right middle;
	background-repeat: no-repeat;
*/
}

div.body {
	background-color: #fff;
	color: #333;
	text-align: left;
	margin: 0em;
	padding-left: 16px;
	padding-bottom: 0em;
	margin: 0em;
}

div.section {
	text-align: left;
	padding: 0em;
	margin: 0em;
	padding-right: 1em;
}

div.body p {
	padding-left: 16px;
	line-height: 1.3em;
	margin-top:0.5em;
	margin-left :1em;
	margin-bottom:0.5em;
}

div.section h3 {
	padding: 0em;
	padding-left: 0em;
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
	text-decoration: none;
	color: #80a020;
}

div.section h3 a {
	color: #80c060;
}

div.body pre {
	background-color: #f3f0f9;
	color: #000;
	margin-left: 2em;
	margin-right: 1em;
	padding: 8px 8px 8px 20px;
	border: solid 1px #666;
}

div.comment {
	background-color: #e0ffe0;
	color: #333;
	text-align: left;
	margin: 0em;
	padding: 1em;
	padding-left: 3em;
	border-style: solid;
	border-color: #608040;
	border-width: 1px 0px 1px 0px;
}

div.comment p {
	font-size: x-small;
	margin: 0.3em;
}
div.comment div.caption {
	text-align: right;
	margin: 0em;
}


div.refererlist div.caption {
	border-style: solid;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
}

div.referer {
	background-color: transparent;
	text-align: right;
	font-size: small;
	padding: 0em ! important;
	margin: 0em;
	padding-right: 16px;
	height: 16px;
}

div.refererlist {
	background-color: transparent;
	font-size: small;
	text-align: left;
	margin: 0em;
	padding: 0em;
	padding-left: 32px;
	clear: both;
}

div.refererlist ul {
	margin-top: 0em;
}

div.body hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #ddd;
}

hr.sep {
	display: none;
}

div.footer {
	font-size: small;
	text-align: center;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #acf;
}

div.form {
	background-color: #eee;
	color: #333;
	padding: 2em;
	margin: 0em;
}

div.form form {
	padding-left: 3em;
	padding-right: 1em;
/*	width: 90%;*/
}

input.field {
	background-color: white;
	color: #333;
}

input {
	clear: left;
}

textarea {
	background-color: white;
	color: #333;
	margin-left: 0em;
}

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

form.search {
	margin: 0em;
}


div.calendar {
	margin-bottom: 0.5em;
	border-style: none;
	border-color: darkslategray #acf #acf darkslategray;
	border-width: 1px;
	padding: 2px;
	background-color: #eee;
	color: #333;
}
table.calendar {
	font-size: x-small;
	line-height: 100%;
	border-width: 0px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
	background-color: #fff;
	border-color: #acf;
	color: #333;
}

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

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

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

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

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

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

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

p.recentitem {
	background-color: #e0f0e0;
	color: #333;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
}

div.recentsubtitles {
	background-color: #e0ffe0;
	color: #333;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0em;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
	padding: 2px;
}

p.recentsubtitles {
	margin: 0 0 0 1.3em;
	padding: 0 0;
	text-indent: -1em;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
        font-size: 0.9em;
        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: 0.9em;
        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: 0.9em;
        margin: 0.5em;
}

div.form form.comment {
        font-size: 0.9em;
}

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

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

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

form.comment textarea {
        display: block;
        background-color: white;
        color: #333;
        margin-left: 1em;
	padding-left: 0.2em;
	padding-right: 0.2em;
        height: 5em;
}

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

div.update.day {
	border: none;
	margin: 0px;
}

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

form.update input, form.update textarea, form.commentstat input {
        background-color: white;
        color: #333;
}

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;
        height: 15em;
}

form.update span.checkbox.hidediary {
        margin-left: 1em;
}

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

div.footnote {
	border-top: 1px solid #f0a0a0;
	font-size: small;
	color: #f0a0a0;
	padding-left: 3em;
}

span.footnote {
	font-size: 70%;
	vertical-align: super;
}

.sanchor {
	text-decoration:none;
}

.nomargin {
	font-size: 90%;
	margin: 0;
}	

h2#normal {
	font-size:90%;
	margin:0;
	padding:0;
	padding-left:1em;
	font-weight:normal;
	border: 0;
}

div.body p.quote {
	border-width: 1px;
	border-style: dotted;
	border-color: gray;
	background: white;
	color: #404040;
	padding-left: 1em;
	padding-right: 0.5em;
	margin-left: 3em;
}

ol li {	margin-left: 2em; }
ol ol li { margin-left: 1em; }
ul li { margin-left: 2em; }
ul ul li { margin-left: 1em; }

