/*********************************************************/
/*
2015年02月　修正版
■テンプレートをＤＬしていただき
ありがとうございます！！
カスタマイズの規約は
このスタイルシート最下部をごらん下さい。
カスタマイズをする場合はコピーを作成してから
行って下さい。
変更しやすい箇所に★★～★★★がついていますので
探す目安にして下さい。
*/
/*********************************************************/





/* 画面全体 */
body {
/* ----------------------------------------------------- */
    background-color: #ffffff;   /* ★★画面背景の色や壁紙設定 */

background-image:url("");

font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;








  

 /* 画面背景の色 */
/* ----------------------------------------------------- */
    margin: 0;
    text-align: center;
}

/* サイト全体 */

.base_table {
/* ----------------------------------------------------- */
    width: 60%;                         
 
/* ------------------↑★★サイトの幅★★
60%はブラウザサイズ（ＰＣ画面）に合わせて可変する
リキッドレイアウトです。
固定にしたい場合はwidth: 60em（数値は自分で）にして下さい------------------ */


/* ----------------------------------------------------- */
    background-color: #ffffff;               /* 外枠の色 */
/* ----------------------------------------------------- */
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}


/**************** ▼ ★★★リンクの文字の色（#87553eは茶色#ff9900は灰色）  ▼ */
a:link { color:#87553e ;text-decoration:none; }
a:visited { color:#87553e ;text-decoration:none; }
a:hover { color:  #ff9900; text-decoration:underline;}
a:active { color:  #ff9900;text-decoration:none; }
/***************************** ▲ リンクの色 ▲ */



/***************** ▼ ヘッダーＴＯＰ(タイトル部) ▼ */
/* ヘッダーレイアウト */
#header {
/* ----------------------------------------------------- */
    background: #ffffff;             /* ヘッダー背景の色 */
/* ----------------------------------------------------- */
    text-align: left;
    height:270px; /* ★★★背景画像の高さ。　画像を変える場合変更　　 */
}
/* ブログタイトル */
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
/* ----------------------------------------------------- */
    color:#87553e;                       /* ★★ブログタイトルの色（#87553eは茶色） */
/* ----------------------------------------------------- */
    text-decoration:none;

 margin: 60px;

}
h1 {
/* ----------------------------------------------------- */
    font-size: 2.0em;                /* ★★ブログタイトルの大きさ */
/* ----------------------------------------------------- */
    text-decoration:none;
    　margin:0px 0px 0px 60px;　

}

/* サブタイトル(ブログ説明) */
h2 {
/* ----------------------------------------------------- */
    color: #555555;                  /* ★★サブタイトルの色 */
/* ----------------------------------------------------- */
    font-size: 0.8em;            /* ★★サブタイトルの大きさ */
/* ----------------------------------------------------- */
    font-weight: bold;normal;
    margin:0px 450px 0px 60px;　



　　}
/**************************** ▲ ヘッダー(タイトル部) ▲ */



/****************** ▼▼ メインボディ(コンテンツ部) ▼▼ */
/* メインボディ */
#main_body {
/* ----------------------------------------------------- */
    background-color: #ffffff;         /* ボディ背景の色 */
/* ----------------------------------------------------- */
}

/****************** ▼ エントリーブロック(中央カラム) ▼ */
/* センターブロックレイアウト */
.center_block {
    width: 100%;
    text-align: left;
}
/* エントリー（記事）タイトル */
h3 a:link,h3 a:visited,h3 a:active,h3 {



/* ----------------------------------------------------- */
    color:6c4f41;                   /* ★★記事タイトルの色 */
/* ----------------------------------------------------- */
    text-decoration:none;
}
h3 a:hover{
/* ----------------------------------------------------- */
    color:#333333; /* 記事タイトルの色(マウスが乗った時) */
/* ----------------------------------------------------- */
    text-decoration:none;
}

h3 {
/* ------------肉球のアイコン（変更不可）----------------------------------- */
    background:#ffffff;       
background: url(http://blog-imgs-52.fc2.com/j/u/n/junnbichuu/ude.gif
)  no-repeat ;



  /* 記事タイトル背景の色 */
/* ----------------------------------------------------- */
    border-top: #999999 1px dashed;solid;       /* 飾りの色(上) */
    border-left: #999999 1px dashed;solid;     /* 飾りの色(左) */
    border-right: #999999 1px dashed;solid;     /* 飾りの色(右) */
    border-bottom: #999999 1px dashed;   /* 飾りの色(下) */
/* ----------------------------------------------------- */
    font-size: 1.2em;        /* ★★記事タイトル文字の大きさ */
/* ----------------------------------------------------- */
    text-decoration:none;
    padding: 1em 1em 1em 3em;
    margin: 0px;
}
/* エントリー(記事)スタイル */
.article {
/* ----------------------------------------------------- */
    color: #555555;        /* ★★★エントリー(記事)の文字の色 */
/* ----------------------------------------------------- */
    font-size: 80%;    /* ★★★エントリー(記事)の文字の大きさ */
/* ----------------------------------------------------- */
    border-top: #f0f0f0 0px solid;       /* 飾りの色(上) */
    border-left: #999999 1px dashed;solid;     /* 飾りの色(左) */
    border-right: #999999 1px dashed;solid;     /* 飾りの色(右) */
    border-bottom: #999999 1px dashed;solid;    /* 飾りの色(下) */
 /* ↑エントリー(記事)の外枠(#999999灰色） */




/* ----------------------------------------------------- */
    padding: 10px 1em 0;
    line-height: 1.3;
    margin-bottom: 2em;
}
.article hr {
    color: #dddddd; /* 追記を分ける罫線の色 */
}
/* エントリー(記事)ナビゲーション */
.bottom_navi {
    text-align: right;
    margin-top:8px;
    padding: 5px;
    border-top: #dddddd 1px solid /* 記事下ナビ区切り線 */
}
/* コメントナビゲーション */
.comment_navi {
    text-align: right;
    margin-top:8px;
    margin-bottom: 20px;
    padding: 5px;
    border-top: #dddddd 1px solid; /* 記事下ナビ区切り線 */
}

/* ページナビゲーション */
.page_navi {
    font-size: 75%;
    text-align: center;
    margin: 2em;
}
/****************** ▲ エントリーブロック(中央カラム) ▲ */



/********* ▼ メニューブロック (プラグインカテゴリ３　) ▼ */
/* メニュータイトル */
.menu_title3 {

 /* ----------------------------------------------------- */
    color:6c4f41;               /* ★★ニュータイトルの色 */
/* ----------------------------------------------------- */
    background: #ffffff;         /* メニュータイトル背景 */
/* ----------------------------------------------------- */
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.3em 1em;
    margin: 0;
}

/* メニューコンテンツ */
.menu_cont3 {

/* ----------------------------------------------------- */
    color: #555555;      /* ★メニューコンテンツの文字の色 */
/* ----------------------------------------------------- */
    font-size: 75%;  /* ★メニューコンテンツの文字の大きさ */
/* ----------------------------------------------------- */
    margin: 0;
    padding: 0 1em;
    line-height: 1.3;
}
.menu_outline3 {
    border: #cccccc 0px solid;               /* 外枠の色 */
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:10px;
margin-bottom:10px;
}
/* プラグイン3コンテンツ上下の余白 */
.p3_margin {
margin-top:10px;
margin-bottom:10px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:10px;
margin-bottom:10px;
}
/********* ▲ メニューブロック (プラグインカテゴリ３) ▲ */



/** ▼ メニューブロック (プラグインカテゴリ１&２共通　) ▼ */
/* メニュータイトル */
.menu_title {
/* ----------------------------------------------------- */
    color:#6c4f41;               /* ★★メニュータイトルの色 */
/* ----------------------------------------------------- */
    background : 　#fff　　　;  /* メニュータイトル背景　　　 */
/* ----------------------------------------------------- */
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.3em 1em;
    margin: 0;
}

/* メニューコンテンツ */
.menu_cont {
/* ----------------------------------------------------- */
    color: #555555;      /* ★★メニューコンテンツの文字の色 */
/* ----------------------------------------------------- */
    font-size: 75%;  /* ★★メニューコンテンツの文字の大きさ */
/* ----------------------------------------------------- */
    margin: 0;
    padding: 0 1em;
    line-height: 130%;
}
/* プラグイン1&2説明(上部) */
.pu_description {
margin-top:10px;
margin-bottom:10px;
}
/* プラグイン1&2コンテンツ上下の余白 */
.p_margin {
margin-top:10px;
margin-bottom:10px;
}
/* プラグイン1&2説明(下部) */
.pd_description {
margin-top:5px;
margin-bottom:5px;
}
/** ▲ メニューブロック (プラグインカテゴリ１&２共通) ▲ */



/********************** ▼ レフトカラム(左側メニュー) ▼ */
/* レフトカラム(左側メニューカラム)の外枠 */
.left_outline {
/* ----------------------------------------------------- */
    border: 0px #999999 dashed; solid; /* レフトカラムの外枠の色 */
/* ----------------------------------------------------- */
    padding: 0;
}
.left_width {
/* ----------------------------------------------------- */
    width: 11em;       /* ★★★★レフトカラム(左側メニュー)の幅 11emは固定幅。可変にする場合は11%（数値は各自）---------------- */
/* ----------------------------------------------------- */
    visibility: hidden;


}
/********************** ▲ レフトカラム(左側メニュー) ▲ */



/********************** ▼ ライトカラム(右側メニュー) ▼ */
/* ライトカラム(右側メニューカラム)の外枠 */
.right_outline {
/* ----------------------------------------------------- */
    border: 0px #cccccc solid; /* ライトカラムの外枠の色 */
/* ----------------------------------------------------- */
    padding: 0;
}
.right_width {
/* ----------------------------------------------------- */
    width: 11em;       /*　★★★★ライトカラム(右側メニュー)の幅 11emは固定幅。可変にする場合は11%（数値は各自　*/
/* ----------------------------------------------------- */
    visibility: hidden;
}

/********************** ▲ ライトカラム(右側メニュー) ▲ */

/****************** ▲▲ メインボディ(コンテンツ部) ▲▲ */



/**************************************** ▼ フッター ▼ */
#footer {
/* ----------------------------------------------------- */
    background-color: #fff;     /* フッターの背景の色 */
/* ----------------------------------------------------- */
    color: #999;                /* フッターの文字の色 */
/* ----------------------------------------------------- */
    font-size: 75%;
    padding: 5px;
    text-align: center;
    line-height: 150%;
}
#footer a{
/* ----------------------------------------------------- */
    color: #999;              /* フッターのリンクの色 */
