/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
*{
/*	border: 1px solid #FF9999;*/

}

/*BODY全体に関する設定*/
body {
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #5f5f5f;
	scrollbar-3dlight-color: #5f5f5f;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	background-color:aliceblue;
	text-align: center;
	overflow-x:hidden;
	color:#5f5f5f;
	font-size:80%;
	font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height:1.4;
	background-image: url(http://file.freememo.blog.shinobi.jp/bg_01.gif);
}
/*<td>の全ての設定*/
td {
text-align:left;
}
/*table全ての設定*/
table{
border-collapse: collapse;
font-size:100%;
}
/*通常のリンクの設定*/
a{text-decoration:none;}
a:link{color:steelblue;}

/*過去に見たことがあるページのリンクの設定*/
a:visited{color:steelblue;}

/*カーソルが合っている状態のリンクの設定*/
a:active{color:#c0c0c0;}

/*アクティブ状態のリンクの設定*/
a:hover{color:#000000;}

/*全体の設定*/
#mainBlock {
width:770px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*検索ボタンのデザイン*/
.btn{color:#5f5f5f;background-color:white;
border: #5f5f5f 1px solid;width:35px;
}

/*検索フォームのデザイン*/
.box{color:#5f5f5f;background-color:white;
border: #5f5f5f 1px solid;width:140px;margin-left:5px;margin-right:5px;
}

/*記事内・文字の反転用*/
.hanten{color:white;}

/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
	width:770px;
	height: 150px;
	text-align: left;
	background-color:white;
	/*padding-top:25px;*/
	border-color: #5f5f5f;
	border-width: 1px;
	border-style: solid;
	margin-bottom:10px;
	background-image: url(http://file.freememo.blog.shinobi.jp/header.jpg);
	background-repeat: no-repeat;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 10px 0px 0px 20px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
font-size:14px;
font-weight:bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 75px 0px 0px 30px;
font-size:10px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
font-size:70%;
clear:both;
height: 90px;
text-align: right;
border-top:1px #5f5f5f dotted;padding:2px;margin-bottom50px;
margin-top:10px;
font-weight:bold;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float: right;
font-size:80%;
line-height:1.2;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:1%;
border-color: #5f5f5f; border-width: 1px; border-style: solid; 
margin-bottom:10px;
background-color:white;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom:1px #404040 dotted;padding:2px;margin-bottom:1px;
text-align:center;
margin-left:8px;
margin-right:8px;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 3px;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 3px;
}

/**************************************************************************************
  新着情報
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#NewsBlock {
width: 550px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.NewsInnerBlock {
margin:0 10px 10px 0; 
padding: 5px 9px ;
text-align: left;
border: #5f5f5f 1px solid; 
background-color:white;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 550px;
float: left;
text-align: left;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 5px 9px ;
text-align: left;
border-color: #5f5f5f; border-width: 1px; border-style: solid; margin-bottom:10px; margin-right:10px;
background-color:white;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
margin:0 10px 5px 10px;
border-bottom: #5f5f5f 1px dotted; 
padding:2px; 
font-weight:bold;
}

/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
}
/*記事本文が記載される部分*/
.EntryText {
margin: 10px 5px ;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}

/*追記クリック後に出る＋マークの設定*/
.ps{
text-align:center;
color:lightblue;
margin-top:30px;
margin-bottom:30px;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:2px 5px 2px 10px;
border-top:1px dotted #5f5f5f ;
font-size:80%;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:5px;
font-weight:bold;
}

/*トップに表示されている他のページへのリンク部分*/
.PageLinkBlock2{
text-align:right;
padding:5px;
font-size:80%;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
margin-left:5%;
margin-right:3%;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
line-height:120%;
border-bottom: #5f5f5f 1px solid;
border-top:#5f5f5f 1px solid;padding:2px;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
border-color: #5f5f5f; border-width: 1px; border-style: solid;
background-color:white;
padding:7px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
border-bottom:1px #404040 dotted;padding:4px;
}
/*コメント部分*/
.CommentText{
padding: 10px;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:2px;
border-top:1px #404040 dotted;
font-size:75%;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
border-bottom:1px #404040 solid;padding:2px;margin-bottom:50px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
font-size:85%;
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:right;
}
/*inputタグやtextareaの設定*/
.CommentForms{
color:#5f5f5f;background-color:white;
border: #5f5f5f 1px solid;
}
/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
font-size:90%;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
margin-bottom:20px;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 5px 5px 5px;
border-color: #5f5f5f; border-width: 1px; border-style: solid;
background-color:white;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
margin:2px 10px 2px 10px;
border-bottom: #5f5f5f 1px dashed;
padding:5px;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 15px;
line-height:130%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding: 1px 10px 1px 10px;
border-top: #5f5f5f 1px dashed;
margin-left:10px;margin-right:10px;
font-size:90%;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
font-size: 12px;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
font-size:80%;
}
/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
font-size:90%;
align:center;
margin-left:auto;
margin-right:auto;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
text-align:center;
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
text-align:center;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
text-align:center;
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
text-align:center;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
font-size:90%;
align:center;
text-align:center;
margin-left:auto;
margin-right:auto;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}
/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
text-align:center;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
color:tomato;
text-decoration:underline;
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:0px 0px 50px 60px;
}

