@charset "utf-8";
/*************************************************
 リセット
*************************************************/
body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, input, texarea, table, th, tr, td, address {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

ul, ol { list-style: none; }

img { border: 0; }

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, 
q:after { content: ''; }

/*************************************************
 全体の基本設定
*************************************************/

/* ボディ 
------------------------------------------------*/
body {
	color: #000;
	background: url(http://file.material.zoku-sei.com/material_back.gif）)fixed #fff;
	font-size: 75%;  /* 12px */
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* 画像の基本指定 
-----------------------------------------------*/
img { padding: 2px; }

a img:hover { background-color: #FFF; }

/* IE6 */
* html a img { background-color: #FFF; }

/* Firefox, Opera, Google Chrome, Safari */
html>/**/body a img { vertical-align: text-bottom; }

/* IE8 */
html>/**/body a img { vertical-align /*\**/: bottom\9; }

/* 絵文字の基本指定 */
img.emoji { margin: 0 1px; }

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
textarea, input {
	padding: 2px;
	border: solid 1px #BBB;
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input { font-size: 109%; }  /* 13px */

textarea { font-size: 125%; }  /* 15px */


/************************************************* 
　見出し
*************************************************/
                             
/* 記事のタイトル 
------------------------------------------------*/
h2 {
	font-size: 134%;           /* 16px */
	font-weight: bold;
}


/* コメント、トラックバック、コメント編集 
------------------------------------------------*/
h3 {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 134%;            /* 16px */
	font-weight: bold;
}


/* コメント、コメントレス、トラックバック、プラグイン
   のタイトル 
-------------------------------------------------*/
h4 {
	font-size: 110%;
	font-weight: bold;
}                                 /* 13px */


/* h5とh6の指定
------------------------------------------------*/
h5, h6 {
	font-size: 110%;
	font-weight: bold;
}                                /* 13px */


/*************************************************
  リンク基本設定
*************************************************/
a { text-decoration: none; }

a:link,
a:visited { color: #7d491b; }

a:hover,
a:active {
	background-color: #6c383f;
	color: #FFF;
}


/*************************************************
  レイアウト
*************************************************/
/*メインブロック*/
div#mainBlock {
	width: 850px;
	margin: 0 auto;
	text-align:center;
	background-color: #FFFEFE;
}

/*ヘッダー*/
div#TopBlock {
	height: 250px;
	margin: 20px 20px 0;
	text-align:left;
	overflow: hidden;
	background: url(http://file.material.zoku-sei.com/uo_material_top.png) 80% top no-repeat;
}

/*エントリー*/
div#EntryBlock {
	float: right;
	width: 570px;
	text-align: left;
}

/*メニュー*/
div.PluginBlock {
	float: left;
	width: 280px;
	text-align: left;
	margin: 22px 0 20px;
}

/*フッター*/
div#FooterBlock {
	clear: both;
	padding: 5px;
	text-align: center;
	background-color: #696;
	color: #030;
}


/*************************************************
  ヘッダー
*************************************************/
/*ブログのタイトル*/
h1#TopTitle {
	height: 37px;
	margin: 198px 10px 0 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

*:first-child+html h1#TopTitle { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1#TopTitle a:link,
h1#TopTitle a:visited {
	color: #7d491b;
}

h1#TopTitle a:hover,
h1#TopTitle a:active {
	background-color: transparent;
	position: relative;
	top: 2px;
	left: 2px;
}

/*ブログの説明*/
div#TopExplanation {
	margin: 0 20px 30px;
	padding: 0px 20px 2px;
	background-color: #696;
	color: #FFF;
}


/*************************************************
  フッター
*************************************************/
#FooterBlock address {
	font-style: normal;
}


#FooterBlock a:link, #FooterBlock a:visited { color: #EEE;}

#FooterBlock a:hover {
	background-color: transparent;
	color: #7d491b;
}


/*************************************************
  カテゴリー、アーカイブ、キーワード検索ページ
*************************************************/

div.SearchTitle {
	margin: 0 20px;
	padding: 2px 5px;
	font-weight: bold;
	text-align: center;
	background-color: #88a36c;
	color: #FFF;
}

ul.SearchNavi {
	margin: 5px 20px;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 10px;
}

ul.SearchContents {
	margin: 0 20px 30px;
	padding: 10px;	

}

