@charset "utf-8";
/*************************************************
　リセット
*************************************************/

html, body, div, h1 ,h2, h3, h4, h5, h6, p, blockquote, 
dl, dt, dd, ul, ol, li, pre, form, fieldset, 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 {
	font-size:75%; /* 12px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#444;
	line-height:160%;
	background-color:#fff;
background:#CAE1FF url(http://file.410www.blog.shinobi.jp/b17_07.gif) repeat;
	text-align:center;
}

/* 画像 
----------------------------------------------*/
img, a img {
	margin: 2px;
}

img.emoji {
	margin: 0 1px;
}

/* テーブルの基本設定 
------------------------------------------------*/
table { margin: 0 auto; }  /* 中央寄せ */

th, td { text-align: center; }

/* フォームの基本指定 
------------------------------------------------*/
input, textarea {
	padding:2px;
	vertical-align:middle;
	border:solid 1px #ccc;
	background-color:#fff;        
}

input { font-size: 109%; }  /* 12px */

textarea { font-size: 125%; }  /* 15px */

/*************************************************
 見出し
*************************************************/
/* ブログタイトル */
h1 {
	font-size:110%;   /* 10px */
}

/* 記事タイトル */
h2 {
	font-size:117%;   /* 12px */

}


/*************************************************
  リンクの共通設定
*************************************************/
/*通常のリンクの設定*/
a:link {
	color:#719BCD;
	text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	color:#719BCD;
	text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color:#FF3366;
	text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color:#FF3366;
	text-decoration:none;
}

/*  ブログのタイトル
------------------------------------------------*/
h1 a:link,
h1 a:visited {
	color:#F9FFFF;
}

h1 a:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

/*  記事のタイトル
------------------------------------------------*/
h2.EntryTitle a:link,
h2.EntryTitle a:visited {
	color:#444;
}

h2.EntryTitle a:hover {
	color:#FF3366;
}

/*  記事のリンク
------------------------------------------------*/
div.EntryText a:link,
div.EntryText a:visited {
	color:#66A;
	text-decoration:underline;
}

div.EntryText a:hover {
	color:#FF3366;
}

/* ページトップへのリンク 
------------------------------------------------*/
ul.Navi li .MoveTop,
ul.Navi li .MoveTop:visited {
	color:#444;
}

ul.Navi li .MoveTop:hover {
	color:#FF3366;
}

/* ページナビ
------------------------------------------------*/
ul.PageLinkBlock li a:link,
ul.PageLinkBlock li a:visited { text-decoration: none; }

ul.PageLinkBlock li a:hover,
ul.PageLinkBlock li a:active {
	background-color: #fff;
	text-decoration: none;
	color: #444;
}

ul.PageLinkBlock li .PageLink:link,
ul.PageLinkBlock li .PageLink:visited {
	color: #444;
	background-color:transparent;
}

ul.PageLinkBlock li .PageLink:hover {
	color: #444;
	background-color:transparent;
}



/* プラグインタイトル 
------------------------------------------------*/
h4.PluginTitle a:link,
h4.PluginTitle a:visited { color:#444; }

h4.PluginTitle a:hover { color:#444; }

/*  フッター
------------------------------------------------*/
div#FooterBlock a:link,
div#FooterBlock a:visited {
	color:#69F;
}

div#FooterBlock a:hover {
	color:#FF3366;
}


/*************************************************
  レイアウト
*************************************************/

div#MainContainer {
	width:930px;
	margin:0 auto;
	background-color:#fff;
	border-right:solid 1px #BBC;
	border-left:solid 1px #BBC;
}

/* ヘッダー */
div#TopBlock {
	width:930px;
	height:180px;
	background:#CAE1FF url(http://file.410www.blog.shinobi.jp/top.jpg) no-repeat;
	text-align:left;
}

/* 左メニューとエントリーのブロック */
div#MainBlock {
	clear:left;
	float:left;
	width:700px;
	text-align: center;
}

/* エントリーブロック */
div#EntryBlock {
	float:right;
	width:490px;
	margin-top:20px;
	text-align: left;

}

