/*
Title: 黒板
Author: yosshy
Access: http://yosshy.tdiary.net/>

	wood.css: Wood Style Sheet of tDiary $Revision: 1.8 $
	Copyright (C) 2002 by yosshy <http://yosshy.tdiary.net/>
 */
div.all {
	width: 100%;
	height: 80%;
	margin: 0em;
	clear: both;
	background-image: url(wood.jpg);
}

body {
	color: #fff;
	background-image: url(wood.jpg);
	background-attachment: fixed;
}

a:link {
	font-weight: bolder;
	text-decoration: none;
	border-style: none;
	border-width: 1px;
	border-color: #ffa500;
	color: #ff3;
	margin: 2px;
}
a:visited {
	font-weight: bolder;
        text-decoration: none;
        color: #ff0;
	border-style: none;
	border-width: 1px;
	border-color: orange;
	margin: 2px;
}
a:hover,a:active {
	color: orange;
	text-decoration: underline;
	border-style: none;
	border-width: 1px;
	border-color: #ffa500;
	margin: 2px;
}

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

p.message {
	text-align: center;
	font-size: large;
	background-color: red;
	color: white;
	margin: 0px;
	padding: 8px;
}

span.adminmenu {
	background-color: transparent;
	padding: 3px;
}

h1 {
	text-align: center;
}

div.calendar {
	font-size: small;
	background-color: transparent;
	padding: 2px;
	margin-bottom: 0.5em;
	text-align: left;
}

div.day {
	margin-bottom: 0.5em;
	clear: both;
}

h2 {
	text-align: left;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-weight: bold;
}

h2 span.date {
	font-size: large;
	margin-left: 40px;
}

h2 span.title {
}

div.body {
	line-height: 1.5;
	/* background-color: transparent; */
	background-color: #003200;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 10px;
	margin-right: 6px;
	width: 70%;
	float: left;
	border-style: solid; 
	border-color: #fff darkgray darkgray darkgray; 
	border-width: 1px;
	padding: 4px;
}

p.body {
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.2;
	padding-left: 1em;
	padding-top:0em;
}

div.section p {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
	line-height: 1.5;
}

h3 {
	margin-top: 0.2em;
	margin-bottom: 0em;
	font-weight: bold;
	border-style: solid; /* dashed; */
	border-color: #0ff;
	border-width: 0px 0px 1px 0px;
	width: 80%;
}

pre {
	background-color: black;
	color: #bbf;
	margin-left: 2em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
}

div.comment {
	font-size: small;
	color: #bbf;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-right: 4px;
	margin-left: 75%;
	clear: none;
}

div.trackbacks {
	margin-left: 0px;
}

div.comment div.caption {
	margin-left: 0em;
	color: #fff;
}


div.refererlist div.caption {
	width: 200px;
	margin-left: 4em;
}

div.referer {
	margin-top: 0.5em;
	width: 600px;
	text-align: left;
	font-size: medium;
	background-color: transparent;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 3%;
	margin-bottom: 5%;
}

div.refererlist {
        font-size: medium;
        padding: 2px;
        padding-bottom: 1px;
        margin-top: 0.5em;
        margin-left: 0%;
        margin-right: 12px;
        width: 600px;
}

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

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

hr.sep {
	display: none;
}


div.footer {
	font-size: small;
	text-align: right;
	margin-top: 0px;
	clear: both;
}

div.form {
	background-color: transparent;
	border-style: solid;
	border-color: darkgray #eee #eee darkgray;
	border-width: 1px;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	clear: both;
}

div.form form {
	width: 95%;
}

input.field {
	/* background-color: black; */
	background-color: #003200;
	color: #fff;
	border-color: #00f;
	border-style: solid;
	border-width: 1px;
}

input, select, option {
	/* background-color: black; */
	background-color: #003200;
	border-color: #00f;
	color: #fff;
	border-style: solid;
	border-width: 1px;
}

textarea {
	/* background-color: black; */
	background-color: #003200;
	margin-left: 1em;
	color: #fff;
	border-color: #00f;
	border-style: solid;
	border-width: 1px;
}

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

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

/*
ツッコミ省略版本文
*/
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;
	border-bottom: solid #00ffff 1px;
}

/*
ツッコミ本文
*/
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 {
        background-color: #003200;
        color: #fff;
        margin-left: 1em;
}

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

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

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

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

div.day.update div.form {
	border-style: none;
}

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

form.update input, form.update textarea, form.commentstat input {
        background-color: #003200;
        color: #fff;
}

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

