/****************************************************************
全ブロックの共通設定
*****************************************************************/
/*BODY全体に関する設定*/
/* 基本設定 */ 
body,td,th{
	font-size :       90%;
	color :		#444444;  
	font-family :	'MS UI Gothic'　Verdana,Osaka,'MS P Gothic';
	font-weight :	normal;
	line-height :	18px;
	margin :	0px;
	padding :	0px;
}
body{
	background-attachment : fixed;
	background-repeat :     no-repeat;
	background-position :   100% 50%;
	background-image :	url(http://bfile.shinobi.jp/4537/umi.jpg);

}
#all{
	width :		820px;
}
#left{
	float :		left;
	width :		210px;
	margin :	120px 80px 0px 15px;
}
#right{
	float :		left;
	width :		500px;
}
/*<td>の全ての設定*/
td {
	text-align :	center;
}
/*table全ての設定*/
table{
	border-collapse : collapse;
}
/*通常のリンクの設定*/
a:link {
	text-decoration : none;
	color :		#000000;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
	text-decoration : none;
	color :		#333333;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	text-decoration : none;
	cursor :	crosshair;
	color :		#990099;
}
/*アクティブ状態のリンクの設定*/
a:active {
	text-decoration : none;
	cursor :	crosshair;
	color :		#990099;
}

/*全体の設定*/
#mainBlock {
	width :		750px;
	text-align :	center;
}
/*テキスト左寄せ*/
.left {
	text-align :	left;
}
/*テキスト中央寄せ*/
.center {
	text-align :	center;
}
/*テキスト右寄せ*/
.right {
	text-align :	right;
}
/* フォーム関連の設定 */
textarea{
	font-size :	12px;
	line-height :	17px;
	padding :	5px;
}
textarea,input{
	color :		#000000;
	border :	1px solid #000066;
	background-color : #ffffff;
}
/*****************************************************************
トップブロック用デザイン
******************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	text-align :	right;
	margin :	         0px;
	padding :	         0px 0px 30px 0px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
	padding :	30px 0px 0px 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
	font-size :	20px;
	font-weight:      bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
	padding :	10px 0px 20px 20px;
}

/****************************************************************
フッターブロック用デザイン
*****************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
	clear :		both;
	height :	         100px;
	text-align :	center;
}

/*****************************************************************
  プラグインブロック用デザイン
******************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
	color :		#000000;
	text-align :	left;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
	padding :	10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
	color :		#000000;
	font-weight :	bold;
	text-align :	right;
	letter-spacing : 2px;
	padding :	1px 8px;
	background :	url(http://bfile.shinobi.jp/4537/mono.JPG) no-repeat 0% 50%;
}
.PluginTitle:first-letter{
	font-size :	130%;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
	padding :	5px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
	padding :	0px 0px 20px 10px;
}
/****************************************************************
  記事ブロック用デザイン
*****************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
	text-align :	left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
	padding :	         10px;
	text-align :	left;
}
.EntryTitle{
	border-bottom :	1px dashed #D0DBE8;
	font-size :	16px;
	letter-spacing :  0.2em;
	padding-top :	10px;
	margin-bottom :   15px;
}
/******** ▼ 日付など ****************************************/
.EntryTop_1{
	float :		left;
	width :		100px;
	color :		#ffffff;
	text-align :	center;
	height	:	70px;
	background-color : #3399cc ;
	font-family :	 "Arial Black", Verdana, "Osaka", sans-serif;
	padding-right :	10px;
}
.EntryTop_2{
	float :		left;
	width : 	         435px;
         font-weight :	bold;  
}
.EntryTop_day{
	padding-top :	20px;
	font-size :	20px;
}
.EntryTop{
	font-size :	14px;
	margin-left :	15px;
}
/******** ▼ 本文 ********************************************/
.EntryText{
	clear :		both;
	line-height:	1.6;
	color :		#000000;
}
.EntryPsText{
	padding-top :	1.5em;
}
.EntryPsLink{
	margin :	1.5em 0 0 0;
}
/******** ▼ ナビ ********************************************/
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	text-align :	left;
	padding :	5px 0px 5px 20px;
}
.EntryFooter a:link{
	color :		#3399cc;
}
.EntryFooter a:visited{
	color :		#000000;
}
.EntryFooter a:hover{
	color :		#ffffff;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	margin-left :	5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	margin-left :	5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	margin-left :	5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	margin-left :	5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
	text-align :	center;
	padding :	10px;
}
/******************************************************************
  各コメント表示部分の設定
******************************************************************/
/*コメント全体の設定*/
.CommentBlock{
	padding :	30px 10px 20px 20px;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
	text-align :	left;
	padding :	0px 10px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
	margin :	5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
	font-weight :	bold;
	font-size :	14px
	border-bottom :	1px solid #aaaaaa;
	margin :	70px 30px 10px 0px;
	padding :	1px 8px;
	background :	url(http://bfile.shinobi.jp/4537/f10.gif) no-repeat 0% 50%;

}
/*コメント部分*/
.CommentText{
	padding :	0px 33px 20px 8px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
	text-align :	center;
	margin :	0px 50px 0px 20px;
	padding :	3px 0px;
}
/*投稿者名の部分*/
.CommentUserName{
	margin-left :	5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
	margin-left :	5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
	margin-left :	5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
	margin-left :	5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
	margin-bottom :	20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
	padding :	5px 10px 0px 0px;
	text-align :	right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
	padding-top :	5px;
	text-align :	left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	text-align :	left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
	color :		#000000;
}
/*****************************************************************
  トラックバック表示部分の設定
******************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
	padding :	10px;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
	text-align :	left;
	background :	url(http://bfile.shinobi.jp/4537/f10.gif) no-repeat 0% 50%;
	padding :	0px 10px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
	margin :	5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	text-align :	left;
}
/*トラックバックの記事部分*/
.TrackbackText{
	padding :	10px;
	line-height :	140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
	text-align :	right;
	padding :	5px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
	margin-left :	5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
	margin-left :	5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
	margin-left :	5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
	text-align :	left;
	padding :	5px 0px 10px 20px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/******************************************************************
  各プラグイン共通項目用設定
******************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
	text-align :	left;
	padding :	5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
	text-align :	right;
}
/******************************************************************
  カレンダープラグイン用デザイン
*******************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	padding	:	3px;
	width :		80%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width :		80%;
	padding :	3px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color :		#ff3333;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	color :		#000000;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color :		#3333ff;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color :		#ff3333;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color :		#3333ff;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	color :		#000000;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
         background-color : #ccccff;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding :	10px 30px 10px 20px;
}
.CommentResBox {
	border :	solid 1px #cccccc;
	padding :	10px;
}
.CommentResTitle {
	font-size :	14px;
	font-weight :	700;
}
.CommentResText {
	padding :	10px 0px 0px 10px;
}
.CommentResFooter {
	text-align :	right;
	margin :	7px 0;
        padding :	0px 8px;
}
