@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: ''; }


/*************************************************
 全体の基本設定
*************************************************/
/*配色plan1*/
/*#F4E9DF*/
/*#8F776A*/
/*#4F4E57*/
/*#66AEF3*/
/*#C7EDE8*/

/*配色plan2採用*/
/*#1B676B*/
/*#519548*/
/*#88C425*/
/*#BEF202*/
/*#FFFFFF*/

/*配色plan3*/
/*#455A64*/
/*#607D8B*/
/*#CFD8DC*/
/*#FFFFFF*/
/*#009688*/
/*#212121*/
/*#727272*/
/*#B6B6B6*/

/* ブログ全体の基本指定 */
body {
/*	background-color: #FFF;        /* 背景色の指定 */
/*	color: #000;                   /* 文字の基本色 */
	color: #212121;                   /* 文字の基本色 */
	background-color: #FFFFFF;        /* 背景色の指定 */
	font-size: 75%;                /* 12px 基本フォントサイズ */
	line-height: 1.5;              /* 行間 */
	font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* フォント */
	text-align: center;
}

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

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

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

th, td { text-align: center; }

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

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

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


/************************************************* 
　見出し

  SEO用の見出しをつける場合は、HTMLの各該当箇所のタグを
  それぞれ上から、h1、h2、h3、h4に変更してください。
*************************************************/

/* ブログのタイトル (h1)
------------------------------------------------*/
#TopBlock #TopTitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 200%;           /* 24px */
        /*text-shadow:1px 1px 1px #00a381;影を付ける;水平距離px 垂直距離px 半径px 色;*/
}

/* IE6 */
* html #TopBlock #TopTitle { font-weight: bold; }

/* IE7 */
*:first-child+html #TopBlock #TopTitle {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold; 
}
                             
/* 記事のタイトル (h2)
------------------------------------------------*/
.EntryInnerBlock .EntryTitle {
	font-size: 134%;           /* 16px */
	font-weight: bold;
}


/* コメント、トラックバック、コメント編集 (h3)
------------------------------------------------*/
.CommentBlock .CommentMenuTitle,
.TrackbackBlock .TrackbackMenuTitle,
.CommentEditBlock .CommentEditTitle {
	font-family: Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 134%;            /* 16px */
	font-style:italic;
	font-weight: bold;
}


/* コメント、コメントレス、トラックバック、プラグイン
   のタイトル （h4）
-------------------------------------------------*/
.Plugin4InnerBlock .Plugin4Title,
.CommentTextBox .CommentTitle,
.CommentResBlock .CommentResTitle,
.TrackbackTextBox .TrackbackTitle,
.PluginInnerBlock .PluginTitle {
	font-size: 110%;
	font-weight: bold;
}                                 /* 13px */


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



/*************************************************
  リンク
*************************************************/

/* リンクの基本設定 
------------------------------------------------*/
/*#1B676B*/
/*#519548*/
/*#88C425*/
/*#BEF202*/
/*#FFFFFF*/

/*配色plan3*/
/*#455A64*/
/*#607D8B*/
/*#CFD8DC*/
/*#FFFFFF*/
/*#009688*/
/*#212121*/
/*#727272*/
/*#B6B6B6*/

a { text-decoration: none; }

