/*
Title: ArtNouveau
Revision: $Revision: 1.0 $
Author: eule
Access: <eule@ma3.seikyou.ne.jp>

Comment: Aaron'sTools <http://www.aaron.ne.jp/tool/>のArtNouveau風の画像をpngに変更して使用。
Kaeruを元に作成。

Copyright 2005 (C) by eule <eule@ma3.seikyou.ne.jp>

*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
/*	background: #fdf5e6 url(frame010.png) no-repeat fixed 0% 0%;*/
	background: #fdf5e6 url(frame030.png) no-repeat fixed 3px 3px;
	font-family: Arial,Helvetica,sans-serif;
	margin: 1em 0px;
	color: #996666;
}

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

a:visited {
	text-decoration: none;
	color: #996699;
	background-color: transparent;
}

a:hover, a:focus {
	color: #cc3366;
	background-color: transparent;
	text-decoration: underline;
}

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

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

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

div.calendar div.year {
}

/*
日記タイトルの設定
*/
h1 {
	font-size: 180%;
	text-align: center;
/*	border-top:solid 6px #CAD8BC;*/
/*	border-bottom:dotted 2px #C4D2B4;*/
/*	background-color:#E5EBDD;*/
	background-color: transparent;
	color: #5c8533;
	letter-spacing: 0.2em;
	font-family: "comic sans ms",Geneva,sans-serif;
	margin-left: 273px; /* =(3+267+3)px */
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	text-align: left;
	margin: 2em 1em 1em 120px;
/*	border-style: solid; *//* for test*/
/*	background: transparent url(frame021.png) no-repeat scroll 100% 100%;*/
	background: transparent url(frame021.png) no-repeat scroll bottom right;
/*	background-image: 134 x 224 px; */
}
div.day a:link{
	color: #ff8000;
	background-color: transparent;
}
div.day a:visited {
	color: #4d9900;
	background-color: transparent;
}
div.day a:hover, div.day a:focus {
	color: #4d9900;
	background-color: #e6ff99;
	text-decoration: underline;
}

/*
タイトル行全体の設定
*/
h2 {
	margin: 5px;
	text-align: left;
	font-size: 120%;
	padding-left: 26px;
	background-image: url(kaeru_h2.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "comic sans ms",Geneva,sans-serif;
}

/*
日付の設定
*/
h2 span.date {
	margin: 4px;
}

/*
タイトルの設定
*/
h2 span.title,h2 span.nyear {
	margin: 0px 8px;
	padding: 0px;
	font-size: 90%;	
	font-weight: normal;
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	text-align: left;
	padding: 0px;
/*	border-style: solid; *//* for test*/
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
	margin: 0em 1.5em;
	padding-right: 40px;
}

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

/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.sanchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/
/*
div.day span.sanchor {
	background-image: url(sanchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px 26px 0px 0px;
	color: #FDFDF1;
	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 12px 0px 0px;
	color: #99CC00;
	background-color: transparent;
	font-size: 1px;
}
*/
/*
日記の本文(段落)の設定
*/
div.section p {
	line-height: 140%;
	padding: 0em 1em 0em 1em;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	text-align: left;
	padding: 5px;
	border-top:solid 3px #CAD8BC;
	background-color:#E5EBDD;
	color: #A07C69;
	border-bottom:dotted 2px #C4D2B4;
}

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

/*
ツッコミ省略版本文
*/
div.commentshort {
	font-size: 90%;
	margin-left: 0.5em;
}
span.commentator {
	font-weight: bold;
	color: #5c8533;
	background-color: transparent;
}
div.commentshort p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 1.2em;
}

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

/*
ツッコミした人の情報
*/
span.commentator {
	font-weight: bold;
}

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

/*
フォーム全体を囲む枠の設定
*/
div.form {
	text-align: left;
	padding: 4px;
	margin-bottom: 0px;
}

div.form div.caption {
	border-top:solid 3px #CAD8BC;
	background-color:#E5EBDD;
	color: #A07C69;
	border-bottom:dotted 2px #C4D2B4;
	margin-bottom: 0.5em;
}

/*
フォームの設定
*/
div.form {
/*	border-style: solid; */ /* for test*/
	margin-right:50px;
}

div.form form {
	margin: 0em 0em 0em 4px;
}

div.form form.comment {
	font-size: 90%;
}

div.field {
	display: inline;
	margin-right: 2em;
}
form.comment input {
	background-color: #fff;
	color: #000;
	margin-left: 1em;
}

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

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

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

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

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

/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	margin-top: 3px;
	margin-bottom: 0px;
	line-height: 130%;
}

/*
罫線の設定
*/
hr {
	border-bottom: dotted 2px #cceeaa;
}

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

