@charset "euc-jp";
/*
Title: lizard-tail
Revision: $Revision: 0.1 $
Author: KASHIWAI, Isana
Access: isana@ma.neweb.ne.jp
License: GPL
Comment: theme for tDiary 1.5 or later.

validated by W3C.
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	font-family:sans-serif;
	color: #333333;
	line-height: 1.6em;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;

}

/*
リンク文字列に関する設定
*/
a:link
{
  color: #6699CC;
  text-decoration: none;
  font-weight: bold;
}

a:visited
{
  text-decoration: none;
  color: #778899;
  font-weight: bold;
}

a:active
{
  text-decoration: none;
  color: #6699CC;
  font-weight: bold;
}

a:hover
{
  text-decoration: none;
  color: #6699CC;
  font-weight: bold;
}

form{
margin: 0 0 0 0;

}
div.navi{
	margin: 0 0 0 0;
	font-weight: normal;
	text-align: right;
	color: #999999;
	font-size: small;
	border-bottom: 1px solid #bbbbbb;
}
div.navi a{
    font-weight: normal;
}
div.navi2{
	margin: 0 0 2em 0;
	font-weight: normal;
	text-align: right;
	color: #999999;
}
div.navi2 a{
    font-weight: normal;
}
span.title{
	color: #000000;
	font-size: normal;
    font-weight: bold;
}

.img{
	margin:1em auto 1em auto;
	padding:1em;
	font-size: small;
}

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

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

/*
日記タイトルの設定
*/
h1 {
	text-align: right;
	font-size:1em;
	margin-bottom: 2em;
	font-weight: normal;
	color:#000000

}

/*
カレンダーの設定
*/
div.calendar {
	font-size: 80%;
	padding: 2em;
	text-align: right;
}

div.calendar a{
	font-weight: normal;
	margin:0 2px 0 3px;
}

div.calendar div.year {
}

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

/*
タイトル行全体の設定
*/
h2 {
	margin: 2em 0em 0.8em 0em;
	padding: 0 0 0 .5em;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

/*
日付の設定
*/
h2 span.date {
	font-size: medium;
	margin-right: 0.5em;
	color: #333333;
}

/*
タイトルの設定
*/
h2 span.title {
	font-size: medium;
	font-weight: bold;
	color: #333333;

}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	background-color: #fff;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	width:90%;
}

/*
サブタイトルを含むセクションの設定
*/
div.section {
	margin-top: 0em;
	margin-left: 0em;
	margin-bottom: 1.6em;
	line-height: 1.6em;
}

div.subsection {
	margin-top: 0em;
	margin-left: 2em;
	margin-bottom: 1.6em;
	line-height: 1.6em;
}

div.subsubsection {
	margin-top: 0em;
	margin-left: 2em;
	margin-bottom: 1.6em;
	line-height: 1.6em;
}

div.subsubsubsection {
	margin-top: 0em;
	margin-left: 4em;
	margin-bottom: 1.6em;
	line-height: 1.6em;
}

div.modification{
	font-size: small;
	margin:1em 2em 2em 2em;
	border: 1px solid #bbbbbb;	
	padding: 0.5em
}

/*
サブタイトルの設定
*/
h3 {
	font-size: medium;
	margin: 1em 0 0 0;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #333333;
}

/*
その他の見出し(必要なら)
*/
h4 {
	font-size: medium;
	margin: 1em 0 0 0;
	line-height: 1.7em;
    font-weight: bold;
	border-bottom: 1px dashed #bbbbbb;
	color: #333333;
}

h5 {
	font-size: medium;
	margin: 0 0 0 0;
	line-height: 1.7em;
    font-weight: bold;
	color: #333333;
}
h6 {
	font-size: small;
	margin: 0 0 0 0;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
}
/*
日記の本文(段落)の設定
*/
div.section p {
	margin: 0em 0em 0.8em 2em;
	line-height: 1.7em;
}

div.subsection p {
	margin: 0em 0em 1.7em 0em;
	line-height: 1.7em;
}

div.subsubsection p {
	margin: 0em 0em 1.7em 0em;
	line-height: 1.7em;
}