/* 通常のリンク */
a:link { color: #607D8B; }

/* 訪問したリンク */
a:visited { color: #727272; }

/* マウスが乗ったときのリンク */
a:hover { text-decoration: underline; }

/* マウスをクリックしたときのリンク */
a:active { color: #727272; }


/* ブログのタイトル
------------------------------------------------*/
#TopTitle a:link, 
#TopTitle a:visited { color: #FFFFFF; }

#TopTitle a:hover {
	position: relative;
	top: 2px;
	left: 2px;
	text-decoration: none;
	color: #009688;
}

/* 記事タイトル 
------------------------------------------------*/
.EntryTitle a:link,
.EntryTitle a:visited { color: #607D8B; }

.EntryTitle a:hover {
	color: #009688;
	text-decoration: none;
}

/* 記事内リンクと追記リンク 
------------------------------------------------*/
.EntryTextBox a:link, 
.EntryTextBox a:visited { text-decoration: underline; }

.EntryTextBox a:hover {
	text-decoration: none;
	color: #009688;
}

/* 記事フッター 
------------------------------------------------*/
.EntryFooter a:link,
.EntryFooter a:visited { color: #FFFFFF; }

.EntryFooter a:hover { color: #B6B6B6; }

/* ページナビ
------------------------------------------------*/
ul.PageLinkBlock li a:link,
ul.PageLinkBlock li a:visited {
	background-color: #455A64;
	text-decoration: none;
	color: #FFFFFF;
}

ul.PageLinkBlock li a:hover,
ul.PageLinkBlock li a:active {
	background-color: #009688;
	text-decoration: none;
	color: #FFFFFF;
}

/* アドミンリンク
------------------------------------------------*/
div.AdminBlock a:link,
div.AdminBlock a:visited { color: #B6B6B6; }

div.AdminBlock a:hover { color: #727272; }

/* プラグインリンク 
------------------------------------------------*/
div.PluginInnerBlock a:link,
div.PluginInnerBlock a:visited { color: #CFD8DC }

/* プラグインタイトル 
------------------------------------------------*/
div.PluginTitle a:link,
div.PluginTitle a:visited { color: #CFD8DC; }
div.PluginTitle a:hover {
        color: #FFFFFF; 
        text-decoration: underline;
　　  font-weight: bold;
}

/* プラグインコンテンツ 
------------------------------------------------*/
div.PluginContents a:link,
div.PluginContents a:visited { color: #727272; }

div.PluginContents a:hover {
        color: #009688; 
        text-decoration: underline;
　　  font-weight: bold;
}
/* フッター 
------------------------------------------------*/
#FooterBlock a:link,
#FooterBlock a:visited { color: #CFD8DC; }

#FooterBlock a:hover { color: #B6B6B6; }


/*************************************************
  レイアウト
*************************************************/

/*メインブロック
------------------------------------------------*/
div#mainBlock {
	width: 800px;
	margin: 0 auto;
	text-align:center;
}

/* コンテンツ（記事やコメント等を包括） 
------------------------------------------------*/
div#Contents {
	float: left;       /* 左寄せ　右寄せにするときはright */
	width: 570px;
	margin-bottom: 30px;
	text-align: center;	
}

/*ヘッダー
------------------------------------------------*/
div#TopBlock {
	color: #FFFFFF;
	background-color: #607D8B;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
	text-align: left;
	overflow: hidden;
}

/*タグブロック
------------------------------------------------*/
div#TagBlock {
	color: #212121;
	background-color: #FFFFFF;
	margin: -18px 0px -18px 10px;
	padding: 10px;
	text-align: left;
	overflow: hidden;
	border: solid 1px #607D8B;
}

/*エントリーブロック（記事と記事の上の各検索部分）
------------------------------------------------*/
div#EntryBlock {
	clear: left;
	margin: 0 10px 10px;
	border: solid 1px #CFD8DC;
}

/* メニュー（プラグイン）
------------------------------------------------*/
div.PluginBlock {
	float: right;      /* 右寄せ　左寄せにするときはleft */
	width: 230px;
	margin: 15px 0 20px;
}

/*フッター
------------------------------------------------*/
div#FooterBlock {
	color: #CFD8DC;
	background-color: #607D8B;
	clear: both;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
}


/* clearfix（削除しないでください）
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }  /* IE7 */

* html .clearfix { height: 1px; }  /* IE6 */


/*************************************************
  ヘッダー
*************************************************/

/*ブログのタイトル */
#TopTitle {
	color: #FFFFFF;
	background-color: #455A64;
	margin: 25px 0px 10px ;
	padding: 10px 10px 5px 50px;
}

#admax {	
text-align: center;
}

/*ブログの説明 */
p#TopExplanation {	
        margin:  -8px 5px 0px;   
        padding: 2px 30px 5px 30px;
	color: #CFD8DC;
}


/*************************************************
  メニュー
*************************************************/
/* 上部メニューとリスト部分の基本指定
------------------------------------------------*/
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	text-align: center;
}

/* 上部メニュー
------------------------------------------------*/

/* 全体指定 */
#nav {
	margin: 0 0px 5px 13px;
	z-index: 10;
}

/* 上部メニューの枠 */
#nav li {
	float: left;
	position: relative;
	margin-left: -1px;
}


