/* ブラウザのデフォルトに依存しないように全てのマージンとパディングを0にしています */
* {
  margin: 0;
  padding: 0;
}

/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
  scrollbar-face-color: #FFD4D8; /* バーの色 */
  scrollbar-3dlight-color: #ffffff; /* 左上外側ライン */
  scrollbar-highlight-color: #ffc3cc; /* 左上内側ライン */
  scrollbar-shadow-color: #ffc3cc; /* 右下内側ライン */
  scrollbar-darkshadow-color: #ffffff; /* 右下外側ライン */
  scrollbar-arrow-color: #ffffff; /* 矢印 */
  scrollbar-track-color: #ffffff; /* トラック部分 */
}

/* ボディ */
body{     
          margin-bottom:0px ;
  /* サイト内の文字の設定をしています */
  text-align: left; /* 文字を左に設定 */
  line-height: 2.0; /* 文字間隔 */
  font-size: 11px; /* 文字サイズ */
  font-family: 'Norican', Lucida Grande, Meiryo, 'ＭＳ Ｐゴシック'; /* 文字種類 */
  color: #ff99cc; /* 文字色 */
        
  /* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
  background: url(https://blog-imgs-30-origin.fc2.com/s/u/s/susieq/back_dot14.gif) #E8EEF2;

}




/* リンク文字 */
a {
  text-decoration: none; /* 下線なし */
  color: #E0B4F4; /* 文字色 */
}


/* カーソルを置いたときのリンク文字 */
a:hover {
         color : #fff;
  background-color : #E8D4FF;
}


/* イメージにリンクを貼ったときの設定 */
a img {
  border : none; /* 線無し */
         
}

/*　文字間隔指定の際に発生するＩＥのバグ対策です　*/
br { letter-spacing : normal;

}

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
  color: #FF9BD1; /* 文字色 */
  font-family: Meiryo, 'ＭＳ Ｐゴシック';
  border: none; /* 線の色 */
  font-size:11px; /*文字の大きさ*/
  background:url("https://blog-imgs-30-origin.fc2.com/s/u/s/susieq/back_dot11.gif");
}

/* テーブルセル全般の文字設定 */
th,td {
  vertical-align: top; /* 上寄せ */
}

/* 絵文字 */
img.emoji {
  vertical-align: middle; /* 上寄せ */
  border: 0; /* 線無し */
}




/*レイアウト設定----------------------------------------------*/


/* 外枠 */
#container {
  
  width: 710px; /* 外枠の幅 */
  height: 100%;
  margin:0 auto; /* 中央に設定 */

  /* 背景を設定しています。外枠内に画像を入れたい場合は、backgroundのurl()内の画像の参照先を設定してください */
  background: url() #ffc3cc;
}


/* ヘッダー部分 */
#header {  
  width : 710px; /* ヘッダー部分の幅 */
  height: 200px; /* 高さを設定します */
  
/* トップ画像を変えたい場合は、backgroundのurl()内の画像の参照先を変更してください */
  background: url(https://blog-imgs-30-origin.fc2.com/s/u/s/susieq/CAKECAKECAKE.gif) #ffc3cc right top no-repeat;
}


/* 右メニューにしたい場合はメニュー部分（#menu）のleftをrightに、記事部分（#main）のrightをleftにしてください */

/* メニュー部分 */
#menu {
  float : left; /* 左寄せ */
  /* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
  background: #ffc3cc;
        
}

/* 記事部分 */
#main {
  float : right; /* 右寄せ */
   /*letter-spacing: 0px;*/
   min-height:800px;      

  /* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
  background: #ffc3cc;
}




/* フッター部分 */
#footer {
  width : 710px; /* フッター部分の幅 */
           clear : both; /* 回り込み解除 */
  height:191px;
  margin-top: 40px; /* 上との間隔を開けています */
  text-align: center; /* 文字を中央に設定 */
  /* 背景を設定しています。画像を入れたい場合は、backgroundのurl()内の画像の参照先を変更してください */
  background: url(https://blog-imgs-30-origin.fc2.com/s/u/s/susieq/CAKECAKECAKE_f.gif) #FFD4D8;
}




/*タイトル設定------------------------------------------------*/


/* ブログタイトル */
.blog_title {
  padding-top:25px;
  font-size: 28px; /* 文字サイズ */
　　font-family: 'Norican', cursive, Meiryo, メイリオ;
                    }

/* ブログタイトルリンク */
.blog_title a {
  text-decoration: none; /* 下線無し */
  color: #FFA4B0; /* 文字色 */
}



/* サブタイトル */
.sub_title {

   color: #FFA4B0; /* 文字色 */
}




/*メニュー部分設定--------------------------------------------*/


