@charset "utf-8";
/**************************************************************************************
 全ブロックの共通設定
**************************************************************************************/

* {}

body {
	margin: 0px;
	padding: 0px;
	background: url(http://bfile.shinobi.jp/4949/suisen-clip0.jpg) right bottom no-repeat fixed #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color: #D6D6D6;
}

/* IE6 */
* html body {
	font-family:Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* IE7 */
*:first-child+html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

td {
	text-align:center;
}

table{
	border-collapse:collapse;
}

.left {
	text-align:left;
}

.center {
text-align:center;
}

.right {
text-align:right;
}

blockquote {
	padding:8px;
	border:dotted 1px #9BB;
}

hr {
	height:1px;
	margin:10px auto;
}

select,input {
	vertical-align:middle;
}

img {
	margin:2px;
	border:none;
}

textarea,input,select {
	text-decoration:none;
	border:none;
        padding:1px 2px;
}

textarea {
	font-size: 14px;
}


/**************************************************************************************
 リンクの設定
**************************************************************************************/

a:link,
a:visited {
	text-decoration: none;
	color: #9Fc;
}

a:hover,
a:active {
	text-decoration:none;
	color: #3FC;
}

/**************************************************************************************
 メインブロック用デザイン
**************************************************************************************/

#mainBlock {
	width:790px;
	margin:0px auto;
	text-align: center;
}

/**************************************************************************************
 トップブロック用デザイン
**************************************************************************************/

#TopBlock {
	width:550px;
	height: 150px;
	text-align:left;
}

#TopTitle {
	padding: 30px 0px 0px 50px;
}

.TopTitleFont {
	color: #BFD;
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#TopExplanation {
	padding: 10px 0px 0px 50px;
	color: #DFF;
}

/**************************************************************************************
ログインブロック用デザイン
**************************************************************************************/

.Admin {
	padding:0px 10px;
	text-align:left;
}

.Admin a,
.Admin a:visited {
	color:#999;
}

.Admin a:hover {
	color:#3FC;
}

/**************************************************************************************
  ページリンク部分の設定
**************************************************************************************/

.PageLinkBlock{
	text-align:center;
	padding:0 10px 30px;
	margin:20px 0px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/

#FooterBlock {
	width:550px;
	margin:10px 0px 10px auto;
	clear:both;
	text-align: center;
}

.Shinobi a,
.Shinobi a:visited {
	color: #CCC;
}