/* 上部メニューの中身 */
#nav a {
	display: block;
	height: 18px;
        width: 89px;
	border-top: solid 1px #CFD8DC;     /* 枠線の指定 */
	border-right: solid 1px #CFD8DC;
	border-left: solid 1px #CFD8DC;
	text-decoration: none;
        text-align: center;
	background-color: #455A64;         /* 背景色 */
	color: #B6B6B6;                    /* 文字色 */
}

/* リスト部分
------------------------------------------------*/

/* 全体指定 */
#nav ul {
	width: 16em;
	position: absolute;
	display: none;
	top: 20px;
	left: 2px;
}

/* 各リストの中身 */
#nav li ul a {
	width: 16em;
	padding: 4px 1em;
	margin-top: -1px;
	margin-left: -1px;
	height:auto;
	border: solid 1px #B6B6B6;         /* 枠線の指定 */
	background-color: #FFFFFF;      /* 背景色 */
	color: #727272;                    /* 文字色 */
	text-align: left;
}

/* リストにマウスが乗ったときの色指定 */
#nav li ul a:hover {
	background-color: #FFFFFF;         /* 背景色 */
	color: #009688;                    /* 文字色 */
}

/* 記事の日付部分 */ 
#nav ul a span { font-size: 84%; }     /* 文字の大きさ10px */ 

/* アーカイブの幅 */
#nav ul .Ach { width: 7.5em; }

/* リストの画像 */
#nav ul li img {
	margin: 0;
	vertical-align: top;
}


/* IE6対策 */
* html #nav a { height: auto; }

* html #nav li { margin-left: -1px; }

* html #nav ul {
	top: 2.05em;
	left: 1px;
    border-top: solid 1px #B6B6B6;
}

* html #nav li ul a { margin-left: 0; }

* html div#EntryBlock { clear: none; }


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

/* 各検索ブロックの全体指定
------------------------------------------------*/
div#seach {
	padding: 15px 20px;
	text-align: left;
}

/* 各タイトル
------------------------------------------------*/
div.SearchTitle {
	padding: 4px 5px 0;
	text-align: center;
	border-bottom: solid 3px #B6B6B6;
}

/* 前後のページリンク
------------------------------------------------*/
ul.SearchNavi {
	margin: 8px 0;
	text-align: center;
}

ul.SearchNavi li {
	display: inline;
	font-size: 84%;                 /* 10px */
}

/* 各検索ブロックの記事リスト
------------------------------------------------*/
ul.SearchContents {
	margin: 15px 0;
	padding: 10px;
	border: dotted 1px #CFD8DC;
	font-size: 109%;                /* 13px */
}

ul.SearchContents li {
	list-style: inside disc;
}


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

/* プラグイン4のボックス
------------------------------------------------*/
div.Plugin4InnerBlock {
	margin: 20px 20px 10px;
	text-align: left;
}

/* プラグインタイトル */
.Plugin4InnerBlock .Plugin4Title {
	margin-bottom: 10px;
	padding-top: 8px;
	border-bottom: solid 3px #EEE;
	text-align: center;
}

/* プラグイン表示部分 */
div.Plugin4Body {
	padding: 0 10px 10px;
	border-bottom: dotted 1px #CCC;
}

/* プラグイン本体 */
div.Plugin4Contents { margin: 10px 0; }


/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 5px 5px 0;
	text-align: left;

}

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


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

/* 各記事の全体指定
------------------------------------------------*/
div.EntryInnerBlock {
	margin-top: 10px;
	padding: 10px 20px 0;
	text-align: left;
}

/* 記事タイトル
------------------------------------------------*/
.EntryInnerBlock .EntryTitle {
	padding: 3px 8px;
	border-left: solid 9px #009688;
}

/* 記事文章の入るボックス
------------------------------------------------*/
div.EntryTextBox {
	padding: 7px 0 2px;
	line-height: 1.8;
	font-size: 109%;         /* 13px */
}

/* 記事文章 */
div.EntryText { padding-top: 10px; }

/* 追記文上部罫線 */
hr.PsText {
    margin: 25px 0 15px;
	height: 1px;
	text-align: center;
	background-color:#CFD8DC;
	color: #727272;
	border: none;
}

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

/* ランキングバナーや広告が入るところ */
div.TextFooter {
	margin-top: 15px;
        margin-bottom: 2px;
	text-align: left;
}

/* 記事フッター（記事下のリンク部分）*/
ul.EntryFooter {
	padding: 2px 10px;
	text-align: right;
	background-color: #455A64;
	position: relative;
}

