@charset "utf-8";   
/*************************************************
 全ブロックの共通設定
*************************************************/

body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,p,blockquote,form,table,th,tr,td,img {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	list-style-type:none;
}

*{}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	background-color:#E1F1FF;
}

table{
	border-collapse:collapse;
}

td {
	text-align:center;
}

select,input {
	vertical-align:middle;
}

textarea,input,select {
	border:solid 1px #B3C6FF;
	text-decoration:none;
	color:#555;
	background-color:#FFF;
}

/* 画像 */
img, a img {
	margin: 2px;
	border: 0;
	vertical-align: middle;
}

img.emoji {
	margin: 0 1px;
	border: 0;
}

/*記事、コメント、トラックバック、コメントレスのデータ部分*/
.Navi {
	font-size:10px;
}

.Navi li {
	margin-left:5px;
	display:inline;
}

.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;
}


/*ページタイトル文字部分の設定*/
#TopTitle {
	padding: 100px 10px 0 60px;
	font-size:20px;
	font-weight:bold;
}

#TopTitle a:link,
#TopTitle a:visited{
	color:#777;
}

#TopTitle a:hover {
	color:#9CC;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	padding: 10px 10px 0 70px;
	color:#8B5;
	font-size:10px;
}

.Admin {
	height:20px;
	margin-top:98px;
	padding-left:10px;
	vertical-align:bottom;
}

.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:10px;
}

/*************************************************
  プラグインブロック
*************************************************/

.PluginBlock {
	width: 200px;
	text-align: right;
	float: right;
}

.PluginInnerBlock {
	line-height:140%;
	margin-bottom:10px;
	text-align:left;
}

.PluginTitle {
	width:180px;
	height:16px;
	padding:5px 10px;
	text-align:center;
	font-weight:bold;
	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;
}

.PluginInnerBlock img {
	padding:2px;
}

.PluginExplanation {
	padding: 5px 5px;
	font-size:10px;
}

.PluginContents {
	padding: 2px 5px;
}

.blogsearch {
	vertical-align:middle;
}

.box {
	width:150px;
	margin-bottom:5px;
}

/*************************************************
  各プラグイン共通項目用設定
*************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	text-align:left;
	padding:2px 5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.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;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style:inside disc;
	font-size:11px;
}

/*************************************************
  記事ブロック
*************************************************/

#EntryBlock {
	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;
	font-size:14px;
	font-weight:bold;
}

.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;
	font-size:11px;
}

/* 記事内の画像
------------------------------------------------*/
.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;
 
}

/*************************************************
  コメントブロック
*************************************************/

.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;
	font-size:14px;
	font-weight:bold;
	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;
	font-weight:bold;
}
/*コメント部分*/
.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;
	font-weight:bold;
	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;
	font-size:14px;
	font-weight:bold;
}

.TrackbackTextBox{
	margin: 10px 0;
	line-height:160%;
	border-bottom:solid 1px #CFDFFF;
}

.TrackbackTitle{
	padding:2px 10px;
	background-color:#D9E6FF;
	text-align:center;
	color:#777;
	font-weight:bold;
}

.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;
	font-size:14px;
	font-weight:bold;
}

.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;
}

.CommentFormSubmit{
	padding-top:5px;
	text-align:left;
}

.CommentForms{
	padding:2px;
}

.btn {
    width:50px;	
    padding:0;
	background-color:#B3C6FF;
	color:#FFF;
	border:none;
}

.checkbuttom {
	border:none;
}

/*************************************************
  プラグイン　カレンダー
*************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0 auto;
	padding:3px;
	width:100%;
	font-size:11px;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	margin:0 auto;
	width:100%;
	padding:3px;
	margin:0 auto;
	border-collapse:separate;
	font-size:11px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<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;
}