/* ----------------------------------------------------- */
}
/**************************************** ▲ フッター ▲ */



/* その他各種設定 */
p {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0 0 0 1em;
}
li {
    margin: 0 0 3px 0;
    }





/* コメント入力文字サイズ */
textarea {
    font-size: 1em;
}

/* カレンダー */
.calender {
    color:#666;
    font-size: 110%;
    margin: 1em 0.8em 0;
}
.calender td {
	text-align: center;
}
th#sun {
    color: #CC3300;
}
th#sat {
    color: #0066CC;
}

/* 続きを読む・閉じる */
.readmore {
    margin-top: 10px;
}
.readclose {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 引用部分 */
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#cccccc 1px solid; /* 枠線 */
border-left:#cccccc 5px solid; /* 枠線(左) */
}


/*  カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* ブックマーク 拍手 */
.fc2_footer {
margin-top:20px; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#sitemap ul.sitemap_list {
margin-left:30px; /* 各記事リストの左余白 */
}

.display_no {
display:none;
}

/* カテゴリ一覧へ戻る */
.pgtop {
text-align:right; /* 右寄せ */
}
/* ▲ サイトマップ ▲ */


/* プラグインの文字配置 */
.ta_left { text-align: left }
.ta_right { text-align: right }
.ta_center { text-align: center }