div.subsubsubsection p {
	font-size: small;
	margin: 0em 0em 1.7em 0em;
	line-height: 1.7em;
}


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

div.day span.canchor {
	background-image: url(default_canchor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 16px 16px 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}
*/

/*
定義リスト
*/
div.section dl {
	margin: 0em 0em 2em 2em;
}

div.section dt {
	margin: 1em 1em 0em 0em;
	line-height: 1.7em;
    font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
}

div.section dd {
	margin: 0em 1em 1.7em 0em;
	line-height: 1.7em;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	font-size: 90%;
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 0px 0px 1px 0px;
	width:95%;
	margin-left: auto;
	margin-right: auto;
}

/*
ツッコミ欄全体の設定
*/
div.comment {
	background-color: #fff;
	color: #333;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	width:95%;
	margin-left: auto;
	margin-right: auto;
}

/*
ツッコミ省略版本文
*/
div.commentshort {
	font-size: 90%;
	margin-left: 2em;
}
span.commentator {
	font-weight: bold;
}
div.commentshort p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 120%;
}

/*
ツッコミ本体
*/
div.commentbody {
	font-size: 90%;
	margin: 0.5em;
	line-height: 120%;
}

/*
ツッコミした人の情報
*/
div.commentator {
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 0px 0px 1px 0px;
	line-height: 150%;
}

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

/*
フォーム全体を囲む枠の設定
*/
div.form {
	background-color: #fff;
	color: #333;
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 1px;
	padding: 2px;
	margin: 0.5em 1em 0.5em 2em;
}

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

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

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

div.textarea {
	display: block;
	vertical-align: top;
}
form.comment textarea {
	display: block;
	background-color: #ffffff;
	color: #333;
	margin-left: 3em;
	width: 30em;
	height: 5em;
}

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

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

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	background-color: #fff;
	color: #333;
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 1px;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 0.5em;
	margin-left: 2em;
	margin-right: 1em;
}

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

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

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

/*
フッタの設定
*/
div.footer {
	font-size: small;
	text-align: right;
	margin-top: 0px;
}

.footer br{
display:none;
}

.footer a{
  font-weight: normal;
}

.signature{
text-align: right;
}

/*
更新フォーム
*/
form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
form.update input, form.update textarea, form.commentstat input {
	background-color: #ffffff;
	color: #333;
}

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: 0em;
	margin-bottom: 1em;
	width: 45em;
	height: 30em;
}

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

/*
整形済みテキスト(preタグ)の設定
*/
div.section pre {
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 1px 1px 1px 1px;
	color: #333;
	margin-left: 5em;
	margin-right: 1em;
	padding: 1em 1em 1em 1em;
  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タグ)の設定
*/
blockquote {
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 1px 1px 1px 1px;
	margin-left: inherit;
	margin-right: 5em;
	padding: 1em 1em 1em 1em;
}
blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

/*
箇条書きの設定
*/
div.section ul{
	margin-left: 3em;
	margin-right: 2em;
	padding-left: 0px;
}
div.section ol{
	margin-left: 3em;
	margin-right: 2em;
	padding-left: 0px;
}

div.section ul ul, div.section ol ol {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0em;
}

div.section li {
	margin-bottom: 0em;
}


/*
テーブルの設定
*/
div.section table {
	margin: 0 auto 1em auto;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	border-collapse: collapse;
}
div.section th, div.section td {
	font-size: small;
	line-height: 1.2em;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
}

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

/* calendar2 */
table.calendar {
	font-size: x-small;
	line-height: 110%;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
}

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

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

/* footnote */
div.body span.footnote {
	margin-top: 1em;
	margin-bottom: 1em;
	vertical-align: top;
	font-size: small;
}

div.footnote {
	font-size: 90%;
	border-style: solid;
	border-color: #333333;
	border-width: 1px 0px 0px 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	margin-left: 6em;
}

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

/* amazon plugin */
img.left {
	border-width: 1px;
	border-color: #333333;
	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 {
	margin-left: 21%;
}

div.sidebar {
	background-color: #eef;
	color: #333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20%;
	padding: 2px 2px 100% 2px;
	border-style: solid;
	border-color: #333333;
	border-width: 0px 2px 2px 0px;
	padding-top: 0.5em;
}

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