@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-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	background-color:#E1F1FF;
}

/* 見出し
---------------------------------------------*/
/* ブログタイトル */
h1 {
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html h1 { font-weight:bold; }  /* IE6 */

*:first-child+html h1 { font-weight:bold; }  /* IE7 */

/* 記事タイトル */
h2 {
	font-size:14px;
	font-weight:bold;
}

/* コメント、トラックバック、コメント編集見出し */
h3 {
	font-size:14px;
	font-weight:bold;
}
/* プラグインタイトル、記事内見出し */
h4, h5, h6 {
	font-size:12px;
	font-weight:bold;
}

/* 画像 
----------------------------------------------*/
img, a img {
	margin: 2px;
}

img.emoji {
	margin: 0 1px;
}

/*記事、コメント等のフッター部分
------------------------------------------------*/
.Navi li {
	margin-left:5px;
	display:inline;
}

/* その他
------------------------------------------------*/
th, td {
	text-align:center;
}

select,input {
	vertical-align:middle;
}

textarea,input,select {
	border:solid 1px #B3C6FF;
	text-decoration:none;
	color:#555;
	background-color:#FFF;
	padding:2px;
}

textarea { font-size:13px; }

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}


/*************************************************
  リンクの共通設定
*************************************************/
/*通常のリンクの設定*/
a:link {
	text-decoration:none;
	color:#369;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	text-decoration:none;
	color:#369;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	text-decoration:none;
	color:#9CC;
}
/*アクティブ状態のリンクの設定*/
a:active {
	text-decoration:none;
	color:#9CC;
}

/*************************************************
  メインブロック
*************************************************/

#mainBlock {
	width:760px;
	padding:0 20px;
	text-align: center;
	margin:0 auto;
	background-color:#FFF;
}

/*************************************************
 ヘッダー
*************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	width:760px;
	height: 265px;
	margin-bottom:20px;
	text-align: left;
	background:url(http://bfile.shinobi.jp/5382/cosmos_clip-01c.jpg) left top no-repeat;
}

.TopFlash {
	width:345px;
	height:250px;
	float:right;
	padding-top:15px;
}

.TitleBlock {
	width:410px;
	height:235px;
	float:left;
}

/*ページタイトル文字部分の設定*/
#TopTitle {
	padding: 100px 10px 0 60px;
}

#TopTitle a:link,
#TopTitle a:visited{
	color:#777;
}

#TopTitle a:hover {
	color:#9CC;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	padding: 10px 10px 0 70px;
	color:#8B5;
}

.Admin {
	float:left;
        width:400px;
	height:20px;
	margin-top:10px;
	padding-left:10px;
}

.Admin a:hover {
	position:relative;
	top:1px;
	left:1px;
}

/*************************************************
  ページリンクブロック
*************************************************/

.PageLinkBlock {
	clear:both;
	text-align:center;
	padding:10px;
}

.PageLinkBlock li {
	display:inline;
}

/*************************************************
　フッター
*************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	clear:both;
	padding:5px;
	border-top:dotted 2px #BBD476;
	text-align: center;
	line-height:160%;
        font-size:11px;
}

* html #FooterBlock { font-family:Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }  /* IE6 */

*:first-child+html #FooterBlock { font-family:Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }  /* IE7 */

/*************************************************
  プラグインブロック
*************************************************/

.PluginBlock {
	width: 200px;
	text-align: right;
	float: right;
	margin-bottom:10px;
}

.PluginInnerBlock {
	line-height:140%;
	margin-bottom:10px;
	text-align:left;
}

