/*************************************************************************************
cube構造

すごくシンプルな構造で１カラムです。
トップブロックの下にプラグインが回り込んでさらに回り込んでいるじょうたいです。
たくさん回ってきたらメインブロックの幅より飛び出てしまうので下の段にまわりこむ・・・という仕組みで配置されていきます。

*************************************************************************************/
/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/

/*パクリ部*/


p.title {
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	background: url(http://bfile.shinobi.jp/6131/bg_h2_title.gif);
}


/* #### エントリー ####　--------------------------------------- */

div#main_column div.entry {
	position: relative;
	margin-bottom: 30px;
	background: #31393e;
}
div#main_column div.entry div.cts {
	padding: 20px 20px 20px 80px;
	background: #31393e;
}

div#main_column div.entry_sub {
	position: relative;
	margin-bottom: 30px;
	padding: 20px;
	color: #d2d6d5;
	background: #31393e;
}

/* 記事投稿日付 */

div#main_column div.entry p.data {
	float: left;
	position: absolute;
	top: 20px;
	left: 15px;
	width: 50px;
	text-align: center;
	font-family: "Arial";
	font-weight: bold;
}

div#main_column div.entry p.data span.year {
	font-size: 18px;
}

div#main_column div.entry p.data span.month {
	font-size: 18px;
}

div#main_column div.entry p.data span.day {
	margin-top: 10px;
	font-size: 40px;
}

div#main_column div.entry h2 {
	margin: 0 0 10px;
	padding: 15px;
	font-size: 150%;
	background: url(http://bfile.shinobi.jp/6131/bg_h2_title.gif);
}

div#main_column div.entry h2 a {
	font-weight: bold;
	color: #fff;
}

div#main_column div.entry p.entry_text {
	padding-left: 10px;
	margin-bottom: 1em;
	line-height: 1.8em;
	color: #d2d6d5;
}




/*ここまで*/

/*BODY全体に関する設定*/
body {
	font-size: 12px;　　
	text-align: center;
	background-color: DarkKhaki;	/*背景色*/
}
/*<td>の全ての設定*/
td {
	font-size: 16px;;　　
	text-align:center;
}
/*table全ての設定*/
table{
	border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
	color: blue;	/*リンクのある文字の色指定*/
	text-decoration: none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	color:DarkViolet;	/*リンクのある文字で過去に見たことがあり*/
	text-decoration: none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	color: white;
	background-color: black;	/*背景色　*/
	text-decoration: none;
}
/*アクティブ状態 （クリックしたとき）のリンクの設定*/
a:active {
	color: black;
	background-color: white;	/*背景色　*/
	text-decoration: none;
}

/*全体の設定　　全体の大きさ*/
#mainBlock {
	width: 810px;	/*メインブロックの横幅*/
	margin: 0 auto;
	clear:left;
}
/*テキスト左寄せ*/
.left {
	text-align:left;
}
/*テキスト中央寄せ*/
.center {
	text-align:center;
}
/*テキスト右寄せ*/
.right {
	text-align:right;
}
/**************************************************************************************
トップブロック
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定　トップブロック*/
#TopBlock {
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 700px;	/*トップブロックの横幅*/
	height: 250px;	/*高さ*/
	
	background-color: white;	/*背景色　*/

	border-style: solid;	/*外枠の線の種類*/
	border-width:0px;		/*外枠の線の太さ*/
	border-color: white;		/*外枠の線の色*/

	margin:0px auto;
	position: relative;

}
#Topimg {
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 700px;	/*トップブロックの横幅*/
	height: 250px;	/*高さ*/

background-image:url('http://file.metalliclolita.blog.shinobi.jp/2999a7e3.jpeg');

/*トップの画像はここをいじる*/
	background-position: left bottom;
/*画像のポジションはここをいじる IEのみ*/
}

#Toppos {
	position: absolute; 
	top:  0px;
	left: 0px;
}

 
/*ページタイトル文字部分の設定　タイトル文字部分*/
#TopTitle {
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width:80px;
	height:14px;

	border-style: solid;	/*外枠の線の種類*/
	border-width:0px;		/*外枠の線の太さ*/
	border-color: #000;		/*外枠の線の色*/

	position: absolute; 
	top: 15px;
	left: 20px;

}