.CommentResBox {
	padding:10px 10px 5px 10px;
border-color: #5f5f5f; border-width: 1px; border-style: solid;
background-color:white;
}

.CommentResTitle {
	font-size:100%;
	font-weight:500;
border-bottom:1px #404040 dotted;padding:2px;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:10px 5px 5px 10px;
	border-top:1px dotted #404040;
font-size:70%;
}

/*-------------------------------------------------------
  基礎設定
-------------------------------------------------------*/
p {
 margin: 0;
 padding:0;
 }

br {
 margin: 0;
 padding:0;
}

/*  位置
-----------------------*/
.center {
text-align:center;
margin: 0px auto;
}

.left {
text-align:left;
margin: 0px;
}

.left_01 {
	text-align:left;
	margin: 0px 10px 10px 0px;
	float: left;
}

.right {
text-align:right;
margin: 0px;
}

/*回り込み解除用----------------------------------------- */

.clear {
 clear:both;
 width: 1px;
 }

.clear-left {
 clear: left;
 width: 1px;
 }

.clear-right {
 clear: right;
 width: 1px;
}
/*-------------------------------------------------------
  フォント設定
-------------------------------------------------------*/
.strong {
	font-weight: bold;
 }
 
 .red-01 {
	font-weight: bold;
 }
.red-01-s {
	font-weight: bold;
	color: #FF0000;
 }
.red-01-s-01 {
	font-weight: bold;
	font-size: 120%;
	color: #FF0000;
 }
 
.blue-01-s-01 {
	font-weight: bold;
	font-size: 120%;
	color: #3399FF;
 }

/*-------------------------------------------------------
  エントリー写真　縦
-------------------------------------------------------*/
.box-entry-01 {
	width: 500px;
	margin: 0 auto ;
}

.box-entry-01-left {
	width: 291px;
	margin: 0 3px 0 0;
	float: left;
}

.box-entry-01-right {
	width: 206px;
	margin: 16px 0 0 0;
	font-size: 90%;
	text-align: left;
	line-height: 160%;
	float: left;
}

/*-------------------------------------------------------
  エントリーテキスト
-------------------------------------------------------*/
.entry-text-01 {margin: 0; }
.entry-text-01 p{margin: 15px 0 0 0; }

/*-------------------------------------------------------
  エントリーお店情報　&　レシピ　(背景黄色)
-------------------------------------------------------*/
.box-jhouhou {
	width: 430px;
	margin: 15px auto 0;
	padding: 8px ;
	font-size: 9pt;
	color: #666666;
	text-align:left;
	line-height: 160%;
	background: #F7FFF4;
	border: 3px double #999999;
}

.box-jhouhou-01 {
	width: 430px;
	margin: 0 auto ;
	padding: 8px;
	font-size: 9pt;
	color: #666666;
	text-align:left;
	line-height: 160%;
	background: #FFFFF4;
	border: 3px double #999999;
}

.text-jhouhou {
	width: 450px;
	margin: 15px auto 0;
	font-weight: bold;
	text-align:left;
}

/*-------------------------------------------------------
  エントリーお店情報　&　レシピ　(背景ピンク色)
-------------------------------------------------------*/
.box-jhouhou-02 {
	width: 430px;
	margin: 0 auto ;
	padding: 8px;
	font-size: 9pt;
	color: #666666;
	text-align:left;
	line-height: 160%;
	background: #FFF4F9;
	border: 3px double #999999;
}

/*-------------------------------------------------------
  プロフィール
-------------------------------------------------------*/
.box-plof {
	width: 500px;
	margin: 0 auto ;
}

.box-plof-left {
	width: 150px;
	margin: 0 5px 0 0;
	float: left;
}

.box-plof-right {
	width: 345px;
	margin: 16px 0 0 0;
	font-size: 90%;
	text-align: left;
	line-height: 160%;
	float: left;
}
/*-------------------------------------------------------
  ランキングバナー　レシピ用
-------------------------------------------------------*/
.box-ranking-01 {
	width: 400px;
	margin: 30px auto 0;
}

.box-ranking-left-01 {
	width: 140px;
	margin: 0 10px 0 0;
	float: left;
}

.box-ranking-right-01 {
	width: 250px;
	font-size: 85%;
	text-align: left;
	float: left;
}

/*-------------------------------------------------------
  レビュー用バナー
-------------------------------------------------------*/
.img-revew-01 {
	width: 140px;
	margin: 30px 0 10px 0;
	float: right;
}

/*-------------------------------------------------------
  2009/06/05
-------------------------------------------------------*/
.box-20090605 {
	width: 500px;
	margin: 15px auto 30px;
}

.box-20090605-left {
	width: 38px;
	margin: 0 10px 0 0;
	float: left;
	font-size: 85%;
}