/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}

/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}

/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}

/* プラグイン内入力欄の幅設定 */
.left_outline input[type="text"],
.right_outline input[type="text"],
.left_outline textarea,
.right_outline textarea {
width: 90%;
}

/* ▼ FC2バトンのスタイル ▼ */

/* 質問番号(Q) */
.q_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 質問本文 */
.baton_q {
margin-bottom:5px; /* 答えまでの余白 */
}

/* 答え番号(A) */
.a_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 答え本文 */
.baton_a {
margin-left: 0px;
padding-bottom:2px; /* 罫線までの余白 */
border-bottom: dotted 1px #cccccc; /* 罫線 */
margin-bottom: 20px; /* 次の質問までの余白 */
}

/* ▲ FC2バトンのスタイル ▲ */



/* ★★★★TOPタイトル背景画像 　　寝ている猫*/
#header {
background: #ffffff; 



background-image: url(http://blog-imgs-42.fc2.com/j/u/n/junnbichuu/neruneko-top1.gif);

 
background-repeat: no-repeat; /* 繰り返し表示の有無 */
background-position:  bottom  right; /* 表示位置 */


}
/* 横カレンダー */
.line_calendar {
font-size:10pt; /* 文字の大きさ */
color:#cccccc; /* 文字の色 */
margin-bottom:10px; /* カレンダー下の間隔 */
text-align:center;
}
.line_cal_day {
margin-left:3px; /* 日付の間隔(左) */
margin-right:3px; /* 日付の間隔(右) */
}



