@charset "UTF-8";

/* === Template 【primavera '09ninja_ver.】 Ver.1.00 (last updated: 09.12.12) === */
/* === Template 【ミニ猫だらけ】
/* === c.f. by CriCri (http://cricri.blog.shinobi.jp/)
/* === Materials ＆ Designed by uni*closet (http://u-closet.jugem.jp) === */
/* === edited by 月光ニウム (http://akekura90.go-th.net/) === */

/* [ DEFAULTS ]
=========================================================================== */

/**************************************************************************************
  全ブロックの共通設定
**************************************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px auto;
	padding: 0px 0px 40px;
	line-height: 1.6; 
	color: #696969; 
	background-color: #ffffff; 
	background-image: url(http://file.akekura90.go-th.net/20091212_1175478.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.2em;
	text-align: center; 
	letter-spacing: 0.1em; 
	}
html>/**/body { /* for MODERN BROWSERS */
	font-size: 10px;
	}

br { 
	letter-spacing: normal; 
	}

.clear {
	clear: both;
	}

/* [ 文字の装飾 ] -------------------- */
strong { /* 太字 */
	font-weight: bolder; 
	}

em { /* 斜体 */
	font-style: italic; 
	font-weight: normal;
	}

ins,
u { /* 下線 */
	border-bottom: 1px solid #e3d472;
	text-decoration: none; 
	}

del { /* 打ち消し */
	text-decoration: line-through; 
	}

/* [ リスト ] -------------------- */
ul { /* 箇条書きリスト */
	padding: 0.8em 0em 0.8em 2em;
	}

ol { /* 番号リスト */
	padding: 0.8em 0em 0.8em 2.5em; 
	}

dl { /* 定義型リスト */
	padding: 0.8em 0em;
	}
dl dt { /* 定義型リスト（用語） */
	font-weight: bolder; 
	}

/* [ テーブル ] -------------------- */

td {
	text-align: center; 
}

table {
	border-collapse: collapse;
	font-size: 1em; /* priはこれのみ */
	color: #696969;
	}

/* === 猫仕様formまで === */
.left {
	text-align: left;
	}

.center {
text-align: center;
	}

.right {
text-align: right;
	}

form {
	margin: 0px;
	padding: 0px;
	}

/* [ フォーム ] -------------------- */
input, 
select, 
textarea { 
	margin: 1px;
	padding: 2px;
	border: 1px solid #e3d472;
	line-height: 1.8;
	color: #333333; 
	background-color: #ffffff; 
	background-image: url(http://file.akekura90.go-th.net/20091212_1175494.png); 
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku GothicPro', Verdana, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal; 
	font-size: 1em;
	letter-spacing: 0.1em; 
	}


/* [ 画像 ] -------------------- */
img { 
	border: none; 
	}

img.pict { 
	margin: 0.8em; 
	padding: 5px;
	border: 1px solid #c9c9c4;
	}

img.emoji { /* 絵文字 */
	margin: 0.1em 0em 0.2em;
	vertical-align:middle;
	}

/* [ 引用 ] -------------------- */
blockquote { 
	margin: 0.8em 0em;
	padding: 12px 15px;
	border: 1px solid #bfcc7a;
	color: #696969; 
	background-color: #ffffff; 
	background-image: url(http://file.akekura90.go-th.net/20091212_1175495.png); 
	}

q {
	color: #dccb18; 
	}

cite {
	color: #dccb18; 
	}

/* === 猫仕様 === */
hr {
	width:90%;
	height:1px;
	margin:10px auto;
	text-align:center;
	background-color:#777;
	color:#777;
	border:none;	
	}

/**************************************************************************************
  リンクの共通設定
**************************************************************************************/

a { 
	text-decoration: none; 
	}
a:link,
a:visited {
	color: #79aea7;
	}

a:hover { 
	border-bottom: 2px dotted #990000; 
	color: #4e454a; 
	}
a:active { 
	color: #f0efaf; 
	}

/**************************************************************************************
  メインブロックheader-containerの設定 [ LAYOUT ]
**************************************************************************************/

div#header-container { /* 上部画像 */
	margin: 0px auto; 
	padding: 30px 0px 0px; 
	width: 100%; /* 猫から，780にしたらヘッダ画像が切れた */
	background-image: url(http://file.akekura90.go-th.net/20091212_1175502.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	background-color:#FFF; /* 猫から追加 */
	}

/* [ LAYOUT 他]
=========================================================================== */

div#header { /* 上部（#header＆#calendar） */
	margin: 0px auto 30px; 
	padding: 0px;
	width: 850px;
	text-align: center; 
	}

div#wrapper { /* 全体（#contents～#footer） */
	margin: 0px auto; 
	padding: 0px;
	width: 850px;
	text-align: center;
	}

