@charset "euc-jp";
/*
Title: arrow
Revision: $Revision: 1.4 $
Author: epi
Access: <episode@104.net>
License: GPL
Comment: CMIYC
変更ベースにしたテーマは"plum"。
validated by W3C.
*/
/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial,Verdana,Helvetica,'MS UI Gothic',sans-serif,'lucida sans unicode','arial unicode ms';
}

/*
リンク文字列に関する設定
*/
a:link {
	text-decoration: none;
	/*color: #AAAA99;*/
        color: navy;
}
a:visited {
	background-color: transparent;
	/*color: #777766;*/
        color: indigo;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	text-align: right;
	font-size: small;
}
/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	background-color: #FFFFFF;
	color: #000;
	border-style: solid;
	border-color: #FFFFFF #CCCCCC #FFFFFF #CCCCCC;
	border-width: 2px;
	padding: 2px;
}
/*
日記タイトルの設定
*/
h1 {
	text-align: right;
	background-color: #fff;
	color: #000000;
}
/*
カレンダーの設定
*/
div.calendar {
	background-color: #fff;
	color: #666699;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 2px;
	padding: 2px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}
div.calendar div.year {
}

/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background-color: transparent;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*
タイトル行全体の設定
*/
div.day h2 {
	position: relative;
	text-align: center;
	background-color: transparent;
	/*background-color: #0393d3;*/
	background-position: top left;
	background-image: url("arrow_title.png");
	background-repeat: no-repeat;
	height: 100px;
	display: block;
	margin: 0.5em 0em 0.5em 40%;
}
/*
日付の設定
*/
div.day h2 span.date {
	position: relative;
	font-size: medium;
	text-align: left;
	/*color: #FFFFFF;*/
	right: 0px;
	margin-top: 0em;
	display:block;
	padding-top: 20px;
	padding-left: 2em;
	padding-bottom: 15px;
	/*background-color: #2a4b90;*/
}
div.day h2 span.date a{ /*color: #080808;*/ color: #FFFFFF; }
/*
タイトルの設定
*/
h2 span.title {
	position: absolute;
	font-size: large;
	text-align: right;
	height: 40px;
	top: 42px;
	left: -67%;
	width: 100%;
	color:#FFFFFF;
	background-color:transparent;
	background-position: top right;
	background-image: url("arrow_date.png");
	background-repeat: no-repeat;
	display: block;
	padding: 20px 2em 0px 0px;
}

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

/*
サブタイトルを含むセクションの設定
*/
div.section {
	position: relative;
	left: 5%;
        width: 93%;
        margin: 0.5em;
}
/*
サブタイトルの設定
*/
div.section h3 {
	font-size: large;
	font-weight: bold;
	margin: 0em;
	position: relative;
	left: -5%;
}
div.section h4 {
	font-size: medium;
	font-weight: bold;
	margin: 0em;
	position: relative;
	left: -2.5%;
}
div.section h5 {
	font-size: medium;
	font-weight: bold;
	margin: 0em;
	position: relative;
	left: -1%;
}
div.section h6 {
	font-size: medium;
	font-weight: bold;
	margin: 0em;
	position: relative;
	/*left: -1.5%;*/
}

/*
日記の本文(段落)の設定
*/
div.section p {
	line-height: 1.5;
}
/*
整形済みテキスト(preタグ)の設定
*/
div.section pre {
	background-color: #ffe;
	color: #000;
	margin-left: 1em;
	margin-right: 1em;
	padding: 8px 8px 8px 8px;
	line-height: 1.5;
	overflow: auto;

	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
/*
引用(blockquoteタグ)の設定
*/
div.section blockquote {
	background-color: #ffe;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 2px;
	margin:  0.5em 0.2em 0.5em 0.2em;
        padding: 0.1em 0.5em 0.1em 0.5em;
}
div.section blockquote pre {
	background-color: transparent;
	color: inherit;
}
div.section dt {
	font-weight: bold;
}


/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	font-size: small;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 0px 1px 0px;
	margin: 0.5em;
}
/*
ツッコミ欄全体の設定
*/
div.comment {
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
}
/*
ツッコミ省略版本文
*/
div.commentshort {
	font-size: small;
	margin-left: 0.5em;
}
span.commentator {
	font-weight: bold;
}
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 {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 0px 1px 0px;
	line-height: 1.5em;
}
/*
ツッコミ本文
*/
div.commentbody p {
	margin: 0.5em;
	margin-left: 2em;
}
/*
フォーム全体を囲む枠の設定
*/
div.form {
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
	margin: 0.5em 1em 0.5em 1em;
}
/*
フォームの設定
*/
div.form form {
	margin: 0em 0em 0em 2em;
}
div.form form.comment {
	font-size: small;
}
div.field {
	display: inline;
	margin-right: 2em;
}
form.comment input {
	background-color: #ffffff;
	color: #000;
	margin-left: 1em;
}
div.textarea {
	display: block;
	vertical-align: top;
}
form.comment textarea {
	display: block;
	background-color: #ffffff;
	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: small;
	background-color: transparent;
	color: #000000;
	margin: 0.5em 1em 0em 0em;
	margin: 0.5em 1em 0.5em 1em;
}
/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	font-size: small;
	background-color: transparent;
	color: #000;
	margin:0.5em 1em 0em 0em;
	margin: 0.5em 1em 0.5em 1em;
}
/*
リンク元リスト一覧の設定
*/
div.refererlist ul {
	font-size: small;
	margin: 0.5em 1em 0.5em 3em;
	line-height: 1.2em;
}
/*
罫線の設定
*/
hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #ddf;
}
/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}
/*
フッタの設定
*/
div.footer {
	clear: both;
	font-size: small;
	text-align: right;
	margin-top: 0px;
}
/*
更新フォーム
*/
form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
form.update input, form.update textarea, form.commentstat input {
	background-color: #ffffff;
	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: large;
	background-color: #d00;
	color: #fff;
	padding: 8px;
}