img {
    border-style:none;
}


img.emoji { 
margin-bottom:-2pt;
padding:0;
border:0; 
} 







/* ★★★★スクロールバー */

html {
scrollbar-face-color: #eadbc9 ; /* 表面の色 */
scrollbar-arrow-color: #87553e ; /* 矢印の色 */
scrollbar-3dlight-color: #ffffff; /* 外枠(上・左) */
scrollbar-darkshadow-color: #ffffff; /* 外枠(下・右) */
scrollbar-highlight-color: #ffffff; /* 内枠(上・左) */
scrollbar-shadow-color: #ffffff; /* 内枠(下・右) */
scrollbar-track-color: #ffffff; /* トラック(背景)の色 */
}








/*********************************************************/
/*

■テンプレートをＤＬしていただき
ありがとうございます！！

文字の大きさや色などのカスタマイズは
元のデザインを損なわない程度であれば
ご自由にどうぞ＾＾。壁紙もご自由に。
トップ画像を自分の好きな写真に変更ＯＫ（イラストへの変更は不可）
フッター画像（一番下のエリアの猫のイラスト）、
作成者表示などの変更、削除は絶対禁止です。
また、テンプレ内の画像を他のテンプレで使用、
自分のブログ、HPに転載、
などはご遠慮下さい。
違反者を見つけた場合は即刻通報致します。


トップ画像の高さは270ｐｘになっているので
差し替える場合は各自調整して下さい。



■ねこイラスト、アイコン、壁紙作成、
デザインリニューアル者→
「仮風呂。」ななおん
http://junnbichuu.blog83.fc2.com/
猫素材やウェブ拍手で使えるフリー素材も配布中☆


■再配布禁止
テンプレ内のイラスト、
素材そのものの著作権はななおんに帰属します。
詳細なサポートはしていませんので
表示がおかしいという方は自力でがんばっ！
↓下記サイト様でかなり詳しいカスタマイズ方法が
わかりやすくのっていますので
是非参考にしてみて下さい。


■元になっているテンプレート配布元
→ FC2ブログのテンプレート工房様　　standardシリーズ
[standard_ver.10.1]  (http://10plate.blog44.fc2.com/)
*/
/*********************************************************/