/*
フッタの設定
*/
div.footer {
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	color: #5c8533;
	background-color: transparent;
}

/*
更新フォーム
*/
form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
form.update input, form.update textarea, form.commentstat input {
	background-color: #fff;
	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-left: 3em;
	margin-bottom: 1em;
	width: 35em;
	height: 15em;
}

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

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

/*
エラーメッセージ表示の設定
*/
p.message {
	text-align: center;
	font-size: medium;
	background-color: #fff;
	width: 66%;
	color: #888;
	padding: 8px;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	margin-left: 2em;
	margin-right: 1em;
	padding: 8px;
/*	background-color:#E5EBDD; */
/*	color: #739900; */
/*	border-top:solid 3px #CAD8BC; */
/*	border-bottom:dotted 2px #C4D2B4; */
	border-style: ridge solid ridge solid;
	border-color: #fff #ddd #ddd #fff;
	border-width: 1px 2px 2px 1px;
	background-color: #ffeebb;
	color: #A07C69;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	margin-right: 3em;
	padding: 10px;
/*	border-style: solid ridge ridge solid; */
/*	border-color: #fff #ddd #ddd #fff; */
/*	border-width: 1px 2px 2px 1px; */
/*	background-color: #ffeebb; */
/*	color: #A07C69; */
	background-color:#E5EBDD;
	color: #739900;
	border-top:solid 3px #CAD8BC;
	border-bottom:dotted 2px #C4D2B4;
}
div.body blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

/*
引用(qタグ)の設定
*/
div.body q {
/*	border-style: solid ridge ridge solid; */
/*	border-color: #fff #ddd #ddd #fff; */
/*	border-width: 1px 2px 2px 1px; */
/*	background-color: #ffeebb; */
/*	color: #A07C69; */
	background-color:#E5EBDD;
	color: #739900;
/*	border-top:solid 3px #CAD8BC;*/
	border-bottom:dotted 2px #C4D2B4;
/*	margin: 0.5em 0em 0.5em 0em;*/
	margin-left: 0.5em;
	margin-right: 0.5em;
}

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

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

div.body ul li {
	list-style-type: circle;
}

em {
	font-size: 110%;
	font-style: normal;
	text-decoration: underline;
}

/*
サイドバー関連
*/
/*
div.sidebar {
	width: 18%;
	font-size: 90%;
	margin: 0em 4px 0em 0em;
	padding: 0.5em 2px;
	float: right;
}
*/
div.main {
	width: 80%;
/*	margin:0px 5px;*/
	margin:0px 0px;
	padding:0px;
/*	text-align:left;*/
	float:left;
}

div.sidebar {
/*	margin: 0em 0em 0em 82%; */
/*	padding: 0.5em 2px; */
/*	padding-left: 75%; */
	width: 18%;
	margin-right:5px;
	padding:0px;
	float:right;
/*	font-size: small;*/
}
div.sidebar ul.recent-list-item li {
	margin-top: 5%;
}

/*
div.sidebar p{
	margin: 0em;
}
*/

/* recent_list */
p.recentitem {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

ol.recent-comment {
	counter-reset: rc
}
ol.recent-comment:before {
	content: "ツッコミ: ";
}
ol.recent-comment li {
	display: inline;
	margin-right: 1em;
	
}
ol.recent-comment li:before {
	content: counter(rc) ". ";
	counter-increment: rc;
}

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

/* calendar2 */
table.calendar {
	font-size: 90%;
	line-height: 1em;
	margin: 1px auto;
	text-align: center;
	border-top:solid 3px #CAD8BC;
	background-color:#E5EBDD;
	color: #A07C69;
	border-bottom:dotted 2px #C4D2B4;
}

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

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

/* calendar3用 */
.calendar-popup {
	display: none;
	text-align: left;
	position: absolute;
	padding: 0 1ex 0 1ex;
}
.calendar-day a{
	font-weight: normal;
}

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

.calendar-saturday {
	color: #0080FF;
	background-color: transparent;
}

.calendar-weekday {
/*	color: #555555;*/
	background-color: transparent;
}
.calendar-todo {
	border: 1px dashed #bfff00;
}

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

div.footnote {
	font-size: 90%;
	padding: 0em;
	margin-left: 15%;
	margin-right: 80px;
	background-color: #ebf8dd;
	color: #85a366;
}

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

table,td {
	font-size: 90%;
	margin: 1em;
}

/* 検索フォーム用 */
div.search {
	margin-left: 120px;
/*	border-style: solid; *//* for test*/
}
/*
.search {
	margin-right: 1em;
	margin-left: 1em;
}
*/

/* ヘッドライン */
div.headline {
	margin-left: 150px;
}

div.headline p {
	font-size: 80%;
	padding: 2px;
	margin-bottom: 3em;
}