/* 左メニュー */
div.PluginBlock {
	float:left;
	width: 200px;
	margin:0px 0px 10px 0px;
	text-align: left;
}

/* 右メニュー */
div#RightMenu {
	float:right;
	width:230px;
	margin:15px 0px 10px 0px;
	text-align: left;
}

/*フッター  */
div#FooterBlock {
	height:38px;
	clear:both;
	padding:6px;
	border-top:solid 1px #CCD;
	background:#9CF url(http://bfile.shinobi.jp/5598/sky_3-footer.jpg) no-repeat;
	text-align: center;
	line-height:140%;
	color:#666;
}



/*************************************************
 ヘッダー
*************************************************/

/*ページタイトル文字部分の設定*/
h1 { padding:30px 20px 10px; }

/*ページタイトルの下に来るブログの説明文書*/
div#TopBlock p {
	padding:0px 20px;
	color:#F9FFFF;
}

/*************************************************
  トップメニュー
*************************************************/

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:140%; 
}

#nav {
	margin-top: 0px;
	width: 930px;
	height: 30px;
	border-top:solid 1px #D3D3D3;
	border-bottom:solid 1px #D3D3D3;
}

#nav a { display:block; }

#nav li {
	float:left;
	position:relative;
}

#nav .MenuBox {
	width:143px;
	height:20px;
	padding:7px 5px 3px;
	background-image: url(http://bfile.shinobi.jp/5598/menu-01.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#777;
	border-right:solid 1px #CCC;	
}

#nav .MenuBoxEnd {
	width:149px;
	height:20px;
	padding:7px 5px 3px;
	background-image: url(http://bfile.shinobi.jp/5598/menu-01.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#777;	
}

#nav .MenuBox:hover,
#nav .MenuBoxEnd:hover {
	background-image: url(http://bfile.shinobi.jp/5598/menu_pushed-06.gif);
	color:#777;
}

#nav ul {
	position:absolute;
	display:none;
	width: 220px;
	top:30px;
	left: 1px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #ccc;
	background-color:#fff;
}

#nav ul.Archiv { width: 154px; }

#nav li ul a{
	width:210px;
	height:auto;
	float:left;
	padding:4px 5px;
	text-align: left;
	color: #444;
}

#nav li ul .Arch{ width: 144px; }

#nav li ul a:hover {
	background-color: #bbc;
	color: #fff;
}

#nav ul a span {
	color: #888;
	font-size: 92%;
}

#nav ul li img {
	margin: 0;
	vertical-align: top;
}

/*************************************************
  プラグインブロック
*************************************************/

div.PluginInnerBlock {
	margin-left:20px;
	padding:0px 20px 0px 0px;
	line-height:150%;



}

div.RightMenuInnerBlock {
	margin-right:10px;
	padding:10px 10px 0px 0px;
	line-height:150%;
}

div.PluginInnerBlock img {
	margin:0px;

}

h4.PluginTitle {
	padding:0px 0px 0px 0px;
	font-size: 0px;

}

div.PluginExplanation {
	font-size: 10px;
	padding: 0px;
}

div.PluginContents {
	padding:0px 0px 0px 0px;

}
div.blogsearch {
	vertical-align:middle;
}

div.blogsearch input.box {
	width:150px;
	margin-bottom:5px;
	margin-right:5px;

}

/*************************************************
  各プラグイン共通項目用設定
*************************************************/
/*各プラグイン処理内の基本デザイン*/
div.plugin_data {
	text-align:left;
	padding:2px 5px 0px 5px;
		background:#fff

}

/* レスのアイコン */
div.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align:top;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
div.plugin_data_date {display:none;
	
}


.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/*************************************************
  カテゴリー、アーカイブページ
*************************************************/

div.SearchTitle {
	margin:10px 20px 0;
	padding:2px 5px;
	border:solid 1px #99A;
	background-color:#F3F3FF;
	color:#666;
	font-weight:bold;
	text-align:center;
}

ul.SearchNavi {
	margin:5px 20px;
	text-align:center;
}

