/*
Title: はっぱ
Revision: $Revision: 1.12 $
Author: Nana
Access: <clorets@estyle.ne.jp>
License: GPL
	Copyright (C) 2001 Nana <clorets@estyle.ne.jp>
	validated by W3C
 */
/* ChangeLog
2002-09-24 NT <nt@24i.net>
        * convert for 1.5 series.

2002-04-05 TADA Tadashi <sho@spc.gr.jp>
	* add spec.

2002-03-27 TADA Tadashi <sho@spc.gr.jp>
	* fix textarea biyo--n problem.
*/

a:link, a:visited {
	color: #8FDD48;
	text-decoration: none;
	border-style: none;
	border-width: 1px;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	border-width: 1px;
}

a:hover, a:focus {
	color: #ffa500;
}

body {
	background-color: #FFFFE4;
	color: #000;
	/*margin-left: 0px;
	margin-right: 0px;*/
	background-image: url(happa_back.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}

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

div.adminmenu {
	text-align: left;
	font-size: 90%;
	
}

span.adminmenu {
	margin: 2px;

}

h2 span.date a:link, h2 span.date a:visited {
	color: white;
}

h1 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.calendar {
	/*margin-top: 0px;
	margin-left: 0px;*/
	color: #000;
	text-align: left;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 90%;
}

div.day {
	background-color: transparent;
	border-width: 1px;
}

h2 {
	background-image: url(happa_h2.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	width: 436px;
	height:55px;
}

h2 span.date {
	padding-left: 12px;
	color: green;
	margin-left: 4em;
	margin-bottom: 5em;
	font-size: 15px
}

h2 span.title {
	color: white;
	margin-right: 1em;
	font-size: 15px
}

div.body {
	background-color: transparent;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 2em;
}

div.section p {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	line-height: 1.3em;
}

h3 {
	margin: 0px;
	font-weight: bold;
	color: #70B61A;
	border-style: solid;
	border-color: #8FDD48;
	border-width: 0px 0px 1px 0px;
	/*width: 50%;*/
}

h3 a:link, h3 a:visited {
	color: #ffa500;
	text-decoration: none;
}
h3 a:hover, h3 a:focus {
	color: #dc143c;
	text-decoration: none;
}

div.day span.sanchor {
	background-image: url(happa_panchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 16px 21px 0px 0px;
	color: #ffffe4;
	background-color: transparent;
	font-size: 1px;
}

div.day span.canchor {
	background-image: url(happa_canchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px 21px 0px 0px;
	color: #ffffe4;
	background-color: transparent;
	font-size: 1px;
}

pre {
	background-image: url(happa_pre.png);
	background-color: #fff;
	color: #000;
	margin: 1em 3em;
	padding: 8px 8px 8px 8px;
}

div.comment {
	background-color: transparent;
	color: #000;
	font-size: small;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 4em;
	margin-right: 1em;
}

div.comment div.caption {
	border-style: solid;
	border-color: #8FDD48;
	border-width: 0px 0px 1px 0px;
 
}


div.refererlist div.caption {
}

div.referer {
	background-color: transparent;
	text-align: right;
	font-size: small;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 4em;
	margin-right: 1em;
}

div.refererlist {
	background-color: transparent;
	font-size: small;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 4em;
	margin-right: 1em;
}

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

hr {
	border-style: outset;
	border-color: #8B4513;
	border-width: 1px;
}

hr.sep {
	display: none;
}

div.footer {
	text-align: right;
	margin-top: 0px;
}

div.form {
	background-color: transparent;
	padding: 0.5em 1em 0.5em 1em;
	margin-left: 3em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

div.form form {
	width: 90%;
}

input.field {
	width: 9em;
}

textarea {
	color: #000;
	background-color: #fff;
	margin-left: 1em;
}

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.4em;
        margin-bottom: 0.2em;
        line-height: 1.4em;
}

/*
ツッコミ本体
*/
div.commentbody {
        font-size: 90%;
        margin: 0.5em;
        line-height: 1.2em;
}

/*
ツッコミした人の情報
*/
div.commentator {
        /*border-style: solid;
        border-color: #8FDD48;
        border-width: 0px 0px 1px 0px;*/
        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%;
        border-style: solid;
        border-color: #8FDD48;
        border-width: 0px 0px 1px 0px;
        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;
}

form.comment textarea {
        display: block;
        background-color: #fff;
        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: #fff;
        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.field.year input.field, form.update span.field.month input.field, form.update span.field.day input.field {
	width: auto;
}

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

/*
ツッコミ状態変更フォーム
*/
div.comment form {
        margin-top: 0em;
}

div.body blockquote {
	border: solid 4px #ffcc33;
	padding: 5px;
	margin-left: 4em;
}

div.body ul,ol {
	margin-left: 4em;
}

/*
サイドバー関連
*/
div.sidebar {
	width: 18%;
	font-size: 90%;
	margin: 0em 4px 0em 0em;
	padding: 0.5em 2px;
	float: right;
}

div.sidebar p{
	margin: 0em;
}

/* recent_list */
p.recentitem {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.recentsubtitles {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

/*
 いくつかのメジャーなプラグイン対応
 */

/* calendar2 */
table.calendar {
	font-size: 90%;
	line-height: 1em;
	margin: 1px auto;
	text-align: center;
}

table.calendar td {
	text-align: right;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/* calendar3用 */
.calendar-popup {
	display: none;
	text-align: left;
	position: absolute;
	padding: 0 1ex 0 1ex;
}
.calendar-day a{
	font-weight: normal;
}

.calendar-sunday {
	color: #FF8080;
	background-color: transparent;
}

.calendar-saturday {
	color: #0080FF;
	background-color: transparent;
}

.calendar-weekday {
	color: #555555;
	background-color: transparent;
}
.calendar-todo {
}

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: 70%;
}

div.footnote {
	font-size: 85%;
	padding: 0em;
	margin-left: 15%;
	margin-right: 2em;
	background-color: #ebf8dd;
	color: #85a366;
}

p.footnote {
	margin: 0.5em;
	padding: 0em;
}
