h2{
	margin:0px 3em;
	padding:0px;
	font-family:"Arial";
	border:none;
	font-size: 120%;
	font-weight:bold;
	letter-spacing:0;
	background-color: #94ff94;
}

div.body{
	border: 1px solid #009900;
	margin: 0.5em 2em;
	padding: 0px 0px 0px 0px;
	background-color: #f9fff9;
}

/* カレンダーの設定 */
div.calendar {
	margin-left:2em;
	margin-top:0.5em;
}

div.count {
	text-align: right;
	margin:0.5em 3em;
}

div.calendar div.year {
	padding-left:8px;
	border-left:solid #009900 4px;
}

span.category{
	margin: 0px 6px;
}

div.title h3{
	font-size: 100%;
	border: none;
	color: black;
	margin: 0.8em 0 0.5em 12px;
	padding: 0;
	background-color: #f9fff9;
}

div.caption{
	font-size: 90%;
	border-left: solid #009900 4px;
	border-bottom: solid #009900 1px;
	padding-left: 6px;
	margin: 0.5em;
}

div.text p{
	margin: 0 8px 0.8em 2.5em;
	padding: 0 4px;
	line-height: 1.4em;
}


/* コメント欄全体の設定 */

div.comment {
	border:1px solid #009900;
	margin:0.5em 2em;
	padding:2px 8px 0px 10px;
	background-color:#f9fff9;
}

/* コメント省略版本文 */

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: 120%;
}

div.copyright{
	text-align: right;
	margin: 1em 2.5em;
}

div.copyright p{
	margin: 0em;
}

/*
ツッコミ本体
*/
div.commentbody {
	font-size: 90%;
	margin: 0.5em;
	line-height: 120%;
}

/*
ツッコミした人の情報
*/
div.commentator {
	margin-right:1em;
	border-bottom:1px solid #35a535;
	line-height: 120%;
}

/*
ツッコミ本文
*/
div.commentbody p {
	margin:0.5em 1.5em 8px 1.5em;
}


a:link{ text-decoration: none; }
a:visited{ color: blue; text-decoration: none; }
a:hover{ text-decoration: underline; }
a:active{}


/*
フォーム全体を囲む枠の設定
*/
div.form {
	background-color: #f9fff9;
	color: #000;
	border-style: solid;
	border-color: #009900;
	border-width: 1px;
	padding: 2px;
	margin: 0.5em 2em 0.5em 2em;
}

/*
フォームの設定
*/
div.form form {
	margin: 0em 0em 0em 2em;
}

div.form form.comment {
	font-size: 90%;
}

div.field {
	display: inline;
	margin-right: 2em;
}
form.comment input {
	background-color: #eef;
	color: #000;
	margin-left: 1em;
}

div.textarea {
	display: block;
	vertical-align: top;
}
form.comment textarea {
	display: block;
	background-color: #eef;
	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: #eef;
	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;
}