ul.SearchNavi li {
	display:inline;
	font-size:10px;
}

ul.SearchContents {
	margin:0 20px 30px;
	padding:10px;
	border:dotted 1px #99A;	
}

ul.SearchContents li {
	padding:0 10px;
	list-style:inside square;
}

/*************************************************
  記事上のプラグイン4（記事一覧ページのみ）
*************************************************/

/* プラグイン4のボックス
------------------------------------------------*/
div.Plugin4InnerBlock {
	margin: 3px 20px 15px;
	text-align: left;
	border-right:solid 1px #fff;
	border-left:solid 1px #fff;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

/* プラグインタイトル */
h4.Plugin4Title {
	margin-bottom: 10px;
	padding-bottom: 1px;
	text-align: center;
	border-bottom: solid 2px #ccc;
}

/* プラグイン表示部分 */
div.Plugin4Body {
	padding: 0px 10px 0px 10px;
}

/* プラグイン本体 */
div.Plugin4Contents { margin: 0px 0; }


/*************************************************
  記事下のプラグイン5（記事詳細ページのみ）
*************************************************/

/* プラグイン5のボックス
------------------------------------------------*/
div.Plugin5InnerBlock {
	margin: 20px 20px 0;
	text-align: left;
}

/* プラグイン本体 */
div.Plugin5Contents { margin: 5px 0; }

/*************************************************
  記事ブロック
*************************************************/

div.EntryInnerBlock {
	margin:0px 15px 0px 8px;
	padding:0px;
	text-align: left;


}

h2.EntryTitle {
	padding:15px 5px 10px 5px;
	text-align: center;
background-color:#ccc;
border-left:solid 1px #BBC;
border-right:solid 1px #BBC;
border-top:solid 1px #BBC;

}

div.EntryTextBox {
	padding:20px 0px 0px 0px;
border-left:solid 1px #BBC;
border-right:solid 1px #BBC;
border-under:solid 1px #BBC;
background-color:#FDFDFF;
}

div.EntryText {
	padding: 0px 15px 0px 15px;
}

/*追記文書が記載される部分*/
div.EntryPsText {
margin: 0px 20px 0px 0px;
	text-align: right;
	padding:10px;
background: url(http://mayumix.chu.jp/jpg/icon_bg2.jpg) no-repeat right;
}



ul.EntryFooter {
	margin-bottom:20px;
	padding:20px 10px;
	text-align:right;
	border-bottom:solid 1px #bbc;
border-left:solid 1px #BBC;
border-right:solid 1px #BBC;
background-color:#FDFDFF;

}

ul.EntryFooter li {
	margin-left:5px;
	display:inline;

}	


/* 記事内の画像
------------------------------------------------*/
.EntryText img, 
.EntryText a img {
	margin: 2px 4px;
}

/*罫線
-----------------------------------------------*/
hr {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

/* 記事内のリスト、定義リスト
------------------------------------------------*/
.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 #889;
	background-color:#F5F5FF;
}

/* 記事内の短い引用文*/
q        { quotes : '"' '"' "'" "'"  ; color: #669; }
q:before { content: open-quote; }
q:after  { content: close-quote; }


/* 記事アクセサリー
------------------------------------------------*/
.EntryTextBox p { margin: 1em 0; }

.EntryTextBox em {
	color: #69F;
}

.EntryTextBox pre {
	margin: 1em 0 1em auto;
	padding: 1em;
	border: 3px solid  #DDD;
	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;
}

/* 拍手
------------------------------------------------*/
.EntryText .NinjaClap { padding-top: 10px; }

.NinjaClap img { vertical-align: middle; }

/*************************************************
 ページナビ
*************************************************/

ul.PageLinkBlock {
	margin: 20px auto;
	text-align: center;
}

ul.PageLinkBlock li { display: inline; }

ul.PageLinkBlock li a {
	margin: 0 2px;
	padding: 2px 4px;
	background-color: #F3F3FF;
	border: solid 1px #CCC;
	color: #444;
}

ul.PageLinkBlock li a.PageLink {
	background-color: transparent;
	border: none;
}

