body {
/*	font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;*/
	padding: 0.5em;
}

strong {
	font-size: larger;
	color: red;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	padding: 0.3em 0.5em 0.3em 0.5em;
	border-style: solid;
	border-color: #60c;
	border-width: 2px 150px 2px 0px;
}

/*
 * メニュー
 */
div.adminmenu {
	margin: 0.5em;
}

div.adminmenu form {
	margin: 0;
}

/*
カレンダーの設定
*/
div.calendar {
	border-style: solid;
	border-color: #60c;
	border-width: 2px 2px 2px 2px;
	padding: 0.3em 0.5em 0.3em 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

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

/*
タイトル行全体の設定
*/
h2 {
	color: white;
	background: #60c;
	font-size: 110%;
/*	border-style: dashed;
	border-color: #6c0;
	border-width: 0 0 1px 0;
*/
	padding: 0.3em 0.5em 0.3em 0.5em;
	margin-top: 0;
}

/*
日付の設定
*/
h2 span.date {
	font-family: Georgia, Arial, sans-serif;
	margin-right: 0.5em;
}

h2 a {
	color: white;
}

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

/*
サブタイトルの設定
*/
h3 {
	font-size: 100%;
	border-style: solid;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0.3em;
}

h4 {
	font-size: 100%;
	margin-left: 1em;
	margin-right: 1em;
}


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

ul, ol {
	margin: 0em 1em 2ex 2.5em;
	padding: 0em 0em 0em 1em;
	line-height: 150%;
}

div.section table {
	margin: 0.5em 1em 0.5em 5em;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	border-collapse: collapse;
}
div.section th, div.section td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	font-size: 90%;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	margin-bottom: 2px;
	padding: 0.3em 0.5em 0.3em 0.5em;
	background-color: #edf;
	border-style: dashed;
	border-color: #60c;
	border-width: 0 0 1px 0;
}

/*
ツッコミ省略版本文
*/
span.commentator {
	font-weight: bold;
}
div.commentshort p {
	padding: 0em 0.5em 0em 0.5em;
}

/*
ツッコミ本体
*/
div.commentbody {
	line-height: 120%;
}

/*
ツッコミした人の情報
*/
div.commentator {
/*	background-color: #edf; */
	border-style: dashed;
	border-color: #60c;
	border-width: 0 0 1px 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 150%;
}

/*
ツッコミ本文
*/
div.commentbody p {
	padding-left: 2em;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	font-size: 90%;
	padding: 0ex 0 0ex 0;
	margin: 0ex 0 0ex 0;
}

/*
フォームの設定
*/
div.form form.comment {
	padding: 0.3em 0.5em 0.3em 0.5em;
}
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;
/*
	margin-left: 5em;
	width: 30em;
*/
	height: 5em;
}

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

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
	font-size: 90%;
	border-style: dashed;
	border-color: #60c;
	border-width: 1px 0 0 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
}

div.refererlist {
	font-size: 90%;
}

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	margin: 0.5em 1em 0.5em 1em;
	line-height: 120%;
}

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

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

/*
フッタの設定
*/
div.footer {
	font-size: 90%;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	font-size: 95%;
	background-color: #eee;
	border-style: double;
	border-color: #999;
	border-width: 3px;
	margin-left: 3em;
	margin-right: 1em;
	padding: 0.5em;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	font-family: monospace;
	font-size: 95%;
	background-color: #eee;
	border-style: double;
	border-color: #999;
	border-width: 3px;
	margin-left: 3em;
	margin-right: 1em;
	padding: 0.5em;
}
div.body blockquote p {
	margin: 1em 0em 1em 0em;
	text-indent: 0;
}
p.source {
	text-align: right;
}

/* calendar2 */
table.calendar {
	margin-right : auto;
	margin-left  : auto;
}

td.calendar-current-month {
	text-align: center;
	line-height: 1.4em;
	font-weight:bold;
}

td.calendar-next-month {
	text-align: right;
}
td.calendar-next-month a {
	font-weight:bold;
}

td.calendar-prev-month {
	text-align: left;
}
td.calendar-prev-month a {
	font-weight:bold;
}

td.calendar-sunday {
	color: red;
	background-color: #fbb;
}

td.calendar-saturday {
	color: blue;
	background-color: #bbf;
}

td.calendar-weekday {
	color: #000;
	background-color: #ddd;
}

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

td.calendar-day a:link,td.calendar-day a:visited{
	font-weight:bold;
}


/*
 * 検索フォーム
 */
div.search {
	margin: 0.5ex 0.5em 0.5ex 0.5em;
}

div.search form {
	margin: 0;
}

/*
サイドバー関連
*/

div.main {
	margin-right: 175px;
}

div.sidebar {
	font-size: 90%;
	text-align: center;
	position: absolute;
	top: 100px;
	right: 2px;
	width: 174px;
	margin-right: 0.5em;
}

/*
body>div.sidebar {
	position: fixed;
}
*/

div.sidebar p {
	line-height: 120%;
	padding: 1ex 0 1ex 0;
	margin: 0.5ex 0em 0.5ex 0em;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px 0px 0px 0px;
}

div.item {
	border-style: solid;
	border-color: #60c;
	border-width: 2px 0 2px 0;
	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
}

div.itemh {
/*	color: #60c; */
	font-weight: bold;
	background: #edf;
	border-style: dashed;
	border-color: #60c;
	border-width: 0 0 1px 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	margin: 0 0 0.8em 0;
}

div.sidebar ul {
	margin: 0.1em 0.5em 0.5em 0;
	padding-left: 0em;
}
div.sidebar ol {
	margin: 0.1em 0.5em 0.5em 0;
	padding-left: 0em;
}

/*
更新フォーム
*/
form.update {
	padding: 0.5em;
}
form.update textarea {
	display: block;
	margin-left: 3em;
	margin-bottom: 1em;
	width: 50em;
	height: 22em;
}

/*
 * 書影
 */
img.right {
	border-width: 1px;
	border-color: #008;
	float: right;
	margin: 0.5em;
}

img.left {
	border-width: 1px;
	border-color: #008;
	float: left;
	margin: 0.5em;
}