div#contents { /* メイン（記事＆コメント＆トラックバック＆プロフィール部分） */
	float: right;
	width: 560px;
	}

/* [ HEADER ]
=========================================================================== */

/**************************************************************************************
  ブログタイトル用デザイン
**************************************************************************************/

div#header div#blog-title { /* 全体の枠 */
	margin: 0px; 
	padding: 50px 0px 30px;
	text-align: left;
	}

/* リンク */
div#header div#blog-title a:link, 
div#header div#blog-title a:visited { 
	color: #4e454a;
	}
div#header div#blog-title a:hover { 
	border-bottom: none; 
	color: #79aea7; 
	}
div#header div#blog-title a:active { 
	color: #f0efaf; 
	}

div#header div#blog-title h1.blog-name { /* タイトル */
	/* ブログタイトルが英語の場合を想定しています。
	使用するブログのタイトルが日本語でバランスが悪い場合は
	《font-family》、《font-size》などを変更・調整してお使いください。 */
	line-height: 1.2; 
	font-family: Verdana, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal; 
	font-size: 2.8em; 
	letter-spacing: 0.2em; 
	}

div#header div#blog-title p.blog-description { /* 説明 */
	padding: 5px 0px 0px;
	color: #a9a9a9; 	
	font-size: 1.2em; 
	}

/**************************************************************************************
  トップカレンダーブロック用デザイン
**************************************************************************************/

div#header div#calendar { /* 全体の枠 */
	margin: 0px; 
	padding: 3px 5px;
	border-top: 1px dashed #c9c9c4; 
	border-bottom: 1px dashed #c9c9c4; 
	color: #a9a9a9;
	font-family: Garamond, 'Times New Roman', serif; 
	font-size: 1.4em; 
	text-align: center; 
	}

div#header div#calendar span.calendar-month { /* 年・月 */
	color:#bfcc7a; 
	}

div#header div#calendar span.day a{ /* 日 */
	font-weight: bold;
	}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/* ナビゲーション */

div#contents div.entry-navi { /* 全体の枠 */
	margin: 10px auto 50px;
	padding: 3px 0px;
	color: #a9a9a9; /* pri変更 */
	text-align: center;

	/* pri */
	border-top: 1px dashed #c9c9c4; 
	font-family: 	font-family: Verdana, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.2em; 
	}

div#contents div.navi-back { /* 前の記事 */
	padding: 0px 7px 3px;
	border-bottom: 1px dashed #c9c9c4; 
	text-align: left; 
	}

div#contents div.navi-next { /* 次の記事 */
	padding: 3px 7px 3px;
	border-bottom: 1px dashed #c9c9c4; 
	text-align: right; 
	}

/* 記事 */
div#contents div.entry { /* 全体の枠 */
	padding: 0px 0px 50px;
	text-align: left; 
	}

div#contents div.entry div.entry-date { /* 日付 */
	margin: 0px 5px; 
	padding: 0px 0px 15px;
	color: #a9a9a9; 
	font-family: Garamond, 'Times New Roman', serif; 
	font-weight: normal; 
	font-size: 2.6em; 
	text-align: right; 
	}
div#contents div.entry div.entry-date:first-letter {
	color: #e3d472; 
	}

div#contents div.entry h2.entry-title { /* タイトル */
	margin: 0px 5px;
	padding: 0px;
	line-height: 1.2; 
	color: #bfcc7a;
	font-family: Verdana, Osaka, sans-serif;
	font-weight: bolder; 
	font-size: 1.4em;
	}

/* 記事タイトルのリンク */
div#contents div.entry h2.entry-title a:link, 
div#contents div.entry h2.entry-title a:visited { 
	color: #a2b344; 
	}
div#contents div.entry h2.entry-title a:hover { 
	border-bottom: 2px dotted #990000; 
	color: #4e454a; 
	}