/* メニュー囲み */
.menu_block {
  width : 170px; /* メニューの枠の幅 */
  margin: 10px; /* 上右下左に間隔を取っています */
　　　　 line-height: 1.8; /* 文字間隔 */
         background: url(https://blog-imgs-30-origin.fc2.com/s/u/s/susieq/CAKECAKE_02.gif) #fff no-repeat;
         
         padding: 5PX;

         
}

/* メニュータイトル */
.menu_title {
  padding-left:25px; /* アイコンを入れるので左に間隔を取っています */　　
　　color: #FFA0AC; /* 文字色 */
  font-size:12px;
background: url(https://blog-imgs-30-origin.fc2.com/s/u/s/susieq/i_cake1.gif) no-repeat;
}

/* メニューリスト親要素 */
ul {
  list-style-type: none; /* メニューリスト左に出る「・」を無くしました */
}







/*記事部分等設定----------------------------------------------*/


/* 記事部分等囲み */
.main_block {
  width : 470px; /* 記事部分の枠の幅 */
  margin: 10px; /* 上右下左に間隔を取っています */
         padding: 10PX 0PX 10PX 20PX;
         background: url(https://blog-imgs-30-origin.fc2.com/s/u/s/susieq/CAKECAKE_01.gif) #FFF no-repeat;
       
}

/* 記事部分等タイトル（アイコンを入れる場合はメニュータイトルを参考にしてください） */
.main_title {
  margin: 10px; /* 上下左右に間隔を取っています */
  font-size: 13px; /* タイトルなので文字を大きめにしました */
  font-weight: bold; /* 太字 */
         
}

/* リンク文字 */
.main_title a {
  text-decoration: none; /* 下線無し */
}

/* 記事部分等本文囲み */
.main_body {
  margin: 10px; /* 上下左右に間隔を取っています */
  color: #A6907C;
}

/* 日付等のステータス */
.main_state {
  margin-right: 10px; /* 右に間隔を取っています */
  text-align: right; /* 文字右寄せ */
  font-size: 10px; /* 文字の大きさを少し小さめにしています */
  color:#FFA0AC; /* 文字色 */
}

.readmore {
padding-bottom:30px;
}
/* コメント、トラックバック囲み */
.link_block {
  margin-bottom: 10px; /* 下に間隔を取っています */
  border-bottom: 1px dotted #eeeeee; /* 下に線を書いています */
}

/* コメント、トラックバックタイトル */
.link_title {
  font-weight: bold; /* 太字 */
}




/*その他------------------------------------------------------*/

/* tag
------------------------------------------------------------ */
ul.tagcloud{
margin: 5;
padding: 10px 0px;
line-height: 1.1;
font-size: 14px;
}

ul.tagcloud li{
margin: 0;
padding: 0;
display: inline;
font-size: 100%;
background-image: none;
}

ul.tagcloud li a{
text-decoration: none;
margin:5px;
}

li.tcmax a{
/* カウント20以上のとき（最大） */
font-size: 167%;
color: lavenderblush;
font-weight: bold;
}

li.tc19 a, li.tc18 a, li.tc17 a, li.tc16 a, li.tc15 a{
/* カウント19～15のとき */
font-size: 136%;
color: #f7f0ff;
font-weight: bold;
}

li.tc14 a, li.tc13 a, li.tc12 a, li.tc11 a, li.tc10 a{
/* カウント14～10のとき */
font-size: 122%;
color: #f0f5ff;
font-weight: bold;
}

li.tc9 a, li.tc8 a, li.tc7 a, li.tc6 a, li.tc5 a{
/* カウント9～5のとき */
font-size: 114%;
font-weight: bold;
color: #f0fff2;
}

li.tc4 a, li.tc3 a{
/* カウント4・3のとき */
font-size: 90%;
font-weight: bold;
color: #fff0f0;
}

li.tc2 a, li.tc1 a{
/* カウント2・1のとき（最小） */
font-size: 70%;
font-weight: bold;
color: #ffe6ff;
}

ul.tagcloud li a:hover{
  text-decoration: underline;
  color:white;
}
/* ページ移動 */
.page_navi {
  width : 480px; /* ページ移動の枠の幅 */
  margin: 10px; /* 上下左右に間隔を取っています */
  text-align: center; /* 文字中央寄せ */
}

/* カレンダー設定 */

#calender {
  line-height: 1.9; /* 文字間隔 */
  font-size: 10px;
  letter-spacing: 0px;
  text-align: center;}

#calender ul {
  list-style-position : inside;}

#calender li {
  color: white;
  display : inline;
  list-style-type : none;}

li.day {
  padding: 0px 0px 0px 2px;
}


/* プラグインカレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
  width: 150px;
}

/* ヘッダー（年、月） */
.calender caption {
  font-size: 10px;
         color: #ffcccc;
}

/* 曜日セル */
.calender th {
  font-weight: normal;
  text-align: center;
         color: #ffcccc;
}

/* 日付セル */
.calender td {
  text-align: center;
         color: #ffcccc;
}

