@charset "UTF-8";
/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
* {
	margin : 0;
	padding : 0;
	word-break:break-all;
}

/******スクロールバーの設定*****/
html,BODY{
scrollbar-base-color:#ceffbd;
scrollbar-arrow-color:#009900;
scrollbar-shadow-color:#a5de94;
scrollbar-darkshadow-color:#339900;
scrollbar-3dlight-color:#339900;
scrollbar-highlight-color:#ccffcc;
scrollbar-track-color:#e6ffdd;
}

/******リンクの設定*****/

	a img{border:none;}

	a:link {color : #006666 ;text-decoration : none;}
	a:visited {color : #006633 ;text-decoration : none;}
	a:hover {color : #666600 ;text-decoration : underline;}
	a:active {color : #666600 ;text-decoration : underline;}

/*****BODYの設定******/

body {
	color : #333;
	background :#ffffff url(http://bfile.shinobi.jp/3965/w-08fw-05.gif);
	text-align : left;
	line-height : 1.5;
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

/*****table全ての設定*****/
table{
border-collapse: collapse;
}

/****************************************************************
トップブロック用デザイン
****************************************************************/
/* 一番上のタイトル（ヘッド）部分 */

#banner{
	width : 800px;
	height : 200px;
	background : url(http://bfile.shinobi.jp/3965/title_08f1.jpg) no-repeat;
	text-align:left;
}

/*****ブログタイトル文字の設定******/

h1{
	voice-family : "\"}\"";
	voice-family : inherit;
	padding : 35px 0 0 30px;
	margin:0 auto;
	font-size : 20px;
}

h1 a{
	color:#009999;
	font-size : 20px;
	font-weight : bold;
}

h1 a:visited{color:#009999;text-decoration:none;}
h1 a:link{color:#009999;text-decoration:none;}
h1 a:hover{color:#cc0000;text-decoration:underline;}
h1 a:active{color:#009999;text-decoration:none;}

/******ブログの説明文文字の設定*****/

h2{
	color:#0099cc;
	font-size:13px;
	padding-left : 40px;
	line-height:1em;
	width:230px
}


/******************************************************************
  プラグ全体のデザイン
******************************************************************/

/* 本文 （ブログ全体の設定）*/

#container{
	width:800px;
	background :#a5e76b;
	margin:0 auto;
}


/*****************************************************************
  プラグインブロック用デザイン
*****************************************************************/
/* 左サイドバー（プラグイン） */

#left{
	float:left;
	width:200px;
	padding:0px 0 0 20px;
}


#left ul {
	margin : 0 5px 0 20px;
}

/*****プラグインのタイトル部分の設定******/

#left h3{
	height : 31px;
	color:#006600;
	background : url(http://bfile.shinobi.jp/3965/icon-08flw1.gif) no-repeat;
	text-align : left;
	font-size:13px;
	font-weight:bold;
	padding:10px 0 0 45px;
}

/*****プラグイン本体部分の設定******/

.sidebody{
	background:;
	font-size:12px;
	padding : 0 5px 0 15px;
	overflow:hidden;
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
	color:#006400;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
	color:#336600;
}

/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
	text-align:left;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
	text-align:right;
}

/*****プラグイン下部の設定******/

.sidebottom{
	height:20px;
}

/*************************************************************
  カレンダープラグイン用デザイン
**************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
	padding:3px;
	width:85%;
	text-align:center;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
	
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
	text-align:center;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
	text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
	text-align:center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
	width:85%;
	padding:3px;
	background-color:#c5ef9e;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
	
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	background-color:#b6eb85;
	color:#993333;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
	background-color:#b6eb85;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	background-color:#b6eb85;
	color:#006699;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
	
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color:#993300;
	text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color:#006699;
	text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
	text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
	background-color:#b6eb85;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
	font-weight:bold;
}
/***************************************************************
  記事ブロック用デザイン
****************************************************************/

/*****記事が入る右側ブロックの設定******/

#blog{
	float:right;
	width:510px;
	overflow:hidden;
	padding-right:20px;
}

/*記事表示部分全体の余白等の設定*/
.EntryInnerBlock {
	text-align: left;
}

/******記事タイトルの背景の設定*****/

.entry-header{
	height:100px;
	background : url(http://bfile.shinobi.jp/3965/08flw-content21.gif) 50% 0 no-repeat;
	overflow:hidden;
}

/******記事を投稿した日付部分（右上）*****/

.articledate{
	color:#0099cc;
	padding:20px 25px 0 10px;
	font-size:14px;
	float:right;
	font-weight:bold;
}

/******記事タイトルの文字の設定*****/

#blog h3{
	color:#006699;
	padding:60px 30px 0 90px;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
}

#blog h3 a{
	color:#006699;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
}

/******記事部分の設定*****/

.entry-body{
	padding:20px 20px 3px 28px;
	background: #fff;
}

/******文章部分の設定*****/
/*記事本文が記載される部分*/
.EntryText {
	width:100%;
	font-size:14px;
	overflow:hidden;
}

.EntryText a{
	color:#009900;
}
/*追記文書が記載される部分*/
.EntryPsText {
	padding: 20px;
	text-align: right;
}

.EntryPsText a{
	color:#009900;
}

/*追記文書が記載される部分*/
.EntryPsText {
	padding: 20px;
	font-size:13px;
	text-align: right;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
	text-align:right;
	padding:5px 30px 5px 5px;
	background: #ffffff;
	font-size:12px;
	color:009933;
}

.EntryFooter a{
	color:#009900;
}

/*記事の投稿者名が記載されている部分*/
.EntryUserName {
	
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
	margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
	margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
	margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
	margin-left: 5px;
}


/*****記事の一番下の部分******/
.blogbottom{
	background:url(http://bfile.shinobi.jp/3965/08flw-content4.gif) 0 0 no-repeat;
	height:80px;
	margin-bottom:14px;
}

/**************************************************************
  各コメント表示部分の設定
**************************************************************/
/*コメント全体の設定*/
.CommentBlock{
	
}

/*****コメント一番上の「Comment」が入る部分******/
.commenttop{
	background:url(http://bfile.shinobi.jp/3965/08flw-coment01.gif) 0 0 no-repeat;
	height:70px;
}

/*****「Comment」文字の設定******/
.comment-top{
	color:#009900;
	font-size:16px;
	font-weight:bold;
	padding:20px 0 40px 200px;
}

/******コメント記事全体の設定*****/
.comment{
	background: #fff;
	padding:0 20px;
	font-size:14px;
}

/******コメント記事のタイトル文字の設定*****/

.CommentTitle{
	text-align: left;
	font-weight:bold;
	color:#009900;
	background:url('http://bfile.shinobi.jp/3965/08flw-coment37.gif') no-repeat;
	padding-top:10px;
	padding-left:70px;
	padding-bottom:10px;
}

/******コメント記事部分の設定*****/

.comment-body{
	margin : 0 10px;
	padding:10px;
}

/******コメント下の投稿者、日付部分の設定*****/

.comment-footer{
	text-align: right;
	margin-righit :20px;
	border-bottom:dotted 1px;
	border-color:#009900;
	color:#009966;
	padding:10px;
}
.comment-footer a{
	color:#009900;
	padding:10px;
}

/*投稿者名の部分*/
.CommentUserName{
	margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
	margin-left: 10px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
	margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
	margin-left: 5px;
}
/******コメントの一番下の部分の設定*****/

.commentbottom{
	background : url(http://bfile.shinobi.jp/3965/08flw-coment02.gif) 0 100% no-repeat;
	height:25px;
	margin-bottom:15px;
	margin-top: 0;
}


/******コメントを投稿するフォーム全体の設定*****/

.CommentFormBlock{
	background: #fff;
	padding: 20px

}
/*コメントフォーム用テーブル*/
.CommentFormTable{
	
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
	padding-top:5px;
	text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
	padding-top:5px;
	text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
	text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
	
}

/******コメントを編集するフォーム全体の設定*****/

.comment2{
	padding:50px 50px;
}

.comment2-top{
	color:#006600;
	font-size:16px;
	font-weight:bold;

}

.CommentFormBlock2{
	margin-bottom:20px;

}

/****************************************************************
  トラックバック表示部分の設定
****************************************************************/

/*トラックバック全体の設定*/
.TrackbackBlock{
	
}


/******トラックバック一番上の「Trackback」が入る部分*****/

.trackback-top{
	background:url('http://bfile.shinobi.jp/3965/08flw-coment33.gif') no-repeat;
	color:#009900;
	font-size:16px;
	font-weight:bold;
	padding:15px 0 0 200px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
	margin: 0;
	background: #fff;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
	text-align: left;
	font-weight:bold;
	color:#009900;
	background:url('http://bfile.shinobi.jp/3965/08flw-coment37.gif') no-repeat;
	padding-top:10px;
	padding-left:70px;
	padding-bottom:10px;
}
/*トラックバックの記事部分*/
.TrackbackText{
	padding:5px 20px 5px 20px;
	line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
	text-align:right;
	padding-right:20px;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
	margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
	margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
	margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
	text-align: left;
	font-size: 12px;
	background: #fff;
	padding: 10px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
	
}
/**************************************************************
前ページ、次ページ、homeへのリンク
**************************************************************/

.PageLinkBlock{
	text-align:center;
	color:#336600;
	font-size:13px;
	padding:10px 0 10px 0;
}

.PageLinkBlock a{
	color:#336600;
}
/**************************************************************
フッターブロック用デザイン
***************************************************************/
/***** フッター（著作権表示部分） *****/
#FooterBlock{
	clear:both;
	text-align:center;
	height:200px;
	padding-top:6px;
	color:#006600;
	font-size:13px;
}

#FooterBlock a{
	color:#006600;
}

/******広告部分*****/

.ads{
	color:#006600;
}

.ads a:link,.ads a:hover,.ads a:visited,.ads a:active{
	color:#006600;
}

/*****記事の「続きを読む」部分との境界線******/

hr{
	width:95%;
	border:1px dashed #009900;
}

/******************************************************************
  コメント -> 管理者返信部分デザイン
******************************************************************/

.CommentResBlock {
	padding:20px 0px 10px 50px;
}

.CommentResBox {
	border:dashed 1px #009966;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
	color: #009966;
}

.CommentResText {
	padding:10px 0px 0px 10px;
	color: #006666;
}

.CommentResFooter {
	text-align:right;
	margin:10px 0;

	color: #009966;
}
