/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 0;
padding: 0;
background-image:url('http://file.gradi.blog.shinobi.jp/bg.gif');
font-size: 10px;
color:#666;
font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
}

#top, #bottom, #left, #right {
	background: #E9EBEF;
	position: fixed;
        z-index:9003;
        -moz-opacity: 1;
	}
	#left, #right {
		top: 15; bottom: 15;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
text-decoration: none;
color: #000;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
text-decoration: none;
color: #000;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
text-decoration: none;
}
/*アクティブ状態のリンクの設定*/
a:active {
}

img {border:none;}

.EntryText .90 img {width:90px; padding-right:15px;}
.EntryText .180 img {width:180px; padding-right:15px;}

h3 {
display:block; 
color:#000; 
font-size:18px; 
padding: 6px 0; 
line-height: 1.2em; 
margin: 22px 0; 
border-top: 2px solid #ddd; 
border-bottom: 1px solid #ccc;
}

/*全体の設定*/
#mainBlock {
width:1000px;
text-align: center;
margin:0 0 0 15px;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
margin-top:15px;
height: 70px;
text-align: left;
background-image:url('http://file.gradi.blog.shinobi.jp/header.gif');
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 7px 0px 0px 40px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:15px;
font-weight: bold;
color:#000;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 3px 0px 0px 40px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 200px;
text-align: center;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 195px;
margin-left:15px;
text-align: left;
float:left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:0px;
background-image:url('http://file.gradi.blog.shinobi.jp/side2.gif');
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
padding:10px 25px 0 10px;
background-image:url('http://file.gradi.blog.shinobi.jp/side1.gif');
background-repeat: no-repeat;
color:#666;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 0 10px 10px;
color:#999;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 0 25px 0 10px;
}
.PluginContents2 {
padding: 0 16px 0 1px;
}

.PluginClose {
background-image:url('http://file.gradi.blog.shinobi.jp/side3.gif');
background-repeat: no-repeat;
height: 16px;
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:0px;
}
.cat_img {
float:right;
padding:9px 9px 9px 0px;
}
.plugin_data2 {
padding:9px 9px 0px 9px;
}
.P2Sep {
clear:both;
border-bottom:1px dotted #959595;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 790px;
float:right;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 0px;
text-align: left;
background-image:url('http://file.gradi.blog.shinobi.jp/main2.gif');
}
.EntryStart {
background-image:url('http://file.gradi.blog.shinobi.jp/main1.gif');
background-repeat: no-repeat;
height:80px;
padding: 15px 30px 0 15px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryHeader {
display:block;
padding-top: 10px;
border-top: 2px solid #ddd;
}

.EntryCategory {
float:left;
}

.EntryNoDa {
text-align:right;
color:#000;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
padding: 0px 30px 0px 15px;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
font-size: 25px;
display: block;
border-top: 2px solid #ddd;
padding-top:10px;
color:#000;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 0px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
text-align: justify;
font-size: 15px;
padding: 0 30px 30px 15px;
line-height:1.8em;
-moz-column-count: 2;
-moz-column-gap: 2em;
}
.EntryText img {
width:360px; 
overflow:hidden; 
}
.EntryText a {border-bottom:2px solid #FADB39;}

/*追記文書が記載される部分*/
.EntryPSText {
padding: 0 30px 50px 15px;
text-align: left;
font-size:18px;
color:#fadb39;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding-top:0px;
padding-right:30px;
height:48px;
background-image:url('http://file.gradi.blog.shinobi.jp/main3.gif');
background-position: bottom;
background-repeat: no-repeat;
clear:both;

}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {

}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {

margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment a{
margin-left: 15px;
color:#000;
padding-bottom:3px;
border-bottom:2px solid #ddd;
display:block;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*-------------------------------------
次の記事やHOMEへのリンクが表示される背景部分---------------------------------------*/
.PageLinkBlock{
text-align:left;
padding:15px;
}
.CM a{color:#666;}
/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:0px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
background-image:url('http://file.gradi.blog.shinobi.jp/mainc1.gif');
background-position: top;
background-repeat: no-repeat;
height:10px;
}

.CmRoll {
background-image:url('http://file.gradi.blog.shinobi.jp/mainc2.gif');
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 0px;
width:380px;
float:left;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
background-image:url('http://file.gradi.blog.shinobi.jp/reader.png');
background-repeat: no-repeat;
background-position:15px 0px;
height: 70px;
weight:70px;


}
/*コメント部分*/
.CommentText{
padding: 0px 15px 30px 85px;
font-size:12px;
clear:both;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentMeta{
text-align:left;
padding:0 30px 15px 85px;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left:0px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}

.CommentMeta2 {
padding:0 30px 30px 80px;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:0;
width:390px;
float:right;
text-align:left;
margin-right:16px;
}

.CommentResBox {
	padding:0px;
}

.CommentResTitle {
background-image:url('http://file.gradi.blog.shinobi.jp/author.png');
background-repeat: no-repeat;
background-position:15px 0px;
height: 70px;

}

.CommentResText {
	padding:0px 15px 30px 85px;
clear:both;
font-size:12px;
}

.CommentResFooter {
	text-align:left;
	padding: 0 15px 30px 85px;
	
}

.CmSep {
clear:both; 
border-top:1px dotted #959595;
margin-right:16px;
}


.CmEnd {
background-image:url('http://file.gradi.blog.shinobi.jp/main3.gif');
height:16px;
clear:both; 
}

/*-----------------------------------------------コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:0px;
clear:both;
background-image:url('http://file.gradi.blog.shinobi.jp/cm2.gif');
background-repeat:repeat-y;
}
.CmFoSt {
background-image:url('http://file.gradi.blog.shinobi.jp/cm1.gif');
background-repeat:repeat-y;
height:10px;
}
.CmFoEnd {
background-image:url('http://file.gradi.blog.shinobi.jp/cm3.gif');
background-repeat:repeat-y;
height:16px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
width:760px;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
padding-right:15px;
width:50%;
font-size:10px;
color:#999;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
padding-left:20px;
text-align:left;
width:50%;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
padding:5px 0 5px 400px;

}

.Send {

}

/*inputタグやtextareaの設定*/
.CommentForms{
width:100%;
background:#000;
border-top:0px solid #000;
border-right:0px solid #000;
border-bottom:1px solid #666;
border-left:0px solid #000;
color:#FADB39;
padding-left:0px;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:15px 30px 15px 15px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
font-size: 12px;
color:#000;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 15px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px 0;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
color:#000;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