div#contents div.entry h2.entry-title a:active { 
	color: #f0efaf; 
	}

div#contents div.entry div.entry-state { /* 情報 */
	margin: 0px 5px; 
	padding: 3px 0px;
	color: #a9a9a9; 
	}

div#contents div.entry div.entry-author { /* 著者 */
	margin: 0px; 
	padding: 3px 5px 0px;
	border-top: 1px dashed #c9c9c4; 
	color: #a9a9a9; 
	text-align: right; 
	}

div#contents div.entry div.entry-body { /* 記事＆記事の続きの枠 */
	margin: 0px 8px; 
	padding: 15px 0px;
	}

div#contents div.entry div.entry-body div.EntryText { /* 記事＆記事の続き本文 */
	font-size: 1.2em;
	}

div#contents div.entry div.entry-body div.EntryText p, 
div#contents div.entry div.entry-body div.EntryPsText p { /* 記事＆記事の続き内の段落 */
	padding: 0.8em 0em; 
	font-size: 1.2em;
	}

div#contents div.entry div.entry-body div.EntryPsText { /* 「read more（続きを読む）」 */
	padding: 0.8em 0em; 
	font-size: 1.2em;
	}

div#contents div.entry div.entry-category { /* カテゴリ */
	margin: 0px 5px; 
	padding: 3px 0px;
	font-size: 1.2em;
	text-align: right; 
	}

div#contents div.entry div.entry-top { /* ページトップ */
	margin: 0px 5px; 
	padding: 5px 0px;
	text-align: right; 
	}

/* neko 記事用ブロック */

.EntryText {
	padding:5px 10px 10px;
	line-height:180%;
	line-breake:strict;
	}

.RankingBannerBlock {
	padding:5px 10px 0px;
	text-align:left;
	}

/**************************************************************************************
  コメント・トラックバック表示部分の設定
**************************************************************************************/

.CommentBlock {
	padding:100px 10px 10px;
	margin: 0px 0px 50px;	/* pri */
	}

/* pri追加ここから */

div#contents div.CommentBlock h3.comment-title,
div#contents div.TrackbackBlock h3.trackback-title { /* タイトル */ 
	margin: 0px 0px 20px;
	padding: 0px 7px 5px;
	line-height: 1; 
	border-bottom: 1px dashed #c9c9c4; 
	color: #a9a9a9; 
	font-family: Garamond, 'Times New Roman', serif; 
	font-weight: normal; 
	font-size: 2.6em; 
	text-align: right;
	letter-spacing: 0.1em; 
	}

div#contents div.CommentBlock h3.commentform-title,
div#contents div.TrackbackBlock h3.trackbackurl-title,
div#contents div.CommentEditBlock h3.CommentEditTitle { /* タイトル（フォーム） */ 
	margin: 0px 0px 10px;
	padding: 20px 7px 5px; /* 上0から変更　*/
	line-height: 1; 
	border-bottom: 1px dashed #c9c9c4; 
	color: #a9a9a9; 
	font-family: Garamond, 'Times New Roman', serif; 
	font-weight: normal; 
	font-size: 2.6em; 
	text-align: right;
	letter-spacing: 0.1em; 
	}

div#contents div.CommentBlock h3.comment-title:first-letter,
div#contents div.CommentBlock h3.commentform-title:first-letter,
div#contents div.TrackbackBlock h3.trackback-title:first-letter,
div#contents div.TrackbackBlock h3.trackbackurl-title:first-letter,
div#contents div.CommentEditBlock h3.CommentEditTitle:first-letter {
	color: #e3d472; 
	}

/* pri追加ここまで */

.CommentTextBox {
	margin:10px 0px;
	padding:5px 10px;
 	border-bottom: 1px dashed #c9c9c4; /* pri */
	text-align: left; /* pri */
	}

