@charset "UTF-8";

/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*-- 表示ページ全体 --*/
* {margin : 0;padding : 0;}
li {list-style-type:none;}
br{letter-spacing: normal;}

/*BODY全体に関する設定*/
body {
text-align: center;
color: #847347;
font-family: Verdana, Helvetica, sans-serif;
background-color: #fefcfb;
background-image: url(http://file.tmpblog.blog.shinobi.jp/penback5.gif);
background-repeat : repeat-x;
background-position : center top;
background-attachment: fixed; 
}
/*<td>の全ての設定*/
td {
text-align:center;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}

/*テキスト左寄せ*/
.left {text-align:left;}
/*テキスト中央寄せ*/
.center {text-align:center;}
/*テキスト右寄せ*/
.right {text-align:right;}

/*--リンク--*/
a {text-decoration: none;}
a:link {color: #362F2D;}
a:visited {color:#362F2D;}
a:active { color: #362F2D;}
a:hover {color:#BCA78D;}

/*--フォーム--*/
input {
margin :1px;
border : 1px solid #362F2D;
font-size: 12px;
color: #362F2D;
background: #F6F4F1;
}
input:focus {background: #F2E1CC;}

textarea {
margin :1px;
border : 1px solid #362F2D;
font-size: 12px;
color: #362F2D;
background: #F6F4F1;
}
textarea:focus {background: #F2E1CC;}

/*-- カラーセレクトボックス --*/
select{
background-color :#fafafa;
border : 1px solid #666;
}
/**************************************************************************************
メインブロック
**************************************************************************************/
#mainBlock {
margin:  0 auto 0 auto; 
width: 700px; 
text-align: left;
}

/**************************************************************************************
ブログタイトルデザイン設定
**************************************************************************************/
/*ページタイトル文字部分の設定*/
#TopTitle {
text-align: center;
padding-bottom:1px;
}

/*--ブログタイトル文字装飾--*/
h1{
font: bold 20px Georgia, Verdana, Helvetica, sans-serif;
letter-spacing: 1px;
padding:10px 0 2px 20px;
}
h1 a:link {color: #362F2D;}
h1 a:visited {color: #362F2D;}
h1 a:hover {color: #ccc; text-decoration: none;}
h1 a:active {color: #362F2D;}

/*--タイトル下のブログの説明文--*/
h3#TopExplanation {
padding: 0;
text-align: center;
font-size: 10px;
font-weight: normal;
}


.Entryinfo {
font-size : 10px;
color : #635347;
margin: 0 35px;
text-align : left;
padding : 2px 10px 0 10px;
letter-spacing:1px;
border: 1px dotted #362F2D;
background-image: url(http://file.tmpblog.blog.shinobi.jp/infoback2.gif)
}
/**************************************************************************************
横型カレンダー
**************************************************************************************/
div#calendar {
font-size : 10px;
text-align: center;
overflow:hidden;
padding: 3px 0;
margin: 5px 0;
}
div#calendar li {
display : inline;
list-style-type : none;
color: #b76a51;
font-size : 10px;
}
div#calendar ul {
list-style-position : inside;
}
div#calendar li a{
color: #da5436;
font-weight: bold;
}
div#calendar li a:hover{
color: #fff;
font-weight: bold;
}
li.day {
padding: 0.3px;
}
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*--一番下のブロック（著作権表示が書かれる場所）の設定--*/
#FooterBlock {
clear:both;
text-align: right;
}
p.copy {
text-align: center;
padding: 10px 5px 5px 200px;
font-size: 10px;
}
div.cmn{
padding: 5px 5px 5px 20px;
font-size: 10px;
}
/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*--プラグイン表示箇所全体の設定--*/
.PluginBlock {
width: 220px;
text-align: left;
float: left;
overflow:hidden;
padding: 165px 0 0 0;
color: #534741;
}

/*--プラグイン部分リンク色--*/
div.PluginBlock a:link {color: #534741;}
div.PluginBlock a:visited {color: #534741;}
div.PluginBlock a:active { color: #534741;}
div.PluginBlock a:hover {color: #BCA78D;}

/*--プラグイン表示箇所の背景や余白設定--*/
.PluginInnerBlock {
padding: 0;
margin-bottom:10px;
width:100%;
background-image: url(http://file.tmpblog.blog.shinobi.jp/penpra_m.gif);
background-repeat : repeat-y;
background-position : center top;
}

/*--プラグインのタイトル（名称）部分の設定--*/
.PluginTitle {
margin-left:0px;
font: bold 12px "Trebuchet MS", Monaco, sans-serif;
letter-spacing: 1px;
color: #9e8b75;
padding: 5px 5px 0 20px;
background-image: url(http://file.tmpblog.blog.shinobi.jp/penpra_t2.gif);
background-repeat : no-repeat;
background-position : center top;
}


/*--プラグインの説明部分の設定--*/
.PluginExplanation {
font-size:10px;
padding : 0 13px 0 18px;
}

.PluginTitle2 {
font: bold 13px "Trebuchet MS", Monaco, sans-serif;
letter-spacing: 1px;
color: #F8F8EC;
margin: 0;
padding: 3px 5px 3px 20px;
}
div#fo01{
margin: 0;
}
p.PluginTitle2 a:link {color: #362F2D;}
p.PluginTitle2 a:visited {color: #362F2D;}
p.PluginTitle2 a:active { color: #362F2D;}
p.PluginTitle2 a:hover {color: #eee;}

.PluginTitle3 {
font: bold 13px "Trebuchet MS", Monaco, sans-serif;
letter-spacing: 1px;
color: #362F2D;
margin: 0;
padding: 3px 5px 3px 20px;
}
div#fo02{
margin: 0;
}
p.PluginTitle3 a:link {color: #362F2D;}
p.PluginTitle3 a:visited {color: #362F2D;}
p.PluginTitle3 a:active { color: #362F2D;}
p.PluginTitle3 a:hover {color: #eee;}

.PluginTitle4 {
font: bold 13px "Trebuchet MS", Monaco, sans-serif;
letter-spacing: 1px;
color: #362F2D;
margin: 0;
padding: 3px 5px 3px 20px;
}
div#fo03{
margin: 0;
}

p.PluginTitle4 a:link {color: #362F2D;}
p.PluginTitle4 a:visited {color: #362F2D;}
p.PluginTitle4 a:active { color: #362F2D;}
p.PluginTitle4 a:hover {color: #eee;}

/*--プラグインが表示される場所の設定--*/
.PluginContents {
line-height: 130%;
font-size : 10px;
padding : 5px 13px 10px 18px;
background-image: url(http://file.tmpblog.blog.shinobi.jp/penpra_b2.gif);
background-repeat : no-repeat;
background-position : center bottom;
}


/*--各プラグイン処理内の基本デザイン--*/
div.plugin_data {
margin: 0;
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 130%;
background-image: url('http://file.tmpblog.blog.shinobi.jp/dot_li2.gif');
background-repeat: no-repeat;
background-position: left top;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
.plagbottom{
background-position : center bottom;
width:220px;
overflow:hidden;
}

/*--オマケ・メニューをツリー化する場合のリスト表示用（方法別に２種類分）--*/

/*ツリー化をする予定がない（もしくはメニューをリスト形式で表示しない）場合は削除しても大丈夫です*/
div.PluginBlock ul li {
margin: 0;
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 120%;
background-image: url('http://file.tmpblog.blog.shinobi.jp/dot_li2.gif');
background-repeat: no-repeat;
background-position: left top;
}
div.Entryinfo ul li {
margin: 0;
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 120%;
background-image: url('http://file.tmpblog.blog.shinobi.jp/dot_li2.gif');
background-repeat: no-repeat;
background-position: left top;
}
ul.plugin_data{
padding:0 0 10px 10px;
}

div#newentrylist ul li, div#categorylist ul li, div#commentlist ul li{
list-style: none;
background-image: url(http://file.tmpblog.blog.shinobi.jp/listtop.gif);
background-repeat: no-repeat;
background-position: left top;
}

div#newentrylist ul.tree li, div#categorylist ul.tree li, div#commentlist ul.tree li, div#linkslist ul.tree li{
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 140%;
background-image: url(http://file.tmpblog.blog.shinobi.jp/kist_line1_3_2.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#categorylist ul.tree li.end, div#commentlist ul.tree li.end{
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 140%;
background-image: url(http://file.tmpblog.blog.shinobi.jp/list_kinomi.gif);
background-repeat: no-repeat;
background-position: left top;
}
div#newentrylist ul.tree li.end, div#linkslist ul.tree li.end{
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 140%;
background-image: url(http://file.tmpblog.blog.shinobi.jp/list_normal.gif);
background-repeat: no-repeat;
background-position: left top;
}
/*ツリー化　最新記事の日付部分*/
.treetop_entry {
font-weight: bold;
background-image:none;
}

/*ツリー化　リンクの見出し部分*/
.treetop_link {
font-weight: bold;
}

/*ツリー化　カテゴリの見出し部分*/
.treetop_category {
font-weight: bold;
}

div#newentrylist, div#linkslist, div#commentlist, div#tblist, div#categorylist{
list-style: none;
border:none; /*ボーダーを消す*/
background-image:none; /*背景画像を消す*/
background-color: transparent; /*背景色をなしに*/
margin: 0px; /*マージン消し*/
padding: 0px; /*パディング消し*/
}
div#newentrylist img.treeline{
display: none; 
}

/*--///// オマケオワリ /////--*/

/*商品イメージ用*/
span.sd img{
margin: 2px 5px;
padding: 5px;
border: 1px dotted #666;
background: #fff;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*--記事繰り返し処理全ての部分の設定--*/
#EntryBlock {
width: 470px;
float: right;
text-align: left;
overflow:hidden;
}

/*--記事表示部分の背景や余白等の設定--*/
.EntryInnerBlock {
width: 100%;
margin: 0 0 25px 0;
padding: 0;
line-height: 140%;
text-align: left;
}

/*--各記事日付部分--*/
.entryday {
text-align: left;
margin : 0;
padding : 5px 20px 0px 10px;
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
color: #dec488;
background-image: url(http://file.tmpblog.blog.shinobi.jp/pen_en4.gif);
background-repeat : repeat-y;
background-position : center top;
}

/*--各記事タイトル部分の設定--*/
.EntryTitle {
margin: 0;
padding: 5px 10px 3px 10px;
background-image: url('http://file.tmpblog.blog.shinobi.jp/pen_title1_2.gif');
background-repeat : no-repeat;
background-position : center;
}

/*--各記事タイトル部分のフォント--*/
h2{
color:#362F2D;
padding: 0 5px;
font-size: 13px;
}
h2 a {text-decoration: none;}
h2 a:link {color: #915048;}
h2 a:visited {color:#362F2D;}
h2 a:active { color: #362F2D;}
h2 a:hover {color:#fafafa;}

/*--記事・コメント・トラックバック表示部分大枠--*/
.EntryTextBox {
margin:0;
padding: 0;
}

/*--記事本文--*/
.EntryText {
padding: 10px 10px 15px 10px;
font-size: 12px;
line-height: 150%;
color: #915048;
text-align : left;
font-family: Osaka, "ＭＳ Ｐゴシック", sans-serif;
background-image: url(http://file.tmpblog.blog.shinobi.jp/pen_en4.gif);
background-repeat : repeat-y;
background-position : center top;
}

/*--追記--*/
.EntryPsText {
padding: 5px 0;
text-align: left;
font-size: 10px;
color: #7c6161;
background-image: url(http://file.tmpblog.blog.shinobi.jp/pen_en4.gif);
background-repeat : repeat-y;
background-position : center top;
}

.EntryTextps {
padding-top: 10px;
padding-left: 10px;
padding-bottom:5px;
font-size: 12px;
line-height: 150%;
color: #7c6161;
font-family: Osaka, "ＭＳ Ｐゴシック", sans-serif;
background-image: url(http://file.tmpblog.blog.shinobi.jp/pen_en4.gif);
background-repeat : repeat-y;
background-position : center top;
}
div.pstx{
border-top: 1px dotted #9E8B75;
padding: 10px;
}

/*--エントリーフッター--*/
.EntryFooter {
clear:both;
font-size : 10px;
color : #635347;
text-align : right;
padding : 2px 20px 0 10px;
letter-spacing:1px;
background-image: url('http://file.tmpblog.blog.shinobi.jp/pen_title_b.gif');
background-repeat : no-repeat;
background-position : center bottom;
}
/*--記事のカテゴリ名が記載されている部分--*/
.EntryCategory {
margin-left: 3px;
}
/*--記事へのコメントリンクが記載されている部分--*/
.EntryComment {
margin-left: 3px;
}
/*--記事へのトラックバックリンクが記載されている部分--*/
.EntryTrackback {
margin-left: 3px;
}

/*--PR用ブロック--*/
.EntryFootercm {
font-size : 10px;
color : #635347;
text-align : center;
padding : 2px 0px;
margin : 0 1px;
letter-spacing:1px;
}
.EntryInnerBlockcm {
width: 100%;
margin: 0;
padding: 0;
line-height: 140%;
text-align: left;
}


/*--//////記事内のその他の設定//////--*/
/*-- 引用文 --*/
blockquote {
margin: 5px 10px;
padding: 5px 10px;
color: #362F2D;
line-height: 140%;
border-top: 1px solid #DFDABD;
border-right: 1px solid #DFDABD;
border-bottom: 1px solid #DFDABD;
border-left: 7px solid #9E8B75;
background: #f6f4f1;
}

/*--飾り枠--*/
p.etext1 {
margin: 5px 10px;
padding: 5px 10px;
color: #362F2D;
line-height: 140%;
border: 1px solid #9E8B75;
background: #f6f4f1;
}

p.etext2 {
margin: 5px 10px;
padding: 5px 10px;
color: #362F2D;
line-height: 140%;
border: 1px dotted #9E8B75;
background: #f6f4f1;
}

/*--本文中リンクの設定--*/
div.EntryText a{
text-decoration: underline;
}

/*--記事内リストの表示--*/
div.EntryText li {
list-style-type: disc;
margin: 0 15px 0 20px;
}

/*--記事内画像--*/
div.EntryText img {
margin: 2px 5px;
padding: 5px;
border: 1px dotted #666;
background: #fafafa;
}

img.left {
vertical-align: top;
float:left;
clear:left;
}

/*--絵文字--*/
div.EntryText img.emoji {
margin: 0 1px;
padding:0;
background-color: transparent;
border: none;
}

/**************************************************************************************
インフォメーションエリア
**************************************************************************************/
.n {display:none}
.p11,.p22,.p33,.pNN {display:block}

td.aftitle{
width:180px;
text-align: left;
padding: 0 3px;
font-size:12px;
font-weight: bold;
vertical-align: top;
text-decoration: underline;
color:#AB4154;
}
td.af{
width:180px;
text-align: left;
padding: 0 3px;
font-size:10px;
font-weight: normal;
vertical-align: top;
color: #362F2D;
}
/**************************************************************************************
 ページナビ
**************************************************************************************/
/*--次の記事やHOMEへのリンク--*/
.PageLinkBlock{
text-align:center;
padding:10px;
font-size: 10px;
font-weight: bold;
}

/*--ページごとへのリンク--*/
.PageLinkBlock10{
text-align:center;
padding-top: 5px;
font-size: 10px;
}
/**************************************************************************************
コメント表示部分の設定
**************************************************************************************/
/*--コメント全体の設定--*/
.CommentBlock{
margin:0;
padding: 0;
width: 100%;
}

/*--コメントインフォメーション--*/
.commentinfo{
font-size: 10px;
line-height: 140%;
margin: 3px 30px 0 30px;
padding: 5px;
color: #362F2D;
background: #F3EEE4;
border: 1px dotted #362F2D;
}

/*--この記事にコメントする（Post your Comment）と書かれてる部分の設定--*/
.CommentMenuTitle{
text-align: left;
margin: 10px 0 0 20px;
font: bold 16px Georgia, Verdana, Helvetica, sans-serif;
}

/*--コメントのタイトル、コメント、コメント情報の全ての背景部分--*/
.CommentTextBox{
padding: 10px 30px;
text-align : left;
}

/*--コメントのタイトル部分--*/
.CommentTitle{
font-size:12px;
font-weight: bold;
margin: 0 0 5px 0;
}

/*--コメント内容部分--*/
.CommentText{
color : #635347;
font-size : 12px;
line-height: 150%;
}

/*--投稿者や投稿時間などが表示されている部分--*/
.CommentFooter{
text-align:right;
font-size: 10px;
padding:5px;
margin: 3px 0 0 0;
}
/*--投稿者名の部分--*/
.CommentUserName{
margin-left: 3px;
}
/*--投稿者のホームページへのリンク部分--*/
.CommentURL{
margin-left: 3px;
}
/*--投稿された時間が記載されている部分--*/
.CommentWriteDate{
margin-left: 3px;
}
/*--コメント編集へのリンク部分--*/
.CommentEdit{
margin-left: 5px;
}
/*--コメントを投稿するフォーム全体の設定--*/
.CommentFormBlock{
margin-bottom:20px;
padding: 20px 0;
text-align : left;
}
/*--コメントフォーム用テーブル--*/
.CommentFormTable{
margin: 0 auto 0 35px;
font-size: 12px;
}
/*--コメントフォームTHタグ設定--*/
.CommentFormTh{
padding-top:5px;
text-align:right;
}
/*--コメントフォームTDタグ設定--*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*--コメントフォーム送信ボタンのTDタグ設定--*/
.CommentFormSubmit{
text-align:left;
}

/*--inputタグやtextareaの設定--*/
.CommentForms{
width: 200px;
}
.CommentFormstext{
width: 250px;
}
.Commentpass{
width: 50px;
}
input.serb {
font-weight : bold;
font-size: 12px;
background: #F6F4F1;
}


/*-------------------------------------------------------
  コメント-管理者用返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding : 0;
margin : 0;
}

.CommentResBox {
padding : 20px 30px;
margin : 0px;
background-image : url('http://file.tmpblog.blog.shinobi.jp/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

.CommentResTitle {
font-size:12px;
font-weight: bold;
margin-bottom: 5px;
}

.CommentResText {
font-size : 12px;
line-height: 150%;
color : #635347;
text-align : left;
}

.CommentResFooter {
font-size: 10px;
margin: 3px 0 0 0;
padding: 2px;
text-align:right;
background: #eee;
}

/**************************************************************************************
  コメント編集部分の設定
**************************************************************************************/
/*--コメント編集ブロック--*/
.editBox{
padding: 10px 0;
text-align : left;
}
.editMenuTitle{
text-align: left;
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
padding-left: 20px;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*--トラックバック全体の設定--*/
.TrackbackBlock{
margin:0;
padding: 0;
width: 100%;
}

/*--トラックバックメニューのタイトル部分--*/
.TrackbackMenuTitle{
text-align: left;
margin: 10px 0 0 20px;
font: bold 16px Georgia, Verdana, Helvetica, sans-serif;
}

/*--トラックバックのタイトル、記事、リンク部分の総合設定--*/
.TrackbackTextBox{
padding: 10px 30px;
text-align : left;
background-image : url('http://file.tmpblog.blog.shinobi.jp/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}

/*--トラックバックタイトルの部分--*/
.TrackbackTitle{
font-size:12px;
font-weight: bold;
margin: 0 0 5px 0;
}

/*--トラックバックの記事部分--*/
.TrackbackText{
color : #635347;
font-size : 12px;
line-height: 150%;
}

/*--投稿されたブログ名やリンクなどを表示する部分の設定--*/
.TrackbackFooter{
text-align:right;
padding:5px;
font-size: 10px;
}
/*--トラックバック元のブログ名部分--*/
.TrackbackUserName{
margin-left: 3px;
}
/*--トラックバック元へのリンク部分--*/
.TrackbackFromURL{
margin-left: 3px;
}
/*--トラックバックされた日付部分--*/
.TrackbackWriteDate{
margin-left: 3px;
}
/*--この記事のトラックバック　と書かれた部分の設定--*/
.TrackbackURLTitle{
text-align: left;
padding: 10px 20px;
font-size: 12px;
background-image : url('http://file.tmpblog.blog.shinobi.jp/dot_y.gif');
background-repeat : repeat-x;
background-position : center bottom;
}
/*--トラックバックする為のURLが記載されているフォーム部分の設定--*/
#TrackbackURL{
width: 200px;
background: #F6F4F1;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*--カレンダー日付移動用テーブル（前月、次月へのリンクなど）--*/
.CalendarMoveTable {
padding:3px;
width:80%;
font-size: 10px;
margin: 0 auto;
}
.CalendarMoveTable a {
font-weight: bold;
}
/*--カレンダー日付移動用テーブル、<tr>タグ部分のデザイン--*/
.CalendarMoveTr {
}
/*--カレンダー日付移動用テーブル内、左側td部分のデザイン--*/
.CalendarPrevTd {
}
/*--カレンダー日付移動用テーブル内、中央td部分のデザイン--*/
.CalendarNowTd {
}
/*--カレンダー日付移動用テーブル内、右側td部分のデザイン--*/
.CalendarNextTd {
}
/*--カレンダー表示用テーブル--*/
.CalendarTable {
width:80%;
padding:3px;
font-size: 10px;
margin: 0 auto;
}

/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
}

/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
font-weight: bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}


/*-- フィード --*/
div.feedburnerFeedBlock{
height: 300px;
overflow: auto;
padding: 0 10px 0 0;
}
div.feedburnerFeedBlock p.date{
font-weight : bold;
padding-left: 13px;
}
span.headline{
font-weight : bold;
padding-left: 13px;
display:block;
}
div.feedburnerFeedBlock ul li{
padding: 5px 0;
border-bottom: 1px dotted #ccc;
}



/*-- ドリコム --*/
div.drecom br{
line-height: 1px;
}
span.drecomrss_blog_list_category{
font-weight:bold;
display:block;
letter-spacing: 1px;
margin: 0;
padding: 1px;
background: #eee;
}
span.drecomrss_blog_list_item{
display:block;
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 130%;
border-bottom: 1px dotted #ccc;
background-image: url('http://file.tmpblog.blog.shinobi.jp/dot_li2.gif');
background-repeat: no-repeat;
background-position: left top;
}
span.drecomrss_blog_list_powered{
display:block;
margin-top: 5px;
}


/*-- ListMeメニュー --*/
select.listme {
font-size:12px;
color:#362F2D;
background:#D0B0A2;
border: 1px solid #362F2D;
margin: 0;
}

/*-- ListMeボタン --*/
.listme_sub {
font-size:12px;
color:#362F2D;
background:#D0B0A2;
border: 1px solid #362F2D;
font-weight: bold;
}

/* ブログピープル用 */
/*
div.blogpeople-main{
height: 300px;
overflow: auto;
padding: 0 10px 0 0;
}
*/
div.blogpeople-main p { 
margin:10px 0;
}
div.blogpeople-main p a {
padding:2px 0 0 1em;
line-height: 130%;
}
span.blogpeople-linklist {
display:block;
font-weight:bold;
background-color:#D8D3B0;
background-image: url('http://file.tmpblog.blog.shinobi.jp/maybody_200610.gif');
}

#AR p, #RE p, #CA p, #LK p, #RT p, #RC p{
margin: 0;
padding: 2px 0 0 13px;
font-size: 10px;
line-height: 120%;
background-image: url('http://file.tmpblog.blog.shinobi.jp/dot_li2.gif');
background-repeat: no-repeat;
background-position: left top;
} 

.new {color:red; font-weight:bolder; margin:0 0 0 -1px; vertical-align:top;}

div#bottommailbox{
text-align: center;
margin:0;
padding:0;
}

div#bottommail {
text-align: center;
width:80%;
color:#666;
margin:0 auto 3px auto;
font-size:10px;
padding: 10px;
border:1px solid #ccc;
background:
#eee;
}
div#bottommail div.main br{
line-height: 1px;
}
/*--一行テキストエリア--*/
div#bottommail div.main input {
margin :1px;
background: #fff;
border : 1px solid #666;
font-size: 13px;
color: #666;
width: 70%;
}

/*--テキストエリア--*/
div#bottommail div.main textarea {
margin :1px;
background: #fff;
border : 1px solid #666;
font-size: 13px;
line-height: 130%;
color: #666;
width: 80%;
height:100px;
}
/*--送信ボタン--*/
div#bottommail div.main input.submit_button {
color: #fff;
margin : 0;
background: #666;
font-weight : bold;
font-size: 10px;
border : 1px solid #666;
width: 80px;
line-height: 100%;
}

/*--サイドバーメールフォーム用--*/

div#sidemail div.main br {
line-height: 1px;
}

/*--一行テキストエリア--*/
div#sidemail div.main input {
margin :1px 0;
background: #fafafa;
border : 1px dotted #534741;
font-size: 13px;
color: #534741;
width: 100%;
}

div#sidemail div.main{
margin:0 auto;
padding:0;
border: none;
font-size:10px;
line-height: 120%;
width:90%;
background-color: transparent;
background-image: none;
}

/*--テキストエリア--*/
div#sidemail div.main textarea {
margin :1px 0;
background: #fafafa;
border : 1px dotted #534741;
font-size: 13px;
line-height: 130%;
color: #534741;
width: 100%;
height:80px;
}
/*--送信ボタン--*/
div#sidemail div.main input.submit_button {
color: #fff;
margin : 0;
background: #534741;
font-weight : bold;
font-size: 10px;
border : 1px solid #534741;
width: 50px;
line-height: 100%;
}

/*--画像にする--*/
div#sidemail div.name_right{
padding-top:9px;
background-image: url('http://file.tmpblog.blog.shinobi.jp/simple_name2.gif');
background-repeat: no-repeat;
background-position: left top;
}
div#sidemail div.mail_right{
padding-top:9px;
background-image: url('http://file.tmpblog.blog.shinobi.jp/simple_mail2.gif');
background-repeat: no-repeat;
background-position: left top;
}
div#sidemail div.url_right{
padding-top:9px;
background-image: url('http://file.tmpblog.blog.shinobi.jp/simple_url.gif');
background-repeat: no-repeat;
background-position: left top;
}
div#sidemail div.textarea_right{
padding-top:9px;
background-image: url('http://file.tmpblog.blog.shinobi.jp/simple_messe2.gif');
background-repeat: no-repeat;
background-position: left top;
}

div#sidemail div.title_right{
padding-top:9px;
background-image: url('http://file.tmpblog.blog.shinobi.jp/simple_title.gif');
background-repeat: no-repeat;
background-position: left top;
}
div#sidemail div.name_left,div#sidemail div.mail_left,div#sidemail div.url_left,div#sidemail div.title_left,div#sidemail div.textarea_left{
display:none;
}

/*inow*/
h2.ik-title{
font-size: 10px;
font-weight: bold;
}


/* リスト内のリンクの下線を消す */
div#linkpage a {
text-decoration: none;
}
/* リストの段組 */
div#linkpage {
width: 100%;
}
div#linkpage dl {
width: 220px;
float: left;
}
/* 見出し */
div#linkpage dl dt {
padding:0 0.2em;
font-weight: bold;
border-bottom: 1px dotted #CBB593;
}
/* 内部の余白 */
div#linkpage dl dd {
margin: 1em;
}
/* リンクの高さとスクロール */
div#linkpage div.blist {
margin: 0 auto;
height: 200px;
overflow: auto;
font-size: 11px;
line-height: 130%;
}
div#linkpage img{
margin: 0 1px;
padding:0;
background-color: transparent;
border: none;
}
div#linkpage li {
list-style-type:none;
margin: 0 2px 0 0;
padding: 0;
}


/*RSS*/
div.rss_box {display:inline;}
ul.rss_items {display:inline;margin:0px;padding:0px;}
li.rss_item {background-image:none !important;display:inline;padding:0px !important;text-align:left;}
li.rss_item a.rss_item {letter-spacing:3px;}
div.rss_item {display:block;text-align:left;}

/*\*//*/
textarea,input,select{
font-family:Osaka;
} 
/**/