@charset "UTF-8";

/*全体に関する設定*/
* {margin : 0;padding : 0;}
li {list-style-type:none;}
br { letter-spacing : normal; }

body {
text-align: center;
font-family: Verdana, Helvetica, sans-serif;
background-color: #F8F8EC;
background-image: url(http://bfile.shinobi.jp/1562/usa_body.gif);
color: #666;
font-size: 12px;
}

/*テーブル用*/
td {text-align:center;}
table{border-collapse: collapse;}

/*-- リンク --*/
a {text-decoration: none;}
a:link {color: #666;}
a:visited {color:#666;}
a:active { color: #666;}
a:hover {color:#eee;}


/*レイアウト用ボックス*/
div#wrapper {
text-align: left;
width : 1230px;
margin:0 auto;
}

#mainBlock {
width: 980px;
text-align: left;
float : left;
overflow:hidden;
}

/*テキスト左寄せ*/
.left {text-align:left;}
/*テキスト中央寄せ*/
.center {text-align:center;}
/*テキスト右寄せ*/
.right {text-align:right;}

/**************************************************************************************
ヘッダーーブロック用デザイン
**************************************************************************************/
#TopBlock {
text-align : left;
margin: 25px 20px;
}
/*ページタイトル文字部分の設定*/

#TopBlock h1 a:link {color: #999;}
#TopBlock h1 a:visited {color: #999;}
#TopBlock h1 a:hover {color: #D9C37A; text-decoration: none;}
#TopBlock h1 a:active {color: #999;}

/*ブログタイトルの設定*/
#TopBlock h1 {
letter-spacing: 1px;
font: bold 24px Georgia, Verdana, Helvetica, sans-serif;
}

/*ブログの説明文*/
#TopExplanation {
font-size: 13px;
font-weight:normal;
color: #42253D;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
text-align: center;
margin: 20px 0 10px 0;
font-size: 10px;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/

/*--左メニュー--*/
.PluginBlock {
width: 230px;
text-align: left;
float:left;
overflow:hidden;
padding: 403px 0 0 0;
color: #FBF3E1;
background-image:
url(http://i393.photobucket.com/albums/pp16/twoherb/usa_tops.gif);
background-repeat : no-repeat;
background-position : top center;
}

/*--右メニュー--*/
div#sidebar2 {
float:right;
width: 250px;
overflow: hidden;
padding: 0 0 60px 0;
color: #FBF3E1;
background-image:
url(http://i393.photobucket.com/albums/pp16/twoherb/usagi3_right.gif);
background-repeat : no-repeat;
background-position : bottom left;
}

/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
font: bold 13px "Trebuchet MS", Monaco, sans-serif;
letter-spacing: 1px;
color: #42253D;
padding: 5px 5px 5px 20px;
background: #CBB593;
background-image: url(http://bfile.shinobi.jp/1562/usa_body.gif);
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
font-size : 10px;
padding : 0 15px;
background: #CBB593;
}

/*プラグインが表示される場所の設定*/
.PluginContents {
font-size : 12px;
padding : 5px 15px 10px 15px;
background: #CBB593;
}
div.plugin_data {
font-size : 12px;
padding : 0 15px;
background: #CBB593;
}

/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
text-align:right;
}

/*プラグイン内のリンク*/
.PluginContents a:link {color: #FBF3E1;}
.PluginContents a:visited {color: #FBF3E1;}
.PluginContents a:hover {color: #5B563D;}
.PluginContents a:active {color: #FBF3E1;}


/*--//////////////// オマケ ///////////////////--*/

/*--サイドバーに忍者式メルフォームを設置する場合の整形＆装飾。デザイン設定で「自作CSS使用の場合のみ有効」です--*/
div.PluginContents div.main br{
line-height: 1px;
}
div.PluginContents div.main input{
width: 90%;
padding: 0 2px;
background:#F2F0E6;
}
div.PluginContents div.main textarea{
width: 90%;
padding: 0 2px;
background:#F2F0E6;
}
div.PluginContents div.main input.submit_button{
width: 50px;
margin-bottom: 3px;
border: 1px solid #42253D;
background: #42253D;
color: #FBF3E1;
}
/*--///// オマケオワリ /////--*/

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 750px;
float:right;
text-align: left;
}

/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
text-align: left;
margin: 10px 15px;
background-image: url(http://bfile.shinobi.jp/1562/usa_en.gif);
border-right: 1px solid #D9C37A;
border-bottom: 1px solid #D9C37A;
}

/*各記事タイトル部分の設定*/
.EntryTitle {
}

.EntryTitle h2{
height: 25px;
font-size: 15px;
color: #83856B;
font-weight: bold;
padding: 7px 30px 0 28px;
margin-left: 20px;
font-size: 15px;
background-image: url(http://bfile.shinobi.jp/1562/usa_entitle.gif);
background-repeat : no-repeat;
background-position : left center;
}

.EntryTitle h2 a:link {color: #83856B;}
.EntryTitle h2 a:visited {color: #83856B;}
.EntryTitle h2 a:hover {color: #eee; text-decoration: none;}
.EntryTitle h2 a:active {color: #83856B;}


/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
padding: 20px 15px 5px 15px;
}

/*記事本文が記載される部分*/
.EntryText {
padding: 0 10px;
font-size: 12px;
line-height: 20px;
color: #83856B;
background-image: url(http://bfile.shinobi.jp/1562/usa_entry2.gif);
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px 0 0 0;
text-align: right;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding: 10px;
}

/*記事を投稿した日が記載されている部分*/
.entryday {
text-align : left;
padding : 15px 0 10px 20px;
font: bold 21px Georgia, Verdana, Helvetica, sans-serif;
color: #D9C37A;
line-height: 80%;
}
.entryday p {
font-size: 12px;
}

/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: left;
}

/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
font-size: 10px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
font-size: 10px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
font-size: 10px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
font-size: 10px;
font-weight : bold;
}

/*-- 引用文 --*/
blockquote {
padding: 0 10px;
color: #83856B;
line-height: 20px;
background: #F3E1AF;
background-image: url(http://bfile.shinobi.jp/1562/usa_entry2.gif)
}

/*--本文中リンクの設定--*/
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 solid #666;
background: #fff;
}

/*--絵文字--*/
div.EntryText img.emoji {
margin: 0 1px;
padding:0;
background-color: transparent;
border: none;
}

/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
text-align: left;
margin: 10px 15px;
}

/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
margin-top: 20px;
padding: 10px 15px 0 15px;
color: #83856B;
background-image: url(http://bfile.shinobi.jp/1562/usa_en.gif);
border-right: 1px solid #D9C37A;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
font-size: 12px;
line-height: 140%;
margin-bottom: 10px;
padding: 10px 15px;
color: #83856B;
background-image: url(http://bfile.shinobi.jp/1562/usa_en.gif);
border-right: 1px solid #D9C37A;
border-bottom: 1px solid #D9C37A;
}

/*コメントのタイトル部分*/
.CommentTitle{
font-size: 12px;
line-height: 130%;
padding: 0 15px;
color: #83856B;
font: bold 13px Georgia, Verdana, Helvetica, sans-serif;
}

/*コメント部分*/
.CommentText{
font-size: 12px;
line-height: 140%;
padding: 20px 15px;
color: #83856B;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
font-size: 10px;
line-height: 120%;
padding: 0 15px;
color: #83856B;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
text-align:right;
font-size: 10px;
line-height: 120%;
color: #83856B;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
font-size: 12px;
line-height: 130%;
margin-bottom: 20px;
padding: 20px 15px;
color: #83856B;
background-image: url(http://bfile.shinobi.jp/1562/usa_en.gif);
border-right: 1px solid #D9C37A;
border-bottom: 1px solid #D9C37A;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
font-size: 12px;
text-align:right;
padding: 0 2px;
color: #83856B;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:2px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
width:200px;
}

/*-- フォーム --*/
input {
margin :1px;
background: #f5f5f5;
border : 1px solid #83856B;
font-size: 12px;
color: #83856B;
}
textarea {
margin :1px;
background: #f5f5f5;
border : 1px solid #83856B;
font-size: 12px;
color: #83856B;
}

/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
text-align: left;
margin: 10px 15px;
background-image: url(http://bfile.shinobi.jp/1562/usa_en.gif);
border-right: 1px solid #D9C37A;
border-bottom: 1px solid #D9C37A;
}

/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
font: bold 14px Georgia, Verdana, Helvetica, sans-serif;
padding: 20px 15px;
color: #83856B;
}

/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
font-size: 12px;
line-height: 20px;
padding: 0 15px;
color: #83856B;
}

/*トラックバックタイトルの部分*/
.TrackbackTitle{
font-size: 12px;
line-height: 20px;
padding: 20px 15px 0 15px;
color: #83856B;
}

/*トラックバックの記事部分*/
.TrackbackText{
line-height:140%;
font-size: 12px;
padding: 10px 15px;
color: #83856B;
}

/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
line-height:140%;
font-size: 12px;
padding: 3px 15px;
color: #83856B;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
font-size: 12px;
line-height: 130%;
padding: 0 15px;
color: #83856B;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
font-size: 12px;
line-height: 130%;
padding: 0 15px;
color: #83856B;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
font-size: 10px;
line-height: 130%;
padding: 0 15px;
color: #83856B;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
font-size: 12px;
line-height: 130%;
padding: 20px 15px;
color: #83856B;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
#TrackbackURL{
width: 250px;
}

/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
font-size: 11px;
margin: 0 auto;
font-weight: bold;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
margin: 0 auto;
padding:3px;
font-size: 11px;
}
/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<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 {
font-weight: bold;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
padding:10px;
}

.CommentResBox {
font-size: 12px;
line-height: 140%;
margin-bottom: 10px;
padding: 10px 15px;
color: #83856B;
background-image: url(http://bfile.shinobi.jp/1562/usa_en.gif);
border: 1px solid #D9C37A;
}

.CommentResTitle {
font-size:12px;
font-weight: bold;
}

.CommentResText {
padding:10px 0px 0px 10px;
}

.CommentResFooter {
text-align:right;
font-size: 10px;
margin:0;
border-top:1px dotted #D9C37A;

}