.CommentNAME {
	margin: 0px 8px; /* pri追加 */
	padding: 0px 0px 0px 22px; /* pri変更 */
	text-align: left;
	font-weight: normal;
	font-size: 1.4em; /* pri変更 */
	color: #990000; /* pri変更 */

	/* pri追加 */
	font-family: Verdana, Osaka, sans-serif; 
	background-image: url(http://file.akekura90.go-th.net/20091212_1175503.png); 
	background-repeat: no-repeat; 
	background-position: 0% 50%;

	}

.CommentText {
	padding:10px 5px 5px;
	line-height:160%;
	line-breake:strict;
	font-size: 1.2em; /* pri */
	}

.CommentData {
	text-align: right;
	padding:10px 5px 0px;
	font-size:10px;
	}

.Commentmail {
	color: #990000; 
	font-weight: normal; 
	}

.CommentWriteDate {
	color: #a9a9a9; /* pri */
	}

.CommentBlockBorder {
	height:22px;
	}

/**************************************************************************************
  コメント 管理者返信部分デザイン
**************************************************************************************/

.CommentResBlock {
	margin-bottom:10px;
	padding:0px;
	}

.CommentResBox {
	padding:5px 10px;
 	border-bottom: 1px dashed #c9c9c4; /* pri */
	text-align: left; /* pri */
	}

.CommentResNAME {
	margin: 0px 8px; /* pri追加 */
	padding: 0px 0px 0px 22px; /* pri変更 */
	text-align:left;
	font-weight:bold;
	font-size: 1.4em; /* pri変更 */
	color: #79aea7; /* pri変更 */

	/* pri追加 */
	font-family: Verdana, Osaka, sans-serif; 
	background-image: url(http://file.akekura90.go-th.net/20091212_1175513.png); 
	background-repeat: no-repeat; 
	background-position: 0% 50%;
	}

.CommentResText {
	padding:10px 5px 5px 5px;
	line-height:160%;
	line-breake:strict;
	font-size: 1.2em; /* pri */
	}

.CommentResData {
	text-align:right;
	padding:10px 5px 0px;
	font-size:10px;
	color: #a9a9a9; /* pri */
	}

/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/

.CommentFormBlock {
	margin-bottom:20px;
	}

.CommentFormTable {
	margin:0px auto;
	font-size: 1.2em;
	}

.CommentFormTh {
	padding:5px 5px 0px 0px;
	text-align: right;
	}

.CommentFormTd {
	padding-top:5px;
	text-align: left;
	}

.CommentForms {
	padding: 2px;
	width: 250px;
	}

.textarea {
	width: 350px;
	}

.pas {
	padding: 2px;
	width: 150px;
	}


.CommentFormSubmit {
	padding-top:5px;
	text-align: right;
	}

.btn {
	border: none;
	color: #79aea7;
	background-color: transparent; 
	background-image: none;
	font-family: Garamond, 'Times New Roman', serif; 
	font-weight: normal;
	font-size: 2.2em; 
	cursor: pointer;
	}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

.TrackbackBlock {
	margin-bottom:20px;
	padding:10px;
}

.TrackbackTextBox{

	/* pri追加 */
	margin: 0px 0px 35px;
	padding: 5px 0px 15px;
	border-bottom: 1px dashed #c9c9c4; 
	text-align: left;
}

.TrackbackTitle {
	margin: 0px 8px; 
	padding: 0px 0px 0px 22px;
	text-align:left;
	color: #990000; /* pri変更 */
	font-weight: normal;

	/* pri追加 */
	background-image: url(http://file.akekura90.go-th.net/20091212_1175503.png); 
	background-repeat: no-repeat; 
	background-position: 0% 50%; 
	font-size: 1.4em;
}

.TrackbackText {
	padding:5px;
	font-size: 1.2em;
	line-height:160%;
	line-breake:strict;
}

.TrackbackData {
	text-align: right;
	padding:10px 5px 0px;
	font-size:10px;

	/* pri追加 */
	margin: 0px 8px;
	color: #a9a9a9;
}
					  

.TrackbackFromURL {
	margin-left:5px;
}

.TrackbackWriteDate {
	margin-left:5px;
}

.TrackbackURLTitle {
	margin: 0px 10px; /* pri追加 */
	padding:10px 5px 15px;
	text-align:left;
	font-size: 1.2em; /* pri追加 */
}

#TrackbackURL {
	width:380px;
}

/**************************************************************************************
  コメント編集ページの設定
**************************************************************************************/
.CommentEditBlock {
	padding:0px 10px 30px;
	text-align:center;
	}

.Backbtn {
	margin-top:30px;
	}

.BackButton {
	text-align: center;
	border: none;
	color: #79aea7;
	background-color: transparent; 
	background-image: none;
	font-family: Garamond, 'Times New Roman', serif; 
	font-weight: normal;
	font-size: 2.0em; 
	cursor: pointer;
	}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.PluginBlock {
	padding: 15px 0px 0px;
	width: 280px;  /* 220から変更 */
	float: left;
	text-align: left;
	}

.PluginInnerBlock {
	margin-bottom:10px;
	padding:10px 5px;
	line-height:150%;
	}

.PluginTitle {
	height:23px;
	margin-bottom:5px;
	padding:10px 10px 2px 38px;
	text-align:left;
	font-size: 2.6em; /* pri変更 */

	/* pri */
	margin: 0px;
	color: #a9a9a9; 
	font-family: Garamond, 'Times New Roman', serif; 
	font-weight: normal;
	}

.PluginTitle:first-letter {
	color: #e3d472; 
	}

.PluginExplanation {
	padding:0px 15px 0px 5px;
	font-size:10px;
	text-align:left;
	}

.PluginContents {
	padding:5px 15px 5px 25px;
	}

.blogsearch {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
	}

.box {
	width:150px;
	margin-bottom:5px;
	font-size: 1.2em;
	}

.search-button { /* ボタン */
	border: none;
	color: #79aea7;
	background-color: transparent; 
	background-image: none; 
	font-size: 1.2em;
	cursor: pointer;
	}

.plugin_data { /* リスト */
	padding: 4px 3px 4px 20px;
	border-bottom: 1px dashed #c9caca; 
	background-image: url(http://file.akekura90.go-th.net/20091212_1175514.png); 
	background-repeat: no-repeat; 
	background-position: 3px 6px; 
	font-size: 1.2em;
	}

.plugin_data ul.tree li{
	margin: 0px;
	padding: 0px 0px 0px 16px;
	background-image: url(http://file.akekura90.go-th.net/20091212_1175522.png);
	background-repeat: no-repeat;
	}


/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0px auto;
	padding:3px;
	width:85%;
	font-size:11px;
}

/*カレンダー日付移動用テーブル、trタグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
	width:85%;
	height:120px;
	margin:0px auto;
	padding:3px;
	font-size:11px;
}

/*-------------------------------------------------------
  カレンダーテーブル 曜日表示部分デザイン
-------------------------------------------------------*/

/*曜日表示部分（trタグ部分）のデザイン*/
.CalendarWdayTr {
	border-top:solid 1px #E0927D;
	border-bottom:solid 1px #E0927D;
}

/*曜日表示部分、日曜日のthタグ部分デザイン*/
.CalendarWdaySun {
	border-top:solid 1px #E0927D;
	border-bottom:solid 1px #E0927D;
	color:#F96;
}

/*曜日表示部分、平日のthタグ部分デザイン*/
.CalendarWday {
	border-top:solid 1px #E0927D;
	border-bottom:solid 1px #E0927D;
}

/*曜日表示部分、土曜日のthタグ部分デザイン*/
.CalendarWdaySat {
	border-top:solid 1px #E0927D;
	border-bottom:solid 1px #E0927D;
	color:#9C9;
}

/*-------------------------------------------------------
  カレンダーテーブル 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（trタグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日のtdタグ部分デザイン*/
.CalendarTdSun {
	color:#F96;
}

/*日付表示部分、土曜日のtdタグ部分デザイン*/
.CalendarTdSat {
	color:#9C9;
}

/*日付表示部分、平日曜日のtdタグ部分デザイン*/
.CalendarTd {
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	font-weight:bold;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/

#footer {
	clear: both;
	width: 560px; /* 猫変更530px */
	margin: 0px 0px 0px auto;
	padding: 55px 10px 10px;
	text-align: center;
	font-size: 10px;
	line-height: 160%;
	}

/**************************************************************************************
  ページリンクブロック用デザイン
**************************************************************************************/

.PageLinkBlock {
	clear: both;
	width: 560px;
	margin: 0px 0px 0px auto;
	padding: 10px;
	color: #a9a9a9; /* pri変更 */
	text-align: center;

	/* pri */
	border-top: 1px dashed #c9c9c4; 
	border-bottom: 1px dashed #c9c9c4; 
	font-family: Garamond, 'Times New Roman', serif; 
	font-size: 1.4em; 
	}