.PluginTitle {
	width:180px;
	height:16px;
	padding:5px 10px;
	text-align:center;
	color:#777;
	background:url(http://bfile.shinobi.jp/5382/cosmos_p-01a.jpg) no-repeat;
}

.PluginTitle a:link,
.PluginTitle a:visited,
.PluginTitle a:hover {
	color:#777;
}

.PluginExplanation {
	padding: 5px 5px;
}

.PluginContents {
	padding: 2px 5px;
}

.blogsearch {
	vertical-align:middle;
}

.box {
	width:150px;
	margin-bottom:5px;
}

/*************************************************
  各プラグイン共通項目用設定
*************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	text-align:left;
	padding:2px 5px;
}

/* レスのアイコン */
.plugin_data .plugin_cm_with_res img {
	margin: 0 3px;
	vertical-align:top;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;
}

/*************************************************
  カテゴリー、アーカイブページ
*************************************************/

.SearchTitle {
	padding:4px 0;
	width:540px;
	height:16px;
	background:url(http://bfile.shinobi.jp/5382/search_title-01.jpg) no-repeat;
	color:#777;
	font-weight:bold;
	text-align:center;
}

.SearchNavi {
	margin:5px 0;
	text-align:center;
}

.SearchNavi li {
	display:inline;
	font-size:10px;
}

.SearchContents {
	margin:0 0 30px;
	padding:10px;
	border:dotted 1px #999;	
}

.SearchContents li {
	padding:0 10px;
	list-style:inside disc;
}

/*************************************************
  記事ブロック
*************************************************/

#EntryBlock {
	clear:both;
	width: 540px;
	float: left;
	text-align: left;
}

.EntryInnerBlock {
	padding:0 10px;
	margin-bottom:10px;
	text-align: left;
	line-height:180%;
	border:solid 2px #B3C6FF;
	padding-top:10px;
}

.EntryTitle {
	width:520px;
	height:52px;
	background:url(http://bfile.shinobi.jp/5382/e_title-02a.jpg) 3px bottom no-repeat;
	text-align:center;
}

.EntryTitleName {
	padding:8px 50px 0;
}

.EntryTitleName a:link,
.EntryTitleName a:visited,
.EntryTitleName a:hover {
	color:#777;
}

.Entrydate {
	padding:5px 45px 0;
	text-align:right;
}

.EntryTextBox {
	margin: 5px 5px 2px;
}

/*記事本文が記載される部分*/
.EntryText {
	padding: 10px 0;
}

/*追記文書が記載される部分*/
.EntryPsText {
	padding:10px 20px 0;
	text-align: right;
}

/*ランキング用バナー設置個所*/
.RankingBannerBlock {
	padding:5px 5px 2px;
	text-align:left;
}

.EntryFooter {
	text-align:right;
	margin:0 5px;
	padding:2px 5px;
	border-top:dotted 1px #B3C6FF;
}

/* 記事内の画像
------------------------------------------------*/
.EntryText img, 
.EntryText a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像
------------------------------------------------*/
.RankingBannerBlock img,
.RankingBannerBlock a img {
	margin: 1px;
}

/*罫線
-----------------------------------------------*/
hr {
	width:100%;
	height:1px;
	text-align:center;
	margin:10px auto;
	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.5em;
	padding: 10px;
	border:dotted 1px #7AD;
	background-color:#ECEFFF;
}

/* 拍手
------------------------------------------------*/
.EntryText .NinjaClap { margin-top:20px; }

.NinjaClap img { vertical-align: middle; }

/*************************************************
  コメントブロック
*************************************************/

.CommentBlock{
	padding:30px 0;
	text-align: left;
}

.CommentMenuTitle{
	width:540px;
	height:16px;
	margin-bottom:20px;
	padding:4px 0;
	background:url(http://bfile.shinobi.jp/5382/title-01.jpg) no-repeat;
	text-align:center;
	color:#777;
}

.CommentTextBox{
	margin-bottom:10px;
	line-height:160%;
	background: url(http://bfile.shinobi.jp/5382/cosmos_clip-01a.jpg) right bottom no-repeat #FFF;
	border-bottom:solid 1px #CFDFFF;
}

.CommentTitle{
	padding:2px 10px;
	text-align:center;
	background-color:#DFECFF;
	color:#777;
}

/*コメント部分*/
.CommentText{
	padding:10px 10px 20px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
	text-align:left;
	padding:2px 10px;
}

.CommentUserName{
	margin-left: 5px;
}

.CommentUserName a:link,
.CommentUserName a:visited  {
	color:#555;
}

.CommentUserName a:hover {
	color:#9CC;
}

/*************************************************
  コメントレス
*************************************************/

.CommentResBlock {
	margin-bottom:10px;
}

.CommentResBox {
	background: url(http://bfile.shinobi.jp/5382/c_back-01.jpg) right bottom no-repeat;
	line-height:160%;
	background-color:#FFF;
	border-bottom:solid 1px #BFDFA9;
}

.CommentResInnerBox {
	background:url(http://bfile.shinobi.jp/5382/tamacupneru-01.gif) right bottom no-repeat;
}

.CommentResTitle {
	padding:2px 10px;
	background-color:#DFFFC9;
	color:#777;
	text-align:center;
}

.CommentResText {
	padding:10px 10px 30px;
}

.CommentResFooter {
	text-align:left;
	padding:2px 10px;
}

/*************************************************
  トラックバックブロック
*************************************************/

.TrackbackBlock{
	padding:10px 0;
	margin-bottom:40px;
	text-align: left;
}

.TrackbackMenuTitle{
	width:540px;
	height:16px;
	margin-bottom:20px;
	padding:4px 0;
	background:url(http://bfile.shinobi.jp/5382/title-01.jpg) no-repeat;
	text-align:center;
	color:#777;
}

.TrackbackTextBox{
	margin: 10px 0;
	line-height:160%;
	border-bottom:solid 1px #CFDFFF;
}

.TrackbackTitle{
	padding:2px 10px;
	background-color:#D9E6FF;
	text-align:center;
	color:#777;
}

.TrackbackText{
	padding: 10px;
	line-height:140%;
}

.TrackbackFooter{
	text-align:right;
	padding:2px 10px;
}

.TrackbackURLTitle{
	margin-bottom:20px;
	text-align:center;
	font-size: 12px;
}

#TrackbackURL{
	width:300px;
}

/*************************************************
  コメント編集ページ
*************************************************/

.CommentEditBlock {
	width:760px;
	margin:40px auto;
	padding:20px;
	background:#FFF;
	text-align:center;
}

.CommentEditTitle {
	width:530px;
	height:16px;
	margin:20px auto;
	padding:4px 0;
	background:url(http://bfile.shinobi.jp/5382/title-01.jpg) no-repeat;
	text-align:center;
	color:#777;
}

.Backbtn {
	margin:30px 0 20px;
}

.BackButton {
	text-align:center;
}


/*************************************************
  コメントフォーム
*************************************************/

.CommentFormBlock{
	margin-bottom:20px;
}

.CommentFormTable{
	margin:0 auto;

}

.CommentFormTh{
	padding:5px 5px 0;
	text-align:right;
}

.CommentFormTd{
	padding-top:5px;
	text-align:left;
}

.CommentFormTd img {
	margin:0;
	padding:0;
}

.CommentFormSubmit{
	padding-top:5px;
	text-align:left;
}

.btn {
    width:50px;	
    padding:0;
	background-color:#B3C6FF;
	color:#FFF;
	border:none;
}

.checkbuttom {
	border:none;
}

.hide { display: none; }

/*************************************************
  プラグイン　カレンダー
*************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0 auto;
	padding:3px;
	width:100%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	margin:0 auto;
	width:100%;
	padding:3px;
	margin:0 auto;
	border-collapse:separate;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
	background-color:#D9E6FF;
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	padding:2px 0;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#EBB;
	padding:3px 0;
	border-bottom:dotted 1px #ADF;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#BD8;
	border-bottom:dotted 1px #ADF;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	color:#999;
	border-bottom:dotted 1px #ADF;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	font-weight:bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#69F;
}