/*ページタイトル文字色の設定*/
.TopTitleFont {
	color: black;	/*文字の色指定*/
	font-size:12px;

}

/*ページタイトルの下に来るブログの説明文書　ブログの説明文字部分*/
#TopExplanation {
	padding: 12px 0px 0px 20px;　/*内側の余白部分　各辺毎に指定[上][右][下][左]*/
}

#counter {
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width:100px;
	height:30px;

	border-style: solid;	/*外枠の線の種類*/
	border-width:0px;	/*外枠の線の太さ*/
	border-color: #000;	/*外枠の線の色*/

	position: absolute; 
	top: 50px;
	left: 600px;
}



#twitterBlock{
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 215px;	/*トップブロックの横幅*/
	height: 160px;	/*高さ*/

	border-style: solid;	/*外枠の線の種類*/
	border-color: #000;	/*外枠の線の色*/
	border-width: 0px;		/*外枠の線の太さ*/

	background-color:white;	/*背景色の設定*/
	text-align: center;

	position: absolute; 
	top: 10px;
	left: 15px;
}

#twbottan{
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width:105px;
	height:45px;

	border-style:solid;
	border-color:#000;
	border-width:0px; 

	text-align: right;

	position: absolute; 
	top: 167px;
	left: 20px;
}

#rogo{
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width:50px;
	height:50px;

	border-style:solid;
	border-color:#000;
	border-width:0px; 

	position: absolute; 
	top: 160px;
	left: 630px;
}

#partslink{
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width:100px;
	height:20px;

	background-color: white;	/*背景色　*/
	border-style:solid;
	border-color:#9cf;
	border-width:2px; 

	text-align: center;

	position: absolute; 
	top: 215px;
	left: 580px;
}
#R1 { 
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 18px;	/*トップブロックの横幅*/
	height: 18px;	/*高さ*/

	background-image:url('http://file.metalliclolita.blog.shinobi.jp/r1.gif');
	background-repeat: no-repeat;

	position: absolute; 
	top: 0px;
	left: 0px;
}

#R2 { 
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 18px;	/*トップブロックの横幅*/
	height: 18px;	/*高さ*/

	background-image:url('http://file.metalliclolita.blog.shinobi.jp/r2.gif');
	background-repeat: no-repeat;

	position: absolute; 
	top: 0px;
	left: 682px;
}



#R3 { 
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 18px;	/*トップブロックの横幅*/
	height: 18px;	/*高さ*/
	background-image:url('http://file.metalliclolita.blog.shinobi.jp/r3.gif');
	background-repeat: no-repeat;

	position: absolute; 
	top: 232px;
	left: 682px;
}

#R4 { 
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 18px;	/*トップブロックの横幅*/
	height: 18px;	/*高さ*/

	background-image:url('http://file.metalliclolita.blog.shinobi.jp/r4.gif');
	background-repeat: no-repeat;

	position: absolute; 
	top: 232px;
	left: 0px;

}


/**************************************************************************************
フッターブロック用デザイン	
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定　フッタ－ブロック*/
#FooterBlock {
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 150px;	/*フッタ－ブロックの横幅*/
	height: 35px;	/*高さ*/

	background-color:#333;	/*背景色*/
	border-style: solid;	/*外枠の線の種類*/
	border-color: #9cf;	/*外枠の線の色*/
	border-width: 1px;	/*外枠の線の太さ*/

	background-image:url('http://file.metalliclolita.blog.shinobi.jp/mizugi2.jpg');	/*フッタ-の画像はここをいじる*/
	background-repeat: no-repeat; /*画像の繰り返しはしない*/
	background-position: -400px -60px;　/*画像のポジションはここをいじる*/	

	color:black ;	/*文字の色指定*/
	text-align: left;

	position: absolute; 
	top: 5px;
	left: 530px;
}

#Footerinner {
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;
	width: 100px;	/*フッタ－ブロックの横幅*/
	height: 20px;	/*高さ*/

	border-style: solid;	/*外枠の線の種類*/
	border-color: black;	/*外枠の線の色*/
	border-width: 0px;	/*外枠の線の太さ*/

	color:black;	/*文字の色指定*/
	text-align:left;

}