ul.SearchContents li {
	padding: 0 10px;
	list-style: inside disc;
	color: #363;
}

.SearchContents li h2 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}


/*************************************************
  記事上のプラグイン4（記事一覧ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 0 20px 10px;
}

/* プラグインタイトル */
h4.Plugin5Title {
	padding: 2px;
	text-align: center;
	border-bottom: solid 2px #88a36c;
}

/* プラグイン表示部分 */
div.Plugin5Body {
	padding: 10px;
}

/* プラグイン本体 */
div.Plugin5Contents {
	margin-top: 10px;
}

/*************************************************
  エントリー（記事ブロック）
*************************************************/

div.EntryInnerBlock {
	margin: 0 20px 20px;
	padding: 10px 10px 5px;
	text-align: left;
	border: solid 3px #7d491b;
	background: url(http://file.material.zoku-sei.com/hasami.gif) 0px top no-repeat;
}

/* 記事タイトル */
h2.EntryTitle {
	margin: 0 0 2px;
	padding: 10px 10px 10px 53px;
	color: #dd9aa9;
}

h2.EntryTitle a:link, h2.EntryTitle a:visited { color: #7A7; }

h2.EntryTitle a:hover {
	background-color: transparent;
	color: #dd9aa9; 
}

/*記事部分*/
div.EntryTextBox {
	padding: 4px 0 0;
	line-height: 1.8;
}

.EntryInnerBlock >/**/ .EntryTextBox { padding: 4px 0; } /* IE6,IE7以外 */

/*記事本文*/
div.EntryText {
	padding: 10px 10px 0;
}

/* 追記文 */
div.EntryPsText {
	padding: 2em 10px 0;
}

/*追記文へのリンク*/
p.EntryPsTitle {
	margin: 10px 10px 5px;
	text-align: right;
}

/* ランキングバナー等用フッター*/
div.TextFooter {
	margin-top: 10px;
	text-align: left;
}

/*記事情報部分*/
ul.EntryFooter {
	padding-top: 5px;
	text-align: right;
	border-top: solid 1px #8B8;
}

ul.EntryFooter li {
	display: inline;
}

ul.EntryFooter li.EntryTime {
	float: left;
	width: auto;
	text-align: left;
}

* html ul.EntryFooter { zoom: 1; }

ul.EntryFooter a:link,
ul.EntryFooter a:visited { color: #dd9aa9; }

ul.EntryFooter a:hover { color:#FFF; }

/* cleafix */
ul.EntryFooter:after {
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 	
}

/* 記事内の画像
------------------------------------------------*/

.EntryTextBox img, 
.EntryTextBox a img {
	padding: 2px 4px;
}


/* ランキングバナー用画像
------------------------------------------------*/
.TextFooter img, .TextFooter a img {
	padding: 1px;
}


/* 記事内の罫線
------------------------------------------------*/
.EntryTextBox hr {
	width: 100%;
	height: 1px;
	background-color: #999;
	color: #999;
	border: none;
}
	

/* 記事内のリスト、定義リスト
------------------------------------------------*/
.EntryTextBox ul,
.EntryTextBox ol {
	margin: 1em 0;
	padding-left: 2em;
}

.EntryTextBox ul li { list-style: disc outside;	}

.EntryTextBox ol li { list-style: decimal outside; }

.EntryTextBox dl { margin: 1em 0; }

.EntryTextBox dl dt {
	font-weight: bold;
}

.EntryTextBox dl dd {
	margin: 0 1em 1em;
}


/* 記事内の引用文
------------------------------------------------*/
.EntryTextBox blockquote {
	margin: 1em 0 1em 1em;
	padding: 10px;
	border: dotted 1px #ADA;
	background-color: #EFFEDF;
}

/* 記事内の短い引用文*/
q        { quotes: '"' '"' "'" "'" ; color: #B00; }
q:before { content: open-quote; }
q:after  { content: close-quote; }

/* 拍手 
------------------------------------------------*/
.NinjaClap img {
	margin: 5px 0;
	vertical-align: middle;
}

/* 記事アクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #900;
}

.EntryTextBox pre {
	margin: 1em auto;
	padding: 1em;
	border: 3px solid #CCC;
	font-family: sans-serif;
	width: 92%;
	overflow: auto;
	line-height: 1.2;
}

* html pre { overflow: scroll; } /* IE6 */

*:first-child+html pre { overflow: scroll; } /* IE7 */


code {
	font-family: "Lucida Console", Monaco, monospace;
	line-height : 1.2;
}


/*************************************************
 ページナビ
*************************************************/
ul.PageLinkBlock {
	margin: 10px 0;
	text-align: center;
	padding: 10px;
}

ul.PageLinkBlock li {
	display: inline;
}

/*************************************************
  プラグイン
*************************************************/
/* アドミンブロック */
div.AdminBlock {
	margin: 0 10px;
	padding: 0 10px;
	text-align: center;
}

/*プラグインブロック*/
div.PluginInnerBlock {
	margin: 0 10px 15px;
	padding: 0 10px;
}

/*プラグインタイトル*/
h4.PluginTitle {
	margin: 0;
	padding: 3px;
	text-align: center;
	background-color: #552f2f;
	color: #FFF;
}

h5.PluginTitle a:link, h5.PluginTitle a:visited { color: #EEE; }

h5.PluginTitle a:hover {
	background-color: transparent;
	color: #FFF;
}

/*プラグインの説明*/
div.PluginExplanation {
	padding: 5px 0;
	line-height: 1.2;
}

* html div.PluginExplanation { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

*:first-child+html div.PluginExplanation { font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }


/*プラグイン表示部分*/
div.PluginContents {
	padding: 2px 0;
}

/* 検索 */
div.blogsearch {
	vertical-align: middle;
}

.blogsearch input.box {
	width: 170px;
	margin-bottom: 5px;
}

/* バーコード */
div.qrcode_image { text-align: center; }

div.qrcode_image a img {
	margin: 0;
	padding: 0;
}

/* IE6 */
* html div.qrcode_image a:hover img {
	margin-right: -4px;
	margin-bottom: -3px;
	padding-right: 4px;
	padding-bottom: 3px;
}
	
/* IE7 */
*:first-child+html div.qrcode_image img:hover {
	margin-right: -4px;
	margin-bottom: -3px;
	padding-right: 4px;
	padding-bottom: 3px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/*  各プラグイン表示部分
------------------------------------------------*/
/*プラグイン本体*/
div.plugin_data {
	text-align: left;
	padding: 3px 5px;
    line-height: 100%;
}

 /* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align: top;
}

/*プラグインの日付、他*/
div.plugin_data_date {
	text-align: right;
}


/**************************************************************************************
 カテゴリー ツリー
**************************************************************************************/
/* Lc.ツリーカテゴリー 全体の設定 */

#LC_CAT {line-height:11pt;}
#LC_CAT .indent {font-size:12pt;}
#LC_CAT .branch {font-size:12pt;}

/* Lc.ツリーカテゴリー 親設定（全体指定） */
#LC_CAT .parent {line-height:10pt;} 
#LC_CAT .box {}

/* Lc.ツリーカテゴリー 親設定（階層指定） */
#LC_CAT .parent_1 {}
#LC_CAT .parent_1 .box {}

/* Lc.ツリーカテゴリー 親設定（出現順指定） */
#lc_cat_box_1 {}
#lc_cat_parent_1 {}
#lc_cat_group_1 {}

/* Lc.ツリーカテゴリー 子設定（全体指定） */
#LC_CAT .child {}
#LC_CAT .child_name {}
#LC_CAT .child_count {color:#492c32;}
#LC_CAT .child_star {}

/* Lc.ツリーカテゴリー 子設定（階層指定） */
#LC_CAT .child_1 {}
#LC_CAT .child_1 .child_name {}
#LC_CAT .child_1 .child_count {}
#LC_CAT .child_1 .child_star {}

/* Lc.ツリーカテゴリー 子設定（カテゴリー番号指定） */
#lc_cat_no_row_1 {}
#lc_cat_no_row_1 .child {}
#lc_cat_no_row_1 .child_name {}
#lc_cat_no_row_1 .child_count {}
#lc_cat_no_row_1 .child_star {}

/* Lc.ツリーカテゴリー 枝設定（全体指定） */
#LC_CAT .indent {}
#LC_CAT .branch {}

/* Lc.ツリーカテゴリー 枝設定（階層指定） */
#LC_CAT .indent_1 {}
#LC_CAT .branch_1 {}
