@charset "euc-jp";
/*
Title: Grape
Revision: $Revision: 1.6 $
Author: Nana
Access: http://mikan.sakura.ne.jp/~mpc/

	Copyright by (C) Nana http://mikan.sakura.ne.jp/~mpc
*/
/* ChangeLog
2002-09-23 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.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	text-align : center;
	font-family :osaka, Arial,"MS UI Gothic";
	font-size: small;
	background-image: url(grape_maru.png);
	background-color: #000;
	color: #fff;
}

a:link {
	text-decoration: none;
	color: #FF3868;
	font-weight:bold;
}
a:visited {
        text-decoration: none;
        font-weight:bold;
        color: #FF0000;
}
a:hover,a:active {
	text-decoration: underline overline;
        color: #A43F7D;
}
/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: small;
}

p.message {
	text-align: center;
	font-size: small;
	background-color: #F879AA;
	color: white;
	padding: 8px;
}
/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	background-color: transparent;
	padding: 3px;
	font-size: small;
}
/*
日記タイトルの設定
*/
h1 {
	text-align: left;
	font-size: small;
}
/*
カレンダーの設定
*/
div.calendar {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-style: none;
	border-color: #F879AA;
	border-width: 0px 0px 3px 0px;
	width:80%
}
/*
1日の日記全体を囲む枠の設定
*/
div.day {
	-moz-opacity:0.7;
	filter:Alpha(opacity=70);
	background-color: #CAB4CA;
	color: #000;
	margin: 3em auto 3em auto;
	text-align: left;
	clear: both;
	width: 80%;
	border-style: outset;
	border-color: pink;
	border-width: 5px;
	padding: 0px 8px 0px 8px;
}
/*
タイトル行全体の設定
*/
h2 {
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: 0px;
	font-size: small;
	font-weight: bold;
}
/*
日付の設定
*/
h2 span.date {
	font-weight: bold;
	font-size: small;
	text-align: center;
}
/*
タイトルの設定
*/
h2 span.title {
	font-size: small;
}
/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	font-size: small;
	margin: 0px auto 0px auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	color: #00007F;
}

/*
日記の本文(段落)の設定
*/
div.section p {
	font-size: small;
	margin-top: 0.5em;
	margin-bottom: 0.7em;
	line-height: 1.3em;
}
p.sentence {
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.2em;
	border-style: none;
	border-color: #000;
	border-width: 1px 0px 0px 0px;
}
/*
サブタイトルの設定
*/
h3 {
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
	font-size: small;
	clear: both;
}
span.anchor {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 12px;
	margin-right: 12px;
	font-weight: bold;
	font-size: small;
	float: left;
}

pre {
	border-style: none;
	font-size: small;
	background-color: #fff;
	color: #005AC9; 
	border-color: #fcc;
	margin-left: 1em;
	margin-right: 1em;
	padding: 5px 5px 5px 5px;
}
/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: small;
	clear: both;
	text-align: left;
	padding-bottom: 1px;
	margin: auto 5px;
	border-style: dotted;
	border-color: #F879AA;
	border-width: 3px 0px 0px 0px;
}
/*
ツッコミ欄タイトル行の設定
*/
div.comment div.caption {
	text-align: right;
	position: relative;
	font-size: small;
	color: #000;
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-style: none;
}
/*
ツッコミした人の名前の設定
*/

p.comment {
	font-size: small;
	text-align: left;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin-left: 26px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 1.0em;
}
/*
リンク元リストタイトルの設定
*/
div.refererlist div.caption {
	color: #000;
	text-align: left;
	background-color: #AD5477;
	border-style: solid;
	border-color: #AD5477;
	border-width: 1px;
	padding: 2px;
}
/*
リンク元リスト(短い方)の設定
*/
div.referer {
	background-color: #AD5477;
	text-align: center;
	color: #000;
	font-size: small;
	padding: 2px;
	border-style: none;
	border-width: 3px;
}
/*
リンク元リスト(全体一覧)の設定
*/
div.refererlist {
	font-size: small;
	text-align: right;
	padding-bottom: 1px;
	margin-top: 1em;
	border-style: dotted;
	border-color: #F879AA;
	border-width: 3px 0px 0px 0px;
}
/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	margin-top: 0em;
	text-align: left;
}
/*
罫線の設定
*/
hr {
	border-style: dotted;
	border-width: 1px;
	border-color: #AD5477;
}
/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	font-size: small;
	text-align: right;
	margin-top: 0px;
	clear: both;
}
/*
フォーム全体を囲む枠の設定
*/
div.form {
	-moz-opacity:0.7;
	filter:Alpha(opacity=70);
	background-color: #CAB4CA;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	border-width: 5px;
	border-color: pink;
	border-style: outset;
}

div.form form {
	color: #000;
	background-color: transparent;
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
}

input.field {
	color: #000000;
	border-color: #500650;
	border-style: solid;
}

input, select, option {
	color: #000;
	border-color: #500650;
	border-style: solid;
	clear: both;
}

textarea {
	color: #000;
	border-color: #500650;
	border-style: solid;
}
/*
項目リストの設定
*/
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;
}

/*
・ト・テ・ウ・゜セハホャネヌヒワハク
*/
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 , .refererlist input{
        margin-left: 1em;
}

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

form.comment textarea {
        display: block;
        margin-left: 3em;
        width: 30em;
        height: 5em;
}

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

/*
更新フォーム
*/
div.update.day div.form {
	border: none;
	background-color: transparent;
}

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

form.update input, form.update textarea, form.commentstat input {
}

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