ul.EntryFooter li { display: inline; }

/* 投稿時間部分 */
ul.EntryFooter li.EntryTime {
	float: left;
	width: auto;
	text-align: left;
}


/* 記事アクセサリー
------------------------------------------------*/

/* 記事内の画像 */
.EntryText img, 
.EntryText a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像 */
.TextFooter img,
.TextFooter a img { margin: 1px; }
	
/* 記事内のリストと定義リスト */
.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.5em;
	padding: 10px;
	border: dotted 1px #727272;
	background-color: #CFD8DC;
}

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

/* 拍手 */
.NinjaClap img { vertical-align: middle; }

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

.EntryTextBox em {
	color: #009688;
}


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

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

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

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

	
/*************************************************
 ページナビ
*************************************************/

ul.PageLinkBlock { text-align: center; }

ul.PageLinkBlock li { display: inline; }

ul.PageLinkBlock li a {
	margin: 0 2px;
	padding: 3px 4px;
	background-color: #455A64;
	border: solid 1px #CFD8DC;
}


/*************************************************
 コメント
*************************************************/

/*コメントブロックの全体指定
------------------------------------------------*/
div.CommentBlock {
	margin-top: 20px;
	padding: 10px;
	text-align: left;
}

/*コメント見出し
------------------------------------------------*/
.CommentMenuTitle {
	margin-bottom: 20px;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #607D8B;
}

/*コメントボックス
------------------------------------------------*/
div.CommentTextBox {
	margin: 7px 0;
	padding: 10px;
	border: solid 1px #607D8B;
}

/*コメントのタイトル */
.CommentTitle {
	margin: 5px;
	padding-left:5px;
	border-left: solid 7px #009688; 
	color: #455A64;
}

/*コメント文章部分 */
div.CommentText {
        padding: 10px;
}

/*コメントフッター */
ul.CommentFooter {
	text-align: right;
	padding: 5px 5px 0;
}

ul.CommentFooter li { display: inline; }


/*************************************************
 コメントレス
*************************************************/

/* レスブロックの全体指定
------------------------------------------------*/
div.CommentResBlock {
	margin: 5px 0 10px;
        padding: 9px;
	border: solid 1px #607D8B;
}

/* レスタイトル */
.CommentResTitle {
	margin: 5px;
	padding-left: 5px;
	border-left: 7px solid #455A64;
        color: #607D8B;
}

/* レス文章部分 */
div.CommentResText { padding: 10px; }

/* レスフッター */
ul.CommentResFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.CommentResFooter li {display: inline; }


/*************************************************
 トラックバックエリア
*************************************************/

/* トラックバックブロックの全体指定 
------------------------------------------------*/
div.TrackbackBlock {
	margin: 20px 0;
	padding: 10px;
	text-align: left;
}

/* トラックバック見出し
----------------------------------------------- */
.TrackbackMenuTitle {
	margin-bottom: 20px;
	padding: 2px;
	text-align: center;
	color: #CFD8DC;
	background-color: #455A64;
}

/* URL見出し */
p.TrackbackURLTitle {
	margin-bottom: 20px;
	text-align: center;
}

/* URL表示部分 */
input#TrackbackURL { width: 300px; }

