@charset "utf-8";


/* ブログヘッダー
--------------------------------------------*/
/* skinHeaderArea ブログヘッダー1000pxエリア */
.skinHeaderArea{
  margin-top:-37px;
  height:300px;
  background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20170623/15/fc/XU/p/o08000245mamenayatsu1498198494235.png);
  background-repeat:no-repeat;
  background-position:center top;

}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
　文字のスタイル
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/

/* 全体の文字
--------------------------------------------*/
/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}

/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0066cc;
}

/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#996699;
}

/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#000;
}

/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}

/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}


/* ブログタイトル文字
--------------------------------------------*/
/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#000000;
font-weight:bold;
font-size:2.11em;
}

/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333333;

display:none;
white-space:nowrap;
overflow:hidden;
}


/* 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/
/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:bold;
color:#000;
padding: 0px 0px 0px 10px
}

/* サイドバー内の文字のスタイル
--------------------------------------------*/
/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
font-size:14px;
font-weight:bold;
color:#000;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
 ボタンのスタイル
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/

/* ボタン[横180px 縦35px]
--------------------------------------------*/
/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(http://takashimasui.com/amebloimg/skin_btn_m.png);
}

/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#333333 !important;
}


/* アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/
/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS{
background-image:url(http://takashimasui.com/amebloimg/skin_btn_s.png);
}

.skinImgBtnS:hover span,.skinImgBtnS:focus span,.skinImgBtnS span{
background-image:url(http://takashimasui.com/amebloimg/menu_icons_pastel.png);
color:#333333 !important;/* ←ボタンの文字色 */
}


/* ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/
.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
border:1px solid #dddddd;
background:#cccccc;
color:#000 !important;
}

/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#000;
color:#fff !important;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
 エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/

/* ボディ（全体）
--------------------------------------------*/
/* skinBody ボディ */
.skinBody{}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}

/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px 20px;
text-indent:-9999px;
}

/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
text-indent:-9999px;
}

/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{
text-indent:-9999px;
}

/* コンテンツエリア
--------------------------------------------*/
/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{

}
/* 注 ベースのcssにwidth:980px;の記述有り */

/* メインエリア
--------------------------------------------*/
.skinMainArea{
margin-top:40px;
}

/* メッセージボード
--------------------------------------------*/
.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px dotted #979797;
border-bottom:1px dotted #979797;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}


/* 記事
--------------------------------------------*/
/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#ffffff;/* ←記事に背景を敷きたいとき */
border:none;
}
.skinArticle2{}
.skinArticle3{}

/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
background:url(http://takashimasui.com/amebloimg/bg-ttl470.jpg) 0 0 no-repeat;
height:48px;
width:665px;
margin:0;
padding:0;
line-height:1.5em;
border:none;
}
.skinArticleHeader2{
margin-top:13px;
width:420px;
padding-left:30px;
border:none;
}

/* skinArticleBody 記事本文エリア */
.skinArticleBody{
padding:16px 0;
border:1px solid #dddddd;
margin-top:-1px;
}
.skinArticleBody2{
margin:0 29px;
}
.articleText {
font-size:14px;
}

/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}


/* サイドバーエリア
--------------------------------------------*/
.skinSubArea{
margin-top: 0px;
} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */


/* サイドバー　メニュー
--------------------------------------------*/
/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}

/* skinMenuHeader サイドメニュータイトルエリア */
.skinSubB .skinMenuHeader{
background:url(http://takashimasui.com/amebloimg/bg-ttl180.jpg) 0 0 no-repeat;
height:48px;
width:180px;
text-indent:2em;
line-height:48px;
padding:0px;
}

.skinSubA .skinMenuHeader{
background:url(http://takashimasui.com/amebloimg/bg-ttl300.jpg) 0 0 no-repeat;
height:48px;
width:300px;
text-indent:2em;
line-height:48px;
padding:0px;
}

/* skinMenuBody サイドメニュー本文エリア */
.skinSubB .skinMenuBody{
border:1px solid #cdcdcd;
padding:10px;
margin:0;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
}

.skinSubA .skinMenuBody{
border:1px solid #cdcdcd;
padding:10px;
margin:0;
background:#ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
}

/* サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/
.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
}

/* コメント欄、記事一覧などの一覧
--------------------------------------------*/
/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
background-color:#ffffff;
}
/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}
/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}
/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}
/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
 その他、拡張
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
/* ▼▼▼ 変更しない */
#wrap,.skinContentsArea{
position:relative;
}
#headerMenu{
position:absolute;
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;
}
/* ▲▲▲ 変更しない */
/* ▼▼▼ 位置・サイズ調整 */
#wrap,.skinContentsArea{
padding-top:40px;             /* メニュー設置用スペース */
}
#headerMenu{
top:0px;                      /* 上下位置調整 */
left:0px;                     /* 左右位置調整 */
width:980px;                  /* メニュー全体の幅 */
}
#headerMenu ul.menu li a{
width:196px;                  /* ボタンの幅 */
line-height:58px;             /* ボタンの高さ */
font-size:14px;               /* ボタンの文字サイズ */
}
/*▲▲▲ 位置・サイズ調整 */
/*▼▼▼ 色・文字装飾・背景など */
#headerMenu ul.menu li a{       /* 通常時 */
color:#333;
font-weight:bold;
text-decoration:none;
background:url(http://takashimasui.com/amebloimg/top01.png) 0 0 no-repeat;
height:58px;
}
#headerMenu ul.menu li a:hover{ /* カーソルが乗った時 */
color:#fff;
font-weight:bold;
text-decoration:underline;
background:url(http://takashimasui.com/amebloimg/btn-navi02-on.jpg) 0 0 no-repeat;
height:58px;
}
#headerMenu ul.menu li.navi02 a{       /* 通常時 */
color:#333;
font-weight:bold;
text-decoration:none;
background:url(http://takashimasui.com/amebloimg/top02.png) 0 0 no-repeat;
height:58px;
}
#headerMenu ul.menu li.navi02 a:hover{ /* カーソルが乗った時 */
color:#fff;
font-weight:bold;
text-decoration:underline;
background:url(http://takashimasui.com/amebloimg/btn-navi02-on.jpg) 0 0 no-repeat;
height:58px;
}
/*▲▲▲ 色・文字装飾・背景など */

/* ナビエリアの背景 */
.skinFrame2 {
background:url(http://takashimasui.com/amebloimg/top03.png) 0 0 repeat-x #FFF;
}


/* フッターエリア */

.skinContentsArea{
position:relative;
padding-bottom:70px; /* アメーバIDからの距離 */
}

.footerArea{
position:absolute;
width:980px; /* 横幅 */
height:60px; /* 高さ */
left:0;
bottom:0;
margin:0;
padding:0;
overflow:hidden;

}
.footerContents{
margin-top:15px;
text-align:center;
color:#000;

}
.footerContents .footerlink{
font-size:10px;
}
.footerContents a {
color:#000;
text-decoration:none;
}
.footerContents a:hover {
color:#000;
text-decoration:none;
}
/*フリースペース*/
.freespaceArea.subModule{
  margin-top:0px;
}
