/*
Title: シルバー
Revision: $Revision: 1.8 $
Author: s.sawada
Access: moonwave@ba2.so-net.ne.jp
License: GPL
Comment: グレー基調の落ち着いたテーマ／縦横のストライプがアクセント
*/

/*
	silver.css: Style Sheet of tDiary $Revision: 1.8 $
	Copyright (C) 2002 by s.sawada <http://mwave.sppd.ne.jp/diary/>
	validated by W3C.
	Modified by TADA TAdashi <http://sho.tdiary.net/>
		 and zoe <http://www.kasumi.sakura.ne.jp/~zoe/>
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #F6F6F1;
	background-image: url("silver_back.gif");
	background-repeat: repeat-y;
	color: #444466;
	margin: 0;
}

A:link{color: #00008b;}
A:hover{color:red;}
A:visited{color: #999999;}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	padding : 3px;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0.5em;
}

/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
}

/*
日記タイトルの設定
*/
h1 {
	text-align: center;
	border-width: 0 0 12px 0;
	border-color:#cccccc;
	border-style: solid;
	padding-bottom: 1em;
	margin: 40px 0 50px 0;
}

/*
カレンダーの設定
*/
div.calendar {
	padding : 3px;
	text-align: left;
	font-size: 80%;
	margin: 3em 10px 0 45px;
	text-indent: 0;
}

/*
ヘッドラインの設定
*/
.headline {
	border-width : 0 0 1px 0;
	border-style :  solid;
	border-color : silver;
	padding: 3px;
	text-align: right;
	font-size: 90%;
	margin: 0 10px 1em 45px;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	padding : 3px;
	margin-left: 35px;
	margin-bottom : 0.5em;
}

/*
タイトル行全体の設定
*/
h2 {
	background-color: #eeeeee;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0.2em;
	border-width : 1px 0;
	border-style :  solid;
	border-color : silver;
}

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

/*
タイトルの設定
*/
h2 span.title {
	font-size: 90%
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	border-style:solid;
	border-color:silver;
	border-width: 1px 0;
	padding:  1px 1em;
	padding-bottom: 1px;
	margin: 0 0 1em 0;
}

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

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

div.section p {
	margin-left: 35px;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: 90%;
	padding: 2px;
	padding-bottom: 1px;
	margin: 1em 0em;
}

/*
ツッコミ欄タイトル行の設定
*/
div.comment div.caption {
	border-style: dotted;
	border-color: silver;
	border-width: 1px 0;
}

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

/*
ツッコミ欄の中の段落（インデントしない）
*/
div.comment p{
	text-indent: 0em;
	margin-left: 0em ! important;
}

/*
リンク元リスト(短い方)の設定
*/
div.referer {
	text-align: right;
	font-size: small;
	border-style: solid;
	border-color: silver;
	border-width: 1px  0;
	padding: 2px;
	padding-bottom: 1px;
	margin-left: 35px;
}

/*
リンク元リスト(全体一覧)の設定
*/
div.refererlist {
	font-size: small;
	border-style: solid;
	border-color: silver;
	border-width: 1px 0;
	padding: 2px;
	padding-bottom: 1px;
}

/*
リンク元リストタイトルの設定
*/
div.refererlist div.caption {
	border-style: dotted;
	border-color: silver;
	border-width: 0 0 1px 0;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	margin-top: 0em;
}

/*
罫線の設定
*/
hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #ddd;
}

/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

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

/*
フッタの設定
*/
div.footer {
	font-size: small;
	text-align: right;
	margin: 0px 45px;
}

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

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

/*
複数行入力フィールドの設定
*/
textarea {
	background-color: white;
}

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

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	border-width : 2px;
	border-style :  solid;
	border-color : #cccccc;
	background-color: white;
	color: black;
	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;
}

/*
引用
*/
blockquote{
	border-width : 2px;
	border-style :  solid;
	border-color : #cccccc;
	margin: 1em 2em;
	padding: 0.5em;
	background-color: white;
}

/*
引用中の段落
*/
div.section blockquote p{
	text-indent: 0em;
	margin-left:0em;
}

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

/*
より強い強調
*/
strong{
	color: black;
	background: white;
}

/*
隠し文字
*/
.hide{
	background-color: #444466;
}

/*
引用ソースの表示
*/
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;
	border-style: dotted;
	border-color: silver;
	border-width: 1px 0;
	display: inline;
	padding: 2px 0px;
}

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

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

div.form div.caption {
        border-style: solid;
        border-color: silver;
        border-width: 0px 0px 1px 0px;
        margin: 0.5em;
}

div.form form.comment {
}

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

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

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

form.comment textarea {
        display: block;
        background-color: white;
        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;
}

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