/*最新CSS*/

.skinBody{background-color:#FFF0F5;}/* ←ブログ全体に背景を敷きたいとき */


/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
/*▼▼▼ 変更しない ▼▼▼*/
.skinContentsArea{
  position:relative;
}
#headerMenu{
  position:absolute;
  margin:5;
  padding:0;
}
#headerMenu ul.menu{
  margin:0;
  padding:0;
  list-style: none;
}
#headerMenu ul.menu li{
  display:inline;
}
#headerMenu ul.menu li a{
  display:block;
  float:left;
  margin:0;
  padding:0;
  white-space:nowrap;
  overflow:hidden;
  text-align:center;
}
/*▲▲▲ 変更しない ▲▲▲*/
/*▼▼▼ サイズ・位置など ▼▼▼*/
.skinContentsArea{
  padding-top:40px;   /* ボタン設置用スペース */
}
#headerMenu{
  top:0px;            /* 上下位置調整 */
  left:0px;           /* 左右位置調整 */
  width:980px;        /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
  width:196px;        /* ボタンの幅 */
  line-height:40px;   /* ボタンの高さ */
  font-size:14px;     /* ボタンの文字サイズ */
}
/*▲▲▲ サイズ・位置など ▲▲▲*/
/*▼▼▼ ボタンの色・文字装飾・背景など ▼▼▼*/
#headerMenu ul.menu li a{ /* 通常時 */
  color:#AAAAAA;             /* 文字色(白) */
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight:bold;        /* 太字(なし) */
  text-decoration:none;      /* 下線(なし) */
  background-color:#FFFFFF;  /* 背景色(濃い青) */
  background-image:url();    /* 背景画像 */
  background-repeat:repeat;  /* 背景画像繰り返し */
}
#headerMenu ul.menu li a:hover{ /* カーソルが乗った時 */
  color:#AAAAAA;             /* 文字色(白) */
  font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight:bold;        /* 太字(なし) */
  text-decoration:none; 	/* 下線(なし) */
  background-color:#FFE4E1;  /* 背景色(薄い青) */
  background-image:url();    /* 背景画像 */
  background-repeat:repeat;  /* 背景画像繰り返し */
}
/*▲▲▲ ボタンの色・背景など ▲▲▲*/

/* アメブロヘッダー画像設定用CSS貼り付けコード */
.skinHeaderArea{
  height:466px;
  background-image:url("//stat.blogskin.ameba.jp/blogskin_images/20160909/23/7a/zX/j/o09800466tmfloral1473430642639.jpg");
  background-repeat:no-repeat;
  background-position:center top;
}

/* ブログタイトルの文字色 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus {
  color:#555555;             /* 文字色(白) */
  /*font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: oblique;
  font-weight:bold;        /* 太字(なし) */
  padding: 0px 0px 4px 10px; /* 上右下左の順 */
  
}
/* ブログ説明文の文字色 */
.skinDescription {
  color:#555555;             /* 文字色(白) */
  /*font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: oblique;
  font-weight:bold;        /* 太字(なし) */
  padding: 10px 0px 0px 10px; /* 上右下左の順 */
}
.skinBlogHeadingGroupArea {
  padding-top: 50px; /* ブログタイトルの上 */
}
