@charset "euc-jp";

/*
green_spilit.css
2004-08-31 CSS-Author:Heidi <heidi@verre.cside.to>
*/

/*
ページ全体の基本的な設定。背景色や文字色など
*/
body {
	color: #222;
	margin:0px;
	padding:0px;
	font-size:90%;
	background:#fff
}

p{	line-height:150%;}
/*
リンク文字列に関する設定
*/


a:link {
	background-color: transparent;
	color: #FF9900;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
ページトップにある操作ボタンの並ぶ行の設定
*/
div.adminmenu {
	width:800px;
	height:1.3em;
	padding-top:3px;
	margin-top:0px;
	position:absolute;
	top:66px;
	left:0px;
	background:transparent;
	color: #00cc00;
	text-align: right;
	padding-left: 20px;
	font-size: 100%;
	font-weight:bold;
}
div.adminmenu a:link{color:#16A346;}
div.adminmenu a:visit{color:#16A346;}
div.adminmenu a:hover{color:lime;}
div.adminmenu a:active{color:lime;}

div.sidebar div.adminmenu{
	width:95%;
	position:absolute;
	top:230px;
	left:0px;
	background: transparent;
	color: #666;
	text-align: right;
	font-size: 100%;
	font-weight:normal;
	text-align:left;
	border:0px;
	}
	
/*
ページトップにある操作ボタン自体の設定
*/
span.adminmenu {
	padding-right:0;
}

/*
日記タイトルの設定
*/
h1 {
	color:#A8E238;
	width:800px;
	text-indent:1em;
	margin:0px;
	padding:15px 0px 0px 10px;
	font: bold 22px  Georgia, "Times New Roman", Times,serif;
	height:50px;
	background:transparent url(bg.gif);
	border-right:solid 1px #000;
	border-bottom:solid 20px #A8E238;
}
h1 img{border:0px}
h1 a:link{color:yellow;text-decoration: underline;}
h1 a:visited{color:yellow;text-decoration: underline;}
h1 a:hover{color:#F8B639}
h1 a:active{color:#F8B639}


/*
カレンダーの設定
*/
div.calendar {
	text-align: right;
	letter-spacing: 0.1em;
	background-color: #fff;
	color: #222;
	padding: 2px;
	line-height: 110%;
	font-size: 90%;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

div.calendar div.year {
}


/*
1日の日記全体を囲む枠の設定
*/
div.day {
	background:transparent;
	color:green;
	float:left;
	font-size:90%;
	width:95%;
	margin-top:25px;
	padding:0px;
}

/*
日記タイトル行全体の設定
*/
div.day h2 {
	color:#666;
  font-size:14px;
	margin: 0px;
	padding:5px 3px;
	background:#ebebeb;
	border-top:double 3px #ccc;
}
/*
日付の設定
*/
h2 span.date {
	font-size: 110%;
	text-indent:1.5em;
}

/*
タイトルの設定
*/
h2 span.title {
	font-size: 110%;
	text-indent:1.5em;
}

/*
タイトルを除いた1日の日記本文全体の設定
*/
div.body {
	background-color:#fff;
	width:auto;
	color: #222;
	margin:0px;
	padding:0 0 0 20px;
}

div.body a:link{color:blue;}
div.body  a:visit{color:blue;}
div.body  a:hover{color:green;}
div.body  a:active{color:green;}
/*
サブタイトルを含むセクションの設定
*/
div.section {
	margin:0px;
	padding-top:10px;
	padding-bottom:2px;
	font-size:110%;

}


/*
サブタイトルの設定
*/
h3 {
	font-size:100%;
	margin:10px 0px 5px 0px;
	font-weight: bold;
	color:green;
}
h3.subtitle{
	margin-bottom:5px;
	font-size:110%;
	}
/*
その他の見出し(必要なら)
*/
h4 {
	margin: 2em;
	font-weight: bold;
	margin-bottom: 0em;
}


/*
イメージアンカーの設定
ただしDefaultテーマではイメージアンカーは使っていないのでコメントにしてある
指定のコツは以下の通り
  - span.sanchorはセクションアンカー、span.canchorはツッコミアンカー
  - background-imageにアンカー画像を指定
  - paddingのtop(最初)とright(2番目)に画像の縦横サイズを指定
  - colorに背景色と同じ色を指定(文字を見えなくするため)
*/

div.day span.sanchor {
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 14px 14px 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}

div.day span.canchor {
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 12px 12px 0px 0px;
	color: #fff;
	background-color: transparent;
	font-size: 1px;
}


/*
日記の本文(段落)の設定
*/
div.section p {
	margin:4px 4px 0px 2px;
	line-height: 140%;
}
ul, ol {
	margin-left: 0em;
	padding-left: 0em;
}

/*
ツッコミ/フォーム/リンク元のキャプション設定
*/
div.caption {
	background-color:transparent;
	color: #666;
	font-size: 110%;
	font-weight:bold;
	margin: 10px 15px 0px 6px;
	padding-top:4px;
	padding-left:4px;

}
/*
ツッコミ欄全体の設定
*/
div.comment {
	background-color:#fff;
	text-align:right;
	color:#E3940B;
	margin:0px;
	padding:10px 0px;

}


/*
ツッコミ省略版本文
*/
div.commentshort {
	margin: 0px 6px 0 6px;
	font-size: 90%;
	padding-top:4px;
	padding-left:4px;
}
span.commentator {
	font-weight: bold;
}
div.commentshort p {
	margin: 0;
	padding-top:5px;
	line-height: 120%;
}

/*
ツッコミ本体
*/
div.commentbody {
	font-size: 90%;
	margin: 0 4px 0 4px;
	line-height: 120%;
}

/*
ツッコミした人の情報
*/
div.commentator {
	line-height: 150%;
}

/*
ツッコミ本文
*/
div.commentbody p {
	margin:0;
	padding: 0px;
	margin-left: 2em;
}

/*
フォーム全体を囲む枠の設定
*/
div.form {
	background:#fff;
	width:90%;
	color: #222;
	margin:30px auto 10px auto;
	padding:16px 0 0 16px;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

/*
フォームの設定
*/
div.form form {
	margin: 0;
	padding:10px;
}

div.form form.comment {
	font-size: 90%;
}

div.field {
	display: inline;
	margin-right: 2em;
}
form.comment input {
	color: #222;
	margin-left: 1em;
}

div.textarea {
	display: block;
	vertical-align: top;
}
form.comment textarea {
	display: block;
	color: #000;
	margin-left: 3em;
	width: 85%;
	height: 5em;
}

div.button {
	display: block;
	margin: 0 0 0 3em;
}

/*
リンク元リスト(Month/Latestモード)の設定
*/
div.referer {
	text-align: right;
	font-size: 90%;
	padding:10px 5px ;
	line-height: 1em;
	margin0px;
	background:#fff;
}

/*
リンク元リスト(Dayモード)の設定
*/
div.refererlist {
	background:transparent;
	color: #000;
	margin:0;
	padding:16px 0 0 16px;
}

/*
リンク元リスト一覧の設定
*/
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: #ccc;
}

/*
日々の日記のセパレータに使われる罫線の設定
*/
hr.sep {
	display: none;
}

/*
フッタの設定
*/
div.footer {
	width:800px;
	height:auto;
	position:relitive;
	padding:2px;
	bottom:0px;
	right:0px;
  clear:both;
  background:transparent;
  color:#666;
	font-weight:normal;
	font-size: 80%;
	text-align: right;
}
/*フッタ上部の追記*/
div.foot_up{
	width:800px;
	color: #666;
	padding:2px;
	background: transparent;
	text-align: right;
	font-size: 90%;
	position:relitive;
	bottom:0px;
	right:0px;
  clear:both;
	
	}
/*
更新フォーム
*/

div.upate day{
	background:#fff;
	width:500px;

}
form.update {
	padding-top: 0.5em;
	padding-bottom: 0.5em;

}
.update input, form.update textarea, form.commentstat input {
	background-color: #fdfdfd;
	color:#222;
}

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;
	width:85%
}
form.update textarea {
	display: block;
	margin-left: 0em;
	margin-bottom: 1em;
	width: 100%;
	height: 15em;
}

form.update span.checkbox.hidediary {
	margin-left: 1em;
}

/*
ツッコミ状態変更フォーム
*/
div.comment form {
	margin-top: 0em;
}

/*
検索フォーム
*/

div.search_form {
	color: #222;
	width:160px;
	margin:0px auto 0px auto;
	padding:6px 0 6px 16px;
}

form.search{
	color: #222;
	margin:0 auto 30px auto;
	width:160px;
	padding:0px;
}


.search_text{  background:#E9F5CD;}

/*
エラーメッセージ表示の設定
*/
p.message {
	text-align: center;
	font-size: large;
	background-color: #d00;
	color: #fff;
	padding: 8px;
}

/*
整形済みテキスト(preタグ)の設定
*/
pre {
	border-style: solid;
	border-color: #dfdfdf;
	background-color: #fdfdfd;
	color:#222;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
	border-width: 1px;
}

/*
引用(blockquoteタグ)の設定
*/
div.body blockquote {
	border-style: dashed;
	border-color: #dfdfdf;
	border-width: 0 0 0 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
}
div.body blockquote p {
	margin: 0.5em 0em 0.5em 0em;
}

/*
箇条書きの設定
*/
div.body ul, div.body ol {
	margin-left: 10px;
}

/*
項目リストの設定
*/
div.section dl {
	margin-left: 3em;
	margin-right:8px;
}

div.section dt {
	margin-bottom: 0.2em;
	font-weight: bold;
	padding:2px;
	border-bottom:dotted 1px #ccc;
	border-top:solid 1px #ccc;
}

div.section dd {
	margin: 0em 0em 1em 0em;
	font-size:90%;
}


div.conf{	
	background:#fff;
	border:solid 1px #ccc;
	margin:30px 0px auto 10px;
	padding:10px;
	font-size:90%;
	width:100%;
	float:left;}

div.conf p{
	margin:0;
}

/*
 いくつかのメジャーなプラグイン対応
 */

/* カレンダーcalendar2 */
table.calendar {
	width: 140px;
	color:white;
	margin:60px auto 30px auto;
	font-size: 80%;
	font-weight:bold;
	line-height: 130%;
	border-collapse:collapse;
	background:transparent url(ilb.gif) no-repert fixed left bottom;
}

table.calendar td {
	margin: 0px;
	text-align: center;
	padding: 0 3px 0 3px;
}

table.calendar td.image{
	height:8px;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month,table.calendar td.calendar-day {
	text-align: center;
	color:white;
}

td.calendar-sunday {
		color: red;
		border-top:1px solid white;
		border-bottom:1px solid white;
		border-left:none;
		border-right:none;
}

td.calendar-saturday {
		color: aqua;
		border-top:1px solid white;
		border-bottom:1px solid white;
		border-left:none;
		border-right:none;
}

td.calendar-weekday {
		color:white;
		border-top:1px solid white;
		border-bottom:1px solid white;
		border-left:none;
		border-right:none;
}

/* calendar3 */

div.calendar3{
	font-size: 90%;
	line-height: 120%;
	padding: 2px;
	text-align: right;
}

.calendar-popup {

	color:navy;
	display: none;
	position: absolute;
	padding: 4px;
	text-align: left;
	border-color:#B1BCCD;
	border-width:1px;
	border-style:solid;
	
}

.calendar-day a{
	font-weight: bold;
}

.calendar-sunday {
	color: #f00;
	background-color: transparent;
}

.calendar-saturday {
	color: #00f;
	background-color: transparent;
}

.calendar-weekday {
	color: navy;
	background-color: transparent;
}
.calendar-todo {
	border-style: solid;
	border-color: #B1BCCD;
	border-width: 1px;
}

div.calender{
	margin:0px 4px 4px 10px;
	width:360px;
	text-align:center;}


/* footnote */
div.body span.footnote {
	vertical-align: super;
	font-size: 70%;
	padding: 4px;
}

div.footnote {
	font-size: 90%;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0px 0px 0px;
	padding: 4px;
	margin: 0px 6px 0px 16px;
}

p.footnote {
	margin: 0.5em;
}

/* amazon plugin */
img.left {
	border-width: 1px;
	border-color: #ccc;
	float: left;
	margin: 0.5em;
}

img.right {
	border-width: 1px;
	border-color: #ccc;
	float: right;
	margin: 0.5em;
}

div.section, div.comment {
	clear: both;
}

/*contents*/
div.all{
	width:800px;
	background:#fff url(bgg.gif);
	border-right:solid 1px #000;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;

}
/*サイドバー関連*/

div.sidebar {
	color:white;
	background:transparent;
	width: 180px;
	position:absolute;
	top:0px;
	left:0px;
	margin-top:50px;
	font-size:100%;
	font-weight:normal;
}

div.main {
	background:transparent;
	margin:0px 170px 60px 180px;
	width:460px;
	padding-top:0px;
}

div.sidebar2 {
	background:transparent;
	font-size:90%;
	width:170px;
	position:absolute;
	top:110px;
	left:630px;
	padding:20px 4px 4px 6px;
}

div.sidebar h2{  
	font-size:90%;
	margin:10px 0px 5px 5px;
	padding:3px;
	color:#ffffff;
	width:110px;
	float:left;
	border-bottom:solid 1px #fff;
}
div.sidebar2 h2{  
	font-size:90%;
	margin:4px;
	padding:3px;
	color:#ffffcc;
	width:65%;
	float:left;
	border-bottom:solid 1px #ffffcc;
}


div.sidebar ul{
	margin:0px 0px 5em 2.5em;
	padding:3px;
	font-size:115%;
	text-align:left;

}
div.sidebar li{
	list-style-type:square;
	color: #00cc00;
	font-weight: bold;
	font-size:90%;
	line-height: 120%;
	margin: 2px;
	padding:2px;
}

div.sidebar ul a:link{color:#F8B639;}
div.sidebar ul a:visit{color:#F8B639;}
div.sidebar ul a:hover{color:#F8B639;}
div.sidebar ul a:active{color:#F8B639;}

div.sidebar a:link{color:#FFDD41;}
div.sidebar a:visit{color:#F8B639;}
div.sidebar a:hover{color:yellow;}
div.sidebar a:active{color:yellow;}

/* recent_list */
p.recentitem {
	font-size: 120%;
	font-weight:bold;
	margin:5px 0px 5px 10px;
}

div.recentsubtitles {
	font-size: 110%;
	margin:5px 0px;
	padding-left:1em;
	width:80%;
	line-height:130%;
}


div.sedebar2 img{margin:5px 0px;}

.amazon {
	 text-align:center;
	 font-size:90%;
   margin:20 0 10 0px;
}

/*
関連するかもプラグイン
*/
div.body-enter{
	text-align:right;
	font-size:90%;
	padding:4px 6px 0 0;
}
