/*
Title: Winter
Revision: $Revision: 1.2 $
Author: s.sawada
Access: moonwave@ba2.so-net.ne.jp
License: GPL
Comment: 冬の風景
*/

/*
	Winter.css
	Copyright (C) 2002 by s.sawada <http://mwave.sppd.ne.jp/diary/>
 */

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #F1F6FB;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-left: 40px;
	color: #333;
}

a:hover{
	color: red;
	background-color: transparent;
}


a { text-decoration:none; }

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: small;
	margin-left: -40px;
	margin-bottom: 40px;
}

/*
日記タイトルの設定
*/
h1 {
	color: #000;
	background-color: transparent;
	text-align: left;
	font-size:170%;
	font-style:normal;
	margin-top: 10px;
	margin-bottom: 200px;
	padding-bottom: 10px;
}

/*
カレンダーの設定
*/
div.calendar {
	text-align: right;
	font-size: 80%;
	padding: 2px;
	margin-bottom: 0.5em;
}

/*
ヘッドラインの設定
*/
.headline {
	text-align: right;
	font-size: 80%;
	padding: 2px;
	margin-bottom: 3em;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background-color: #F1F6FB;
	color: #333;
	margin: 1em 1em 5em 1em;
}

/*
タイトル行全体の設定
*/
h2 {
	background-repeat: repeat-y;
	font-size: 120%;
	font-style: normal;
	margin-top: 2em;
	padding: 2px 2px 2px 15px;
}

/*
日付の設定
*/
h2 span.date {
	margin-left: 0.5em;
}

/*
タイトルの設定
*/
h2 span.title {
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	padding: 2px 2px 1px 2px;
	margin-left: 2em;
	margin-right: 1em;
}

/*
サブタイトルの設定
*/
h3 {
	font-size: 100%;
	margin-top: 1em;
	font-weight: bold;
}

/*
日記の本文(段落)の設定
*/
div.section p {
	margin: 0.5em 0em 1em 1em;
	line-height: 1.4em;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: 90%;
	color: #000;
	background-color: #eee;
	border-color: #aaa #fff #fff #aaa;
	border-style: solid;
	border-width: 1px;
	padding :2px 2px 1px 2px;
	margin: 0.5em 1em 0 2em;
}

/*
ツッコミ欄タイトル行の設定
*/
div.comment div.caption {
}

/*
ツッコミした人の名前の設定
*/

/*
リンク元リスト(短い方)の設定
*/
div.referer {
	text-align: right;
	font-size: 90%;
	padding: 2px 2px 1px 2px;
	margin-left: 2em;
	margin-right: 1em;
}

/*
リンク元リスト(全体一覧)の設定
*/
div.refererlist {
	font-size: 90%;
	padding: 2px 2px 1px 2px;
	margin-top: 0.5em;
	margin-left: 2em;
	margin-right: 1em;
}

/*
リンク元リストタイトルの設定
*/
div.refererlist div.caption {
}

/*
リンク元リスト一覧の設定
*/
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: 80%;
	text-align: right;
	margin-top: 0px;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	padding: 0.5em 1em 0.5em 1em;
	margin: 0.5em 1em 0.5em 2em;
}

/*
入力フィールドの設定
*/
input.field {
	background-color: white;
	color: #000;
}

/*
複数行入力フィールドの設定
*/
textarea {
	background-color: white;
	color: #000;
	margin-left: 1em;
	width: 30em;
}

/*
エラーメッセージ表示の設定
*/
p.message {
	text-align: center;
	font-size: large;
	background-color: red;
	color: white;
	padding: 8px;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	background-color: #ddd;
	color: #000;
	border-color: #aaa #fff #fff #aaa;
	border-style: solid;
	border-width: 2px;
	margin-left: 2em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
}

/*
引用の設定
*/
div.body blockquote {
	background-color: #ddd;
	color: #000;
	border-color: #aaa #fff #fff #aaa;
	border-style: solid;
	border-width: 2px;
	margin-left: 2em;
	margin-right: 1em;
	padding: 8px;
}

/*
項目リストの設定
*/
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;
}

/*
強調
*/
em{
	color: black;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
}

/*
より強い強調
*/
strong{
	color: black;
	background-color: transparent;
	font-size: 130%;
	font-style: normal;
}

/*
セミフッタの設定
*/
.sfooter {
	margin-left: 45px;
}

/*
引用ソースの表示
*/
p.source{
	margin-top: 0em;
	margin-right: 1.5em;
	text-align: right;
	font-size:90%;
}
	

/*
ツッコミ省略版本文
*/
div.commentshort {
        margin-left: 0.5em;
}

span.commentator {
}

div.commentshort p {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        line-height: 1.2em;
}

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

/*
ツッコミした人の情報
*/
div.commentator {
    line-height: 1.5em;
	color: #cc6600;
	background-color: transparent;
}

/*
ツッコミ本文
*/
div.commentbody p {
        margin: 0.5em;
}

/*
フォームの設定
*/
div.form form {
        margin: 0em;
}

div.form div.caption {
        margin: 0.5em;
}

div.form form.comment {
}

div.field {
        display: inline;
        margin-right: 2em;
}

form.comment input {
        background-color: white;
		color: #000;
        margin-left: 1em;
}

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

form.comment textarea {
        display: block;
        background-color: white;
		color: #000;
        width: 30em;
        height: 5em;
}

div.button {
        display: block;
}

/*
更新フォーム
*/
form.update {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
}

form.update input, form.update textarea, form.commentstat input {
        background-color: white;
		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-bottom: 1em;
        width: 35em;
        height: 15em;
}

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

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

/*
長年日記用
*/
h2 span.nyear {
   font-size: 80%;
}

/*
スミ消し用
*/
.hide{
	background-color: #F1F6FB;
}