/* トラックバックボックス
------------------------------------------------*/
div.TrackbackTextBox {
	margin: 5px 0 10px;
	padding: 5px;
	background-image: url(http://bfile.shinobi.jp/6452/white_87.png) ;
	border: solid 1px #CFD8DC;
}

/* トラックバックタイトル */
.TrackbackTitle {
	margin: 5px;
	padding-left: 5px;
	border-left: 5px solid #777;
        color: #727272;
}

/* トラックバック記事部分 */
div.TrackbackText {
	padding: 10px;
	line-height: 1.4;
}

/* トラックバックフッター */
ul.TrackbackFooter {
	text-align: right;
	padding: 2px 10px;
}

ul.TrackbackFooter li { display: inline; }


/*************************************************
  コメント編集ページ
*************************************************/

/* 編集ブロックの全体指定 
------------------------------------------------*/
div.CommentEditBlock {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}

/* 編集タイトル 
------------------------------------------------*/
.CommentEditTitle {
	margin-bottom: 20px;
	padding: 2px;
	text-align: center;
	color: #607D8B;
	background-color: #212121;
}


/*************************************************
 フォーム
*************************************************/

/*フォームブロック
------------------------------------------------*/
div.CommentFormBlock {
	margin-bottom:30px;
	padding-left: 70px;
	text-align: left;
}

/* フォーム
-----------------------------------------------*/
dl.Form dt {
	padding-top:2px;
	font-weight: bold;
}

dt span { font-weight: normal; }

dd input.CommentForms { width:250px;}

/* コメントを書く部分 */					  
dd textarea {
	width: 400px;
	padding: 2px;
}

/* 絵文字のアイコン */
dd img {
	margin: 0;
	padding: 0;
}

/* 編集ページのメールアドレスを隠す */
.hide { display: none; }

/* 秘密コメントボタン */
input.check {
	border: none;
	background: none;
	margin-right: 0.5em;
	vertical-align: bottom;
}

/* 送信ボタン */
input.btn {
	background-color: #607D8B;
	color: #FFFFFF;
}

input.btn:hover {
	background-color: #009688;
	color: #FFFFFF;
}

/* コメントページに戻るボタン */
input.BackButton {
	background-color: #212121;
	color: #FFFFFF;
}

input.BackButton:hover {
	background-color: #607D8B;
	color: #FFFFFF;
}


/*************************************************
  プラグイン
*************************************************/
/*#1B676B*/
/*#519548*/
/*#88C425*/
/*#BEF202*/
/*#FFFFFF*/
/* アドミンブロック 
------------------------------------------------*/
div.AdminBlock {
	margin: 0 10px;
	padding: 10px 0 0;
	text-align: center;
}

/* プラグインブロック
------------------------------------------------*/
div.PluginInnerBlock {
	color: #FFFFFF;
	background-color: #455A64;
	margin: 0 1px 1px;
	padding: 0 0px;
	border: solid 1px #CCC;
	text-align: left;
}

/* プラグインタイトル */
.PluginInnerBlock .PluginTitle {
	color: #CFD8DC;
	margin-bottom: -1px;
	padding: 7px 5px;
	text-align: center;
	border-bottom: dotted 1px #CCC;

}

/* プラグインの説明 */
div.PluginExplanation {
	line-height: 1.4;
}

/* プラグイン表示部分 */
div.PluginContents {
	color: #727272;
	background-color: #FFFFFF;
	padding: 2px 20px;
}


/* プラグイン 
------------------------------------------------*/
/* ブログ内検索 */
div.blogsearch {
	padding: 1px;
	vertical-align: middle;
}

.blogsearch input.box {
	width: 120px;
	margin-bottom: 1px;
	border:solid 1px #607D8B;
}

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

/* 各プラグイン共通部分
------------------------------------------------*/
/* プラグイン本体 */
div.plugin_data {
	text-align: left;
}

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

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

/* テキスト左、中央、右寄せ */
.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }

/*************************************************
  カレンダー
*************************************************/

/* 日付移動用テーブル（前月、次月へのリンクなど）
------------------------------------------------*/
.CalendarMoveTable {
	padding: 3px;
	width: 98%;
}

/* 日付移動用テーブル、trタグ部分 */
.CalendarMoveTr {
}

/* 日付移動用テーブル内、左側td部分 */
.CalendarPrevTd {
}

/* 日付移動用テーブル内、中央td部分 */
.CalendarNowTd {
}

/* 日付移動用テーブル内、右側td部分 */
.CalendarNextTd {
}

/* カレンダー表示用テーブル
------------------------------------------------*/
.CalendarTable {
	width: 98%;
	padding: 3px;
	border-collapse: separate;
	border-spacing:3px;
}

/* カレンダーテーブル  曜日表示部分デザイン
------------------------------------------------*/