.Shinobi a:hover {
	color:#6C9;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/

.PluginBlock {
	width: 220px;
	margin-top:10px;
	text-align: left;
	float:left;
}

.PluginInnerBlock {
	padding:10px;
	line-height:140%;
}

.PluginTitle {
	height:18px;
	padding:8px 10px;
	background: url(http://bfile.shinobi.jp/4949/suisen-p3.jpg) no-repeat;
	text-align:center;
	color:#FFC;
}

.PluginTitle a,
.PluginTitle a:visited {
	color:#FFC;
}

.PluginTitle a:hover {
	color:#FFC;
}

.PluginExplanation {
	padding:5px 10px;
}

.PluginContents {
	padding:5px 10px;
}

.blogsearch{
	vertical-align:middle;
}

.box{
	margin-bottom:5px;
	width:150px;
	border:none;
}

/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/

/*各プラグイン処理内の基本デザイン*/
.plugin_data {
	text-align:left;
	padding:2px 5px;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
	text-align:right;	
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/

#EntryBlock {
	width: 550px;
	float:right;
	text-align:center;
}

.EntryInnerBlock {
	padding: 10px;
	text-align: left;
	margin-bottom:10px;
}

.EntryTitle {
	height:16px;
	padding:12px 10px 12px 55px;
	text-align: left;
	background: url(http://bfile.shinobi.jp/4949/suisen-e02.jpg) no-repeat;
}

.EntryTitle a,
EntryTitle a:visited{
	color:#FFC;
}

.EntryTitle a:hover {
	color: #CFC;
}

.EntryTitleFont {
	font-size:14px;
	font-weight:bold;
	
}

.EntryTextBox {
	margin:0px;
}

.EntryText {
	padding:15px 10px 10px;
	line-height:200%;	
}

.EntryPsText {
	padding: 5px 20px 5px;
	text-align: right;
}

.RankingBannerBlock {
	padding:5px 10px 5px;
	text-align:left;
}

.EntryFooter {
	text-align:right;
	padding:5px 10px 10px;
	border-top:dotted 1px #999999;
}

.EntryUserName {
}

.EntryData {
	margin-left:5px;
}

/* 記事内の画像
------------------------------------------------*/

.EntryTextBox img, 
.EntryTextBox a img {
	margin: 2px 4px;
}

/* ランキングバナー用画像
------------------------------------------------*/
.RankingBannerBlock  img {
	margin: 1px;
}

/* 拍手
------------------------------------------------*/
.EntryText .NinjaClap { margin-top: 20px; }

.NinjaClap img { vertical-align: middle; }


/**************************************************************************************
  コメントフォームの設定
**************************************************************************************/

.CommentFormBlock{
	margin-bottom:20px;
}

.CommentFormTable{
	margin:auto;
	border:none;
}

.CommentFormTh{
	padding:5px 5px 0px 0px;
	text-align:right;
}

.CommentFormTd{
	padding-top:5px;
	text-align:left;
}

.CommentFormTdCheck{
	text-align:left;
}

.CommentFormSubmit{
	height:50px;
	text-align:left;
}

.checkbuttom {
	background-color:#000;
}

.Emoji{
	vertical-align: middle;
	margin:0 0;
}


/**************************************************************************************
  コメント表示部分の設定
**************************************************************************************/

.CommentBlock{
	padding:20px;
}

.CommentMenuTitle{
	padding:0px 0px 10px 60px;
	text-align: left;
	font-size:16px;
	font-style:italic;
	color:#FFC;
}

.CommentTextBox{
	margin: 5px 0px;
	padding:5px;
	border-top:solid 2px #27408B;
	border-right:solid 1px #27408B;
	border-bottom:solid 1px #27408B;
	border-left:solid 1px #27408B;
	background-color: #BCE;
	
}

.CommentTitle{
	padding:5px;
	text-align:left;
	color:#000;
}

.CommentText{
	padding: 10px;
	line-height:180%;
	text-align:left;
}

.CommentData{
	text-align:right;
	border-top:dotted 1px #033;
	color:#000;
}

.CommentData a,
.CommentData a:visited {
	color:#066;
}

.CommentData a:hover {
	color:#3FC;
}

.CommentData span {
	margin-left: 5px;
}


/**************************************************************************************
  コメント 管理者返信部分デザイン
**************************************************************************************/

.CommentResBlock {
	width:450px;
	margin:0px 0px 0px auto;
	padding:10px 0px;
}

.CommentResBox {
	padding:5px;
	border-top:solid 2px #35B28D;
	border-right:solid 1px #35B28D;
	border-bottom:solid 1px #35B28D;
	border-left:solid 1px #35B28D;
	background: url(http://bfile.shinobi.jp/4949/screen-2.gif);
}

.CommentResTitle {
	padding:5px;
	text-align:left;
}

.CommentResText {
	padding:10px;
	line-height:180%;
	text-align:left;
}

.CommentResData {
	text-align:right;
	border-top:1px dotted #075;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/

.TrackbackBlock{
	margin:20px 0px 0px;
	padding:20px 20px 10px;
}

.TrackbackMenuTitle{
	margin-bottom:10px;
	text-align: left;
	font-size:16px;
	font-style:italic;
	color:#FFC;
}

.TrackbackTextBox{
	margin: 20px 0px;
	padding:3px;
	border-top:solid 2px #4AA;
	border-right:solid 1px #4AA;
	border-bottom:solid 1px #4AA;
	border-left:solid 1px #4AA;
	background:url(http://bfile.shinobi.jp/4949/screen-2.gif);
}

.TrackbackTitle{
	padding:5px;
	text-align:left;
}

.TrackbackText{
	padding: 10px;
	line-height:180%;
	text-align:left;
}

.TrackbackData{
	text-align:right;
	padding:5px;
	border-top:dotted 1px #69C;
}

.TrackbackData span{
	margin-left: 5px;
}

.TrackbackURLTitle{
	margin:10px 0px;
	text-align: left;
}

#TrackbackURL{
	width:300px;
	border:none;
}

/**************************************************************************************
  コメント編集ページの設定
**************************************************************************************/

.CommentEditBlock{
	margin:20px 0px;
	padding:20px;
}

.CommentEditTitle {
	padding:0px 0px 10px 60px;
	text-align: left;
	font-size:16px;
	font-style:italic;
	color:#FFC;
}

.Backbtn {
	margin-top:30px;
}

.BackButton {
	width:130px;
	text-align:center;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/

/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	margin:0px auto;
	width:90%;
}

/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}

/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}

/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}

/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}

/*カレンダー表示用テーブル*/
.CalendarTable {
	border-collapse:separate;
	margin:0px auto;
	width:90%;
	text-align:center;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/

/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}

/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color:#FCF;
}

/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}

/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color:#99C;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}

/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}

/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}

/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}

/*記事が存在する場所の設定*/
.CalendarTdLink {
	background-color:#CFF;
}

/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	color:#000;
}	