/***************************************************************************************************
	プラグインではＨＴＭＬの方でフラグインのタイトルと説明文は出ないようにしてあります。出したい方はＨＴＭＬの方を変更してください。
	さらに個別にPluginContentsを指定してプラグイン本体に対して余白を取らないようにしてます。
	プラグインの４と５に登録したブログパーツ等のプラグインはそのままタイトル、説明文、枠なしで表示されます。
****************************************************************************************************/

/**********************************************************************/
/*プラグイン5*/

  .PluginInnerBlock5{
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;

	width: 120px;	/*トップブロックの横幅*/
	height: 250px;	/*高さ*/

	margin: 0 5 0 5px;	/*外側の余白設定*/

	background-color: ;	/*背景色の設定*/

	float: left;	/*左寄せ指示*/

}

.PluginContents5 {
	margin: 0px;　/*余白部分　各辺毎に指定[上][右][下][左]*/
	padding: 0px;	/*内側の余白「０」の設定*/
	font-size:12px;
}



/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	width: 500px;	/*記事ブロックの横幅*/
	height: 250px;	/*高さ*/
	overflow: auto;	/*スクロールバーの設定*/
	margin: 0px;	/*外側の余白設定*/
padding: 0px;
	
	background-color: DarkSeaGreen;	/*背景色の設定*/
	border-style: solid;	/*外枠の線の種類*/
	border-color: white;	/*外枠の線の色*/
	border-width: 0px;		/*外枠の線の太さ*/
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
 padding: 10px;
 text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
        	border-style: solid;
	border-width: 2px;
         border-color: DarkSeaGreen;
	background-color: CadetBlue;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
	font-family: ;
	font-size: 12px;
	color: white;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}

/*記事本文が記載される部分*/
.EntryText {
padding: 12px;
font-size:12px;
color:black ;	/*文字の色指定*/

}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	font-size: 12px;
	text-align: right;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	color:black ;	/*文字の色指定*/
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:12px;
}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:12px;
}

/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
color:black ;	/*文字の色指定*/
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
color:black ;	/*文字の色指定*/
}

/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
color:black ;	/*文字の色指定*/

}
/*コメント部分*/
.CommentText{
padding: 12px;
color:black ;	/*文字の色指定*/
}

/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
color:black ;	/*文字の色指定*/

}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
color:black ;	/*文字の色指定*/
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
color:black ;	/*文字の色指定*/
}

/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
color:black ;	/*文字の色指定*/

}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
color:black ;	/*文字の色指定*/

}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;

}
/*コメントフォーム用テーブル*/
.CommentFormTable{

}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
font-size:10px;
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}

/*inputタグやtextareaの設定*/
.CommentForms2{
width:80%;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:12px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
color:black ;	/*文字の色指定*/

}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
color:black ;	/*文字の色指定*/

}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 12px;
line-height:140%;
color:black ;	/*文字の色指定*/

}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
color:black ;	/*文字の色指定*/

}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
color:black ;	/*文字の色指定*/

}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
color:black ;	/*文字の色指定*/

}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
color:black ;	/*文字の色指定*/

}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
color:black ;	/*文字の色指定*/

}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}

.Link_Plugin_data {
	width: 115px;	/*トップブロックの横幅*/
	height: 120px;	/*高さ*/

	border-style: solid;	/*外枠の線の種類*/
	border-width: 1px;		/*外枠の線の太さ*/
	margin: 5px;	/*外側の余白設定*/
	background-color:black;	/*背景色の設定*/
	text-align: center;
	float: left;	/*左寄せ指示*/
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;

}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
font-size:16px;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/

/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
font-size:16px;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
font-size:16px;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
font-size:16px;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-size:16px;
background-color:#FFCC33;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}

/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:12px 30px 12px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:12px;
}

.CommentResTitle {
	font-size:12px;
	font-weight:700;
}

.CommentResText {
	padding:12px 0px 0px 12px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}



/******** ▼ ナビ ********************************************/
#NaviBlock{
	text-align      : center;
	padding-bottom  : 3em;
}
#NaviBlock ul{
	font-weight     : bold;
	list-style-type : none;
}
#NaviBlock li{
	border          : 1px solid #;
	background-color: #DCCB34;
	padding         : 2px 5px;
	margin          : 5px;
	display         : inline;
}
#NaviBlock a{
	font-weight     : normal;
}


/**************************************************************************************