.box-20090605-right {
	width: 452px;
	text-align: left;
	line-height: 160%;
	float: left;
}

/*-------------------------------------------------------
  2009/06/22
-------------------------------------------------------*/
.box-20090622 {
	width: 500px;
	margin: 0 auto ;
}

.box-20090622-left {
	width: 155px;
	margin: 0 10px 0 0;
	float: left;
	font-size: 85%;
}

.box-20090622-right {
	width: 335px;
	font-size: 90%;
	text-align: left;
	line-height: 160%;
	float: left;
}

.img-20090622 {
	width: 330px;
	margin: 15px auto ;
}


/*-------------------------------------------------------
  2009/06/24
-------------------------------------------------------*/
.box-20090624 {
	width: 500px;
	margin: 0 auto ;
}

.box-20090624-left {
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
	font-size: 85%;
}

.box-20090624-right {
	width: 190px;
	font-size: 90%;
	text-align: left;
	line-height: 160%;
	float: left;
}

/*-------------------------------------------------------
  2009/06/25
-------------------------------------------------------*/
.img-20090625 {
	width: 234px;
	margin: 15px auto ;
}

/*-------------------------------------------------------------------
 　エントリー記事のマージンとリストマーク
-------------------------------------------------------------------*/
.entry-01-top {	width: 550px; margin:15px auto ; line-height: 160%;}
.entry-01 {	width: 550px; margin:15px auto 0; line-height: 160%;}
.entry-02 {	width: 550px; margin:15px auto ; line-height: 160%;}
.entry-01 p{ margin:15px auto 0; }
.entry-02 p{ margin:15px auto 0; }
.enrly-img{	width: 550px;	margin:15px auto 0;}
.entry-list { background: url(http://file.freememo.blog.shinobi.jp/allow_pink.gif) no-repeat 0 7px; padding:3px 0 0 15px;}
.entry-list-02 { background: url(http://file.freememo.blog.shinobi.jp/allow_pink.gif) no-repeat 0 7px;	padding:3px 0 0 18px;}
.entry-03 {	width: 550px; margin:0 auto ; line-height: 160%;}
.entry-03 p{ background: url(http://file.freememo.blog.shinobi.jp/allow_pink.gif) no-repeat 0 7px; padding:3px 0 0 15px; }
.entry-03 li{ background: url(http://file.freememo.blog.shinobi.jp/allow_pink.gif) no-repeat 0 7px; padding:3px 0 0 15px; }


/* リストマーク
----------------------------------*/
.check-01 p{ padding:0 0 0 17px; line-height: 130%;	background: url(http://file.freememo.blog.shinobi.jp/check_01.gif) no-repeat 0 4px;}
.check-01 li{ padding:0 0 0 17px; line-height: 130%;	background: url(http://file.freememo.blog.shinobi.jp/check_01.gif) no-repeat 0 4px;}
.check-02 p{ padding:0 0 0 17px; line-height: 130%; margin:10px 0 0 0;	background: url(http://file.freememo.blog.shinobi.jp/check_01.gif) no-repeat 0 4px;}
.check-02 li{ padding:0 0 0 17px; line-height: 130%; margin:10px 0 0 0;	background: url(http://file.freememo.blog.shinobi.jp/check_01.gif) no-repeat 0 4px;}

/* エントリー記事 */
.entry-01-top a 			{ color: #E98A9F; text-decoration: underline; }
.entry-01-top a:link		{ color: #E98A9F; text-decoration: underline; }
.entry-01-top a:visited 	{ color: #E98A9F; text-decoration: underline; }
.entry-01-top a:active  	{ color: #E98A9F; text-decoration: underline; }
.entry-01-top a:hover	{ color: #FFCC00; text-decoration: none; }

/* エントリー記事 */
.entry-01 a 			{ color: #E98A9F; text-decoration: underline; }
.entry-01 a:link		{ color: #E98A9F; text-decoration: underline; }
.entry-01 a:visited 	{ color: #E98A9F; text-decoration: underline; }
.entry-01 a:active  	{ color: #E98A9F; text-decoration: underline; }
.entry-01 a:hover	{ color: #FFCC00; text-decoration: none; }

/* エントリー記事 */
.entry-02 a 			{ color: #E98A9F; text-decoration: underline; }
.entry-02 a:link		{ color: #E98A9F; text-decoration: underline; }
.entry-02 a:visited 	{ color: #E98A9F; text-decoration: underline; }
.entry-02 a:active  	{ color: #E98A9F; text-decoration: underline; }
.entry-02 a:hover	{ color: #FFCC00; text-decoration: none; }

/* エントリー記事 */
.entry-03 a 			{ color: #E98A9F; text-decoration: underline; }
.entry-03 a:link		{ color: #E98A9F; text-decoration: underline; }
.entry-03 a:visited 	{ color: #E98A9F; text-decoration: underline; }
.entry-03 a:active  	{ color: #E98A9F; text-decoration: underline; }
.entry-03 a:hover	{ color: #FFCC00; text-decoration: none; }