/*
Title: 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%;
	color: black;
}

a:link {
	color: #f80;
	background-color: white;
	text-decoration: none;
}

a:visited {
	color: #d60;
	background-color: white;
	text-decoration: none;
}

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: white;
}

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;
	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;
}

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;
	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;
}

#content {
  position:relative;
  margin-left: 230px;
/*  margin-right: 180px;*/
  padding: 0px;	
}

#links {
  position:absolute;
/* top:8.5em;*/
  top:20em;
  left:5px;
  width: 225px;	
/*  float: left;
  margin-right: 5px;*/
  margin: 0px;
  padding: 0px;	
}

#linksright {
  position:absolute;
  top:8.5em;	
  right:5px;
  width: 175px;	
/*  float: right;
  margin-left: 5px;*/
  margin: 0px;
  padding: 0px;	
  background-color: white;
}

#footer {
  clear: both;
  margin-top: 5px;
}


.stdbox table {width: 100%; margin: 0;}
.stdbox a {text-decoration: none;}
.stdbox td {border: solid 1px #ff80ff; padding: 3px; font-size: x-small;line-height: 130%;}
.stdbox ul {margin: 0; padding: 0}
.stdbox li {margin: 0 0 0 1em}
.stdbox dl {margin: 0;}
.stdbox dd {margin: 0 0 0 1em; padding: 0;}
.funcbox {border:solid 1px #ff80ff;font-size:x-small;padding:3px;margin:2px;
      line-height: 120%;
}

.section table {border-collapse: collapse;}
.section td {border: solid 1px gray; padding: 3px;}

/*
引用(blockquoteタグ)の設定
*/
blockquote {
	margin-left:3em;
	padding:1.5em 0.5em 0.5em 0.5em;
	border-width:0 0 0 2px;
	border-style:solid;
	border-color:#f80;
}

blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}
