@charset "euc-jp";
/*
Title: MyStyle
Author: SAKURAi
Access: http://ks.nwr.jp

	MyStyle.css: Style Sheet of tDiary $Revision: 1.9 $
	Copyright (C) SAKURAi http://ks.nwr.jp
	not validated by W3C.
 */
/* ChangeLog
2002-06-07 TADA Tadashi <sho@spc.gr.jp> (sky.css)
	* change images to index colored (for mozilla/w32).

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

2004-10-23 modified by K.Sakurai
*/

img.none {
	display: inline;
	border-width: 0px;
	background-color: #aaf;
	padding: 0em 0.1em 0.1em 0em;
	margin: 0.1em;
	text-align: left;
}

div.photos {
	display: inline;
/*	float: left; */
	margin-top: 0.1em;
	margin-left: 0.1em;
	margin-right: 0.5em;
	margin-bottom: 0.1em;
	padding: 0em;
/*	background-color: #aaf; */
	border-width: 0px;
	text-align: left;
}

div.amazonlink {
	margin: 1.5em 0.5em 0.5em 0.5em;
	padding: 0.5em;
	display: block;
	float: left;
}

a:link, a:visited {
	color: #24f;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover, a:focus {
	color: #4af;
	text-decoration: none;
}

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #fff;
	background-attachment: scroll;
	color: black;
	margin: 0em;
	background-image: url(/pics/autumnsky-w2.jpg);
	background-repeat: repeat;
}

/* page top */
div.topbanner {
	margin: 0px;
	padding: 0px;
	background-color: #ffd;
	height: 2em;
}

/* horizontal guide banner */
div.horizguide {
	display: inline;
	margin: 0px;
	padding: 0px;
	background-color: #ffd;
	height: 2em;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	display: block;
	float: right;
	text-align: right;
	font-size: small;
	margin: 0.2em;
	background-color: #ffa;
}

/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	background-color: transparent;
	border-style: solid;
	border-color: #000 #aae #000 #000;
	border-width: 0px 1px 0px 0px;
	padding: 1px;
}

/*
日記タイトルの設定
*/
h1 {
	display: block;
	float: left;
	font-size: 150%;
	text-align: left;
/*	border-style: solid;
	border-color: #000 #aae #000 #000;
	border-width: 0px 1px 0px 0px; */
	margin-top: 0em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	background-color: #ffd;
}

h1:first-letter {
	font-size: 120%;
	color: #b48;
	background-color: #fea;
}

/*
カレンダーの設定
*/
div.calendar {
	font-size: small;
	display: block;
	float: left;
	text-align: left;
	border-style: none;
/*	border-color: darkgray #eee #eee darkgray;*/
	border-width: 0px;
	padding: 2px;
	margin: 0.2em;
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	border-style: none none none none;
	border-color: #008;
	border-width: 0px 0px 0px 1px;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

/* main contents */
div.main_contents {
/*	postition: absolute; */
	top: 0px;
	left: 0px;
	width: 79%;
	border-style: none;
	border-width: 0px;
	margin-right: 0em;
	padding-right: 0em;
}

/* sidebar */
div.sidebar {
	position: absolute;
	/*display: block;
	float: right;*/
	top: 4em;
	/*left: 0px;*/
	right: 0px;
	width: 20%;
	font-size: small;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 100% 2px;
	border-style: solid;
	border-color: #99f;
	border-width: 1px;
	color: #000;
	background-color: #def;
}

div.sidebar p {
line-height: 120%;
text-align: center;
border-style: solid;
border-color: #3faf43;
border-width: 0px 0px 1px 0px;
margin: 2px 4px 2px 4px;
}

/*
タイトル行全体の設定
*/
h2 {
        border-style: solid;
        border-color: #acf;
        border-width: 1px 0px 0px 4px;
	padding-top: 1px;
	padding-left: 2px;
	margin-top: 0em;
	margin-bottom: 0.1em;
}

/*
日付の設定
*/
h2 span.date {
	display: block;
	font-size: large;
	margin-left: 0em;
	background-color: #e0ffff;
}

/*
タイトルの設定
*/
h2 span.date a:link, h2 span.date a:visited {
	color: #4af;
	text-decoration: none;
}

h2 span.date a:hover, h2 span.date a:focus {
	color: #24f;
	text-decoration: none;
}

h2 span.title {
	font-size: 80%;
}

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

/*
サブタイトルの設定
*/
h3 {
	display: inline;
	font-size: 100%;
	margin: 0em;
	font-weight: bold;
	background-color: #e8ffe8;
}

h3 a:link, h3 a:visited {
	color: #2a4;
	text-decoration: none;
}

h3 a:hover, h3 a:focus {
	color: #4e8;
	text-decoration: none;
}
/*
日記の本文(段落)の設定
*/
div.section p {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	line-height: 1.2;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: small;
	background-color: transparent;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	margin-right: 12px;
}

div.comment.trackbacks div.caption{
	margin-left: 5em;
	border-style: solid;
	border-color: #aaa;
	border-width: 0px 0px 1px 0px;
}

/*
ツッコミ欄タイトル行の設定
*/
div.comment div.caption {
	margin-left: 3em;
	border-style: solid;
	border-color: #aaa;
	border-width: 0px 0px 1px 0px;
}

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

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

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

/*
リンク元リスト一覧の設定
*/
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 {
/*	position: relative;*/
	display: block;
	float: left;
	font-size: small;
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 22%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	background-color: transparent;
	border-style: none none none none;
	border-color: #008;
	border-width: 0px 0px 1px 1px;
	padding: 0.5em 1em 0.5em 24px;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

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

input[type="submit"] {
	background-color: transparent
}

/*
複数行入力フィールドの設定
*/
textarea {
	background-color: white;
	margin-left: 1em;
}
textarea:hover, textarea:focus, textarea:active {
}

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

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	color: #004;
#	background-color: #eff;
#	color: #0080ff;
	margin-left: 1em;
	margin-right: 2em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 2px 2px 2px 2px;
}

/*
項目リストの設定
*/
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 {
        margin-left: 5em;
}

/*
ツッコミした人の名前の設定
*/
span.commentator {
}

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

/*
ツッコミcaption
*/
div.comment div.caption {
	text-align: right;
}

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

/*
ツッコミした人の情報
*/
div.commentator {
        border-style: solid;
        border-color: #aaa;
        border-width: 0px 0px 1px 0px;
        line-height: 1.5em;
	display: inline;
}

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

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

div.form div.caption {
	text-align: right;
        font-size: 90%;
        border-style: solid;
        border-color: #aaa;
        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 {
        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;
}

/*
更新フォーム
*/
div.day.update div.form {
	border-style: none;
	margin-left: 0em;
}

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

/*
search form
*/
div.search {
	display: inline;
/*	float: right;*/
/*	text-align: right;*/
	font-size: small;
	margin: 0.5em;
}