/*
 いくつかのメジャーなプラグイン対応
 */
/* calendar2 */
table.calendar {
	line-height: 1.1em;
	margin: 2px auto;
}
table.calendar td.calendar-day {
	margin: 0px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
/* calendar2,3共通 */
.calendar-prev-month {
	text-align: left;
	background-color:transparent;
	background-position: center left;
	background-image: url("arrow_title.png");
	background-repeat: no-repeat;
}
.calendar-current-month {
	text-align: center;
	border-style: dotted;
	border-color: #CCCCCC;
	border-width: 1px;
}
.calendar-next-month {
	text-align: right;
	background-color: transparent;
	background-position: center right;
	background-image: url("arrow_date.png");
	background-repeat: no-repeat;
}
.calendar-popup {
	display: none;
	position: absolute;
	padding: 0px 1px;
}
.calendar-todo {
	text-decoration: underline;
}
.calendar-normal {
	color: #666699;
}
.calendar-weekday {
	color: black;
}
.calendar-saturday {
	color: blue;
}
.calendar-sunday {
	color: red;
}

/* recent_list */
p.recentitem {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.recentsubtitles {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}
/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: small;
}
div.footnote {
	clear: both;
	font-size: small;
	border-style: solid;
	border-color: #ddf;
	border-width: 1px 0px 0px 0px;
	padding: 0em;
	margin-left: 6em;
}
p.footnote {
	margin: 0.5em;
	padding: 0em;
}

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

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


/*
サイドバー関連
*/

div.main {
	float: left;
	width: 73%;
}

div.sidebar {
	position: static;
	float: left;
	width: 24%;
	padding: 3px 3px 5% 2px;
	padding-top: 0.5em;
	border-style: double;
	border-color: #CCCCCC;
	border-width: 0px 2px 2px 0px;
	color: black;
}

div.sidebar h2 {
	font-size: medium;
	line-height: 120%;
	text-align: center;
	border-style: solid;
	border-color: #666699;
	border-width: 0px 0px 1px 0px;
	margin: 2px 4px 2px 4px;
	background: none;
	/*height: inherit;*/
}

div.sidebar div.block { 
}

@media print {
	div.sidebar { 
		display: none;
        }
	div.main {
		float: none;
		width: 100%;
	}
	div.refererlist {
		display: none;
	} 
	div#comment-form-section {
		display: none;
	}
}

/* その他 */

body del {
	text-decoration: line-through;
}

/*em { font-emphasize-style: accent; }*/

.highlight { 
   color: #000;
   background: #ffff66;
}

