@charset "euc-jp";
/*
Title: cat
Revision: $Revision: 1.9 $
Author: Nana
Access: <clorets@estyle.ne.jp>
License: GPL
Comment: ねこ雲に乗るノーマル版

Copyright 2003 (C) by Nana <clorets@estyle.ne.jp>
validated by W3C.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #B0E0E6;
	color: #555;
	margin: 0.5em 5%;
}

/*
リンク文字列に関する設定
*/
a:link,a:visited{
	text-decoration: none;
	color: #8080C0;
	background-color: transparent;
}

a:hover,a:active {
	text-decoration: underline;
	color: #4D4DFF;
	background-color: #fff;
}

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

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

/*
日記タイトルの設定
*/
h1 {
	font-size: 150%;
	text-align: center;
	color: #fff;
	background-color: transparent;
}

/*
カレンダーの設定
*/
div.calendar {
	padding: 2px;
	font-size: 90%;
}

div.calendar div.year {
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	margin: 1em 2em 2em 2em;
	padding: 1.5em 1.5em 0px 1.5em;
	background-color: #fff;
	color: #555;
}

/*
タイトル行全体の設定
*/
h2 {
	font-size: 130%;
	font-weight: normal;
	text-align: left;
	background-image: url(cat_day.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding: 95px 1em 0.5em 0px;
}

/*
日付の設定
*/
h2 span.date {
	padding-left: 1em;
	font-weight: bold;
}

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

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

/*
サブタイトルを含むセクションの設定
*/
div.section {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 100%;
}

/*
サブタイトルの設定
*/
h3 {
	font-size: 100%;
	margin: 0.5px;
	border-bottom: 1px dotted #B0E0E6;
}

/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.sanchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/
/*
div.day span.sanchor {
	background-image: url(puppy_sanchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px 20px 0px 0px;
	color: #F9DEAF;
	background-color: transparent;
	font-size: 1px;
}

div.day span.canchor {
	background-image: url(canchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 12px 15px 0px 0px;
	color: #eefffb;
	background-color: transparent;
	font-size: 1px;
}
*/
/*
日記の本文(段落)の設定
*/
div.section p {
	margin: 1em 1em 0.5em 1em;
	line-height: 130%;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	font-size: 95%;
	padding: 5px;
	border-bottom: 1px dotted #B0E0E6;
}

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

/*
ツッコミ省略版本文
*/
div.commentshort {
	padding: 0.5em;
}
span.commentator {
	font-weight: bold;
}
div.commentshort p {
	margin-top: 2px;
	margin-bottom: 0.2em;
	line-height: 1.1em;
}

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

/*
ツッコミした人の情報
*/
div.commentator {
	line-height: 1em;
	margin-top: 0.5em;
	padding: 3px;
	border-bottom: 1px dotted #B0E0E6;
}

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

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

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

div.form form.comment {
}

div.field {
	display: inline;
	margin-right: 2em;
}
form.comment input {
	margin-left: 1em;
	margin-top: 1em;
}

div.textarea {
	display: block;
	vertical-align: top;
	
}
form.comment textarea {
	display: block;
	width: 30em;
	height: 5em;
}

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

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
	text-align: right;
	font-size: 90%;
	margin: 0em;
	padding: 1em;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	font-size: 90%;
	text-align: left;
	padding: 1em;
	margin: 0px;
}

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

/*
罫線の設定
*/
hr {
	border: 1px solid #fff;
}

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

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

/*
更新フォーム
*/
div.update div.form div.caption{
	background-image: url(cat_day.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding: 95px 1em 0.5em 0px;
}

form.update {
}
form.update input, form.update textarea, form.commentstat input {
	margin-left: 1em;
}

form.update span.field {
	display: inline;
	margin-left: 1em;
	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: 30em;
	height: 15em;
}

form.update span.checkbox.hidediary{
	margin-left: 1em;
}
	
/*
ツッコミ状態変更フォーム
*/
div.comment form {
	margin: 0px;
}

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

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	margin-left: 3em;
	margin-right: 2em;
	padding: 8px;
	font-size: 90%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #B0E0E6;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	background-color: #B0E0E6;
	color: #555;
	margin-left: 3em;
	margin-right: 2em;
	padding: 8px;
}

div.body blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

/*
箇条書きの設定
*/
div.body ul, div.body ol {
	margin-left: 2em;
	margin-right: 2em;
}

/*
項目リストの設定
*/
div.body dl {
	margin-left: 5em;
}

div.body dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

div.body dd {
	margin: 0em 3em 0.5em 1em;
}

/*
 いくつかのメジャーなプラグイン対応
 */

/* calendar2 */
table.calendar {
	font-size: 90%;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/*
サイドバー関連
*/
div.main {
	margin-left: 20%
}

div.sidebar {
	position: absolute;
	top: 1em;
	left: 0px;
	width: 20%;
	padding: 5px 5px 100% 5px;
	padding-top: 0.5em;
}

div.sidebar p {
	line-height: 120%;
	text-align: center;
	border-bottom: 1px dotted #fff;
	margin: 2px 4px 2px 4px;
}
/* recent_list */
p.recentitem {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

div.recentsubtitles {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
	text-align: left;
}

/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: 80%;
}

div.footnote {
	font-size: 90%;
	padding: 0em;
	margin: 0px 1em 0px 6em;
}

p.footnote {
	margin: 0px;
	padding: 0em;
}

div.section, div.comment {
	clear: both;
}

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

/* calendar3 */
.calendar-popup {
	display: none;
	position: absolute;
	padding: 0 1ex 0 1ex;
	text-align: left;
}

.calendar-day a{
	font-weight: normal;
}

.calendar-sunday {
	color: #FF8080;
	background-color: transparent;
}

.calendar-saturday {
	color: #3d3d8f;
	background-color: transparent;
}

.calendar-weekday {
}
.calendar-todo {
	border-style: dashed;
	border-color: #ff0040;
	border-width: 1px;
}
.attention {
	color: red;
	background-color: transparent;
}
form.search{
	margin: 0px;
}

table.head{
	border: none;
	padding: 0px;
}
div.rank{
	font-size: 90%;
	margin-left: 15%;
	padding: 0px;
}

/* counter */
div.counter p{
	font-size: 13px;
}

div.day.conf div.body {
	padding: 8px;
}