/* 曜日表示部分（trタグ部分）*/
.CalendarWdayTr { background-color: #000; }

/* 曜日表示部分、日曜日のthタグ部分 */
.CalendarWdaySun { color: #FCC; }

/* 曜日表示部分、平日のthタグ部分 */
.CalendarWday { color: #DDD; }

/* 曜日表示部分、土曜日のthタグ部分 */
.CalendarWdaySat { color: #CFF; }


/* カレンダーテーブル  日付表示部分デザイン
------------------------------------------------*/

/* 日付表示部分（trタグ部分）*/
.CalendarTr {  }

/* 日付表示部分、日曜日のtdタグ部分 */
.CalendarTdSun { color: #CA5F82; }

/* 日付表示部分、土曜日のtdタグ部分 */
.CalendarTdSat { color: #ACB3DF; }

/* 日付表示部分、平日曜日のtdタグ部分 */
.CalendarTd {  }

/* 記事が存在する場所の設定 */
.CalendarTdLink { background-color: #EEE; }

/* 記事が存在する日付の文字色の設定 */
.CalendarTdLinkFont {
	color: #860000;
	font-weight: bold;
}
/* tagの設定 */
/*#1B676B*/
/*#519548*/
/*#88C425*/
/*#BEF202*/
/*#FFFFFF*/
ul.tag {
	margin: -2px;
	padding: 0;
	list-style: none;
}
ul.tag li  {
	display: inline-block;
	margin: -7px -5px -6px -5px ;
	padding: 0;
　　 fontsize: 50%;
}
.tagtitle{
	display: inline-block;
	max-width: 100px;
	padding: 1px 1em;
	background-color: #FFFFFF;
	border: 2px solid #009688;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #009688;
	font-size: 100%;
	font-weight: bold
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: .2s;
	transition: .2s;
	position: relative;
	z-index: 2;
}
.tag1{
	font-size: 75%;
	font-weight: normal;
}
.tag2{
	font-size: 87.5%;
	font-weight: normal;
}
.tag3{
	font-size: 100%;
	font-weight: normal;
}
.tag4{
	font-size: 125%;
	font-weight: bold;
}
.tag5{
	font-size: 150%;
	font-weight: bold;
}
.tag6{
	font-size: 150%;
	font-weight: bold;
}
/*四角の部分*/
ul.tag li a {
	display: inline-block;
	max-width: 200px;
	padding: 2px 1em 2px 0.5em;
	marjin: 2px 10em 2px 0.5em;
        background-color: #FFFFFF;
	border: 2px solid #B6B6B6;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #455A64;
　　 font-size: 100%;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 1;
}
/*尖った三角の部分*/
/*ul.tag li a::before {
	position: absolute;
	top: 0;
	left: -15px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #88C425 transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
/*丸の部分*/
/*ul.tag li a::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #BEF202;
	border-radius: 100%;
}
/*ul.tag li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*マウスが乗った時の四角*/
ul.tag li a:hover {
	position: relative;
	top: -3px;
	left: -3px;
	background-color: #009688;
	border: 2px solid #009688;
	color: #FFFFFF;
	text-decoration: underline;
	z-index: 3;
}
/*マウスが乗った時の三角*/
/*ul.tag li a:hover::before {
	border-right-color: #1B676B;
}*/

/*表内のタグ*/
ul.tabletag {
	margin: 2px;
	padding: 0;
	list-style: none;
}
ul.tabletag li  {
	display: inline-block;
	margin: -2px -6px -2px 0px;
	padding: 0px;
}
ul.tabletag li a {
	display: inline-block;
	max-width: 100px;
	padding: 1px 0.5em;
	background-color: #FFFFFF;
	border: 1px solid #B6B6B6;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #455A64;
	font-size: 80%;
	text-decoration: none;
	vertical-align: middle;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 1;
}
/*表内のマウスが乗った時のタグ*/
ul.tabletag li a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	background-color: #009688;
	border: 1px solid #009688;
	color: #FFFFFF;
	text-decoration: underline;
	z-index: 3;
}

/*表内のマウスが乗った時のタグ*/
.ranking {margin:0 -5px 0 -7px;}

/*表内のマウスが乗った時のタグ*/
.plugin_data1 {
        background-color:#CFD8DC;
        color: #607D8B;
        margin:0 -20px 0;
        padding:0 20px 0;
}
/*.plugin_data2 {
        background-color:#009688;
        color:#FFFFFF;
}*/

/*************************************************
  IE6用フィルター
*************************************************/
* html div#EntryBlock,
* html div.CommentBlock,
* html div.TrackbackBlock,
* html div.PluginInnerBlock,
* html div.CommentEditBlock {
	background-image: none;
	background-color: #FFF;
	filter: alpha(opacity=87);
	zoom: 1;
}

/* 子要素にフィルターを効かせない対策 */
* html div.EntryInnerBlock,
* hrml div.CommentText,
* html div.CommentResText,
* html div.TrackbackText,
* html div.PluginContents { position: relative; }