@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
	color:#383838;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
	color:#383838;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
	color:#5d5d5d;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
	color:#4a4a4a;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
	color:#5d5d5d;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
	color:#9e0b0f;
}

body, em	{
	color: #383838 !important;
}

aside	{
	color: #8d8981 !important;
}
aside em	{
	color: #5d5d5d !important;
}


/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#333;
font-weight:bold;
font-size:2.11em;
display: none;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333;
display: none;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
	color: #4a4a4a;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.1;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
	font-size: 16px;
	color: #dacfbb;
	letter-spacing: -2px;
	}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png);
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#333333 !important;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/


/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS{
	background: #3177ae url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/profile_btn.png) no-repeat;
	height: 30px;
	width: 117px;
	font-size: 10px;
}



.skinImgBtnS:hover span,.skinImgBtnS:focus span,.skinImgBtnS span{
/*
 アイコン画像は下記から指定
 menu_icons_pastel.png (パステル）
 menu_icons_gray.png（グレー）
 menu_icons_black.png（黒）
 menu_icons_white.png（白）
*/
background-image:url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/menu_icons_white.png);
color:#fff !important;/* ←ボタンの文字色 */
}




/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
	border: 1px solid #fff;
	background:#cec2ad;
	color:#383838 !important;
	border-radius: 0 !important;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
	background: #fff;
	color: #383838 !important;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/

body	{
	background: #3e3e3e;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

/* skinBody ボディ */
.skinBody{
	background: #3e3e3e;}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/header.jpg) no-repeat top center;}
.skinBody3{}


.skinFrame	{
	position: relative;
	padding-bottom: 335px;
}
.skinFrame2	{
	position: relative;
	top: 335px;
}



/* (3-2) ブログヘッダー
--------------------------------------------*/

.skinHeaderFrame{
	display: none;
}

/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/

/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
	width: 950px !important;
	position: relative;
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{
	background: #dacfbb;
	border: solid 5px #000;
	width: 630px !important;
	padding: 30px 0;
	margin-top: 60px;
}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
	border-top: none !important;
	border-bottom:none !important;
	background: none !important;
	padding: 0 30px;
	margin-bottom: 30px;
}
.skinMessageBoard2{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/message_line.png);
	padding: 0;
}
.skinMessageBoard3{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/message.png) no-repeat 0 0;
	padding: 60px 30px 0;
	line-height: 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
	padding: 0;
	background: none;
	border: none;
	margin: 30px 0 60px;
	position: relative;
	z-index: 1;
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
	margin:0 0 0 20px;
	padding:80px 50px 0 30px;
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/article_title.png) no-repeat left top;
	border: none;
	min-height: 80px;
}
.skinArticleHeader2{}

/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
	margin: 20px 30px;
	padding:0 10px;
	font-size: 14px;
	line-height: 1.5;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
	padding: 15px 30px 0;
	margin: 0;
	border-top: none !important;
}

/* 記事下部　SNS */
.articleExLinkArea, .articleLinkArea	{
	text-align: left !important;
}



/* skinArticleFooter 記事詳細エリア */
.articleDetailArea	{
	position: absolute;
	top: 45px;
	left: 50px;
}
.articleDetailArea span	{
	display: inline;
	font-size: 11px;
	padding: 3px 5px 0 0;
}
.articleDetailArea br	{
	display: none;
}



/* (3-7) サイドバーエリア
--------------------------------------------*/

aside	{
	width: 300px;
	float: right;
	padding-top: 270px;
	/*	padding-top: 430px;*/
}

.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{
	width: 300px !important;
	} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */

aside a	{
	color: #dacfbb !important;
}

.skinMainArea2 aside	{
	width: auto;
	float: none;
	padding: 0;
}


/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
	background:  #292929 url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/side_title.png) no-repeat top left;/* ←サイドメニューに背景を敷きたいとき */
	width: 290px;
	margin: 0 0 20px 10px !important;
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
	padding:25px 25px 0 35px;
	background: none;
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
	margin:10px;
	padding:10px 15px;
	background: none;
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
	margin-bottom:6px;
	padding-bottom:6px;
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/side_divider.png) repeat-x bottom;
	border: none;
}
.skinSubList li a	{
	color: #dacfbb;
	font-size: 12px;
}



/* (3-10) コメント欄、トラバ欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
	background-color: #e8e1d4;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
	border-color: #cec2ad;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}

/* タブリスト */

.listPageArea	{
	margin: 0 30px;
}



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */

.freespaceArea br	{
	display: none;
}


/* ヘッダー下にグローバルナビ(グローバルメニュー)を設置する */
#wrap,.skinContentsArea{
	position: absolute;
	top: 0;
	left: 0;
}
#headerMenu{
  position:absolute;
  margin:0;
  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:44;
}
#headerMenu{
  top:0px;
  left:0px;
  width:950px;
}
#headerMenu ul.menu li a{
  width:238px;
  font-size:14px;
	text-indent: -5555px;
	height: 44px;
}
#headerMenu ul.menu li.nav01 a{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/nav01.png) no-repeat 0 0;
}
#headerMenu ul.menu li.nav01 a:hover{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/nav01.png) no-repeat 0 -44px;
}
#headerMenu ul.menu li.nav02 a{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/nav02.png) no-repeat 0 0;
}
#headerMenu ul.menu li.nav02 a:hover{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/nav02.png) no-repeat 0 -44px;
}
#headerMenu ul.menu li.nav03 a{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/nav03.png) no-repeat 0 0;
}
#headerMenu ul.menu li.nav03 a:hover{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/nav03.png) no-repeat 0 -44px;
}
#headerMenu ul.menu li.nav04 a{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/nav04.png) no-repeat 0 0;
	width: 236px !important;
}
#headerMenu ul.menu li.nav04 a:hover{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/nav04.png) no-repeat 0 -44px;
}


/* フッターを設置する */
.skinContentsArea{
  position:relative;
  padding-bottom:350px;
}
.footerArea{
	background: #292929;
  position:absolute;
  width:950px;
  height:300px;
  left:0;
  bottom:0;
  margin:0;
  padding:0;
  overflow:hidden;
}
.footerContents{
	padding-top: 40px;
}
.footerSubContentsLeft{
  float:left;
  width:470px;
  height:215px;
  margin:0;
	padding: 0px 0 0 40px;
	color: #928e87;
	font-size: 11px;
	line-height: 1.4;
}
.footerSubContentsRight{
  float:right;
  width:375px;
  height:210px;
  margin:0;
	padding-top: 20px;
}
.footerContentsEnd{
  clear:both;
  margin:0;
  padding:0;
	text-align: center;
}
.footerContentsEnd address	{
	background: #000;
	color: #dacfbb;
	font-size: 12px;
	font-style: normal;
  padding-top:6px;
	height: 24px;
}


/* サイド　プロフィール */
.profileUserNicknameArea	{
	width: 130px !important;
	font-size: 11px !important;
}
.profileUserNicknameArea em	{
	font-weight: normal;
}
.profileUserNickname	{
	color: #dacfbb;
	font-size: 16px;
}
.profileDetailArea	{
	color: #dacfbb;
	font-size: 11px;
}


/* サイド　検索フォーム */
#blogSearchForm	{
	margin-left: 10px;
	width: 290px;
}
#blogSearchForm form.blogSearchForm	{
	border: solid 2px #000;
	width: 286px;
}
.blogSearchInput	{
	width: 255px !important;
}
.blogSearchBtn	{
	left: 260px !important;
}


/* サイド　上部バナー */
#sideTopBanner	{
	position: absolute;
	top: 60px;
	right: 0;
	width: 290px;
}
#sideTopBanner img	{
	padding-bottom: 5px;
}

/* サイド　お問い合わせ */
#sideContact	{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/side_contact.png) no-repeat top;
	height: 213px;
	width: 290px;
	padding-top: 187px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#sideContact a.btn_contact	{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/side_contact_btn.png) no-repeat 0 0;
	display: block;
	height: 62px;
	width: 246px;
	margin: 0 0 0 20px;
	padding: 0;
	text-indent: -5555px;
}
#sideContact a:hover.btn_contact	{
	background: url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/side_contact_btn.png) no-repeat 0 -62px;
}


/* サイド　下部バナー */
.sideBtmBannerWrp	{
	background: #292929 url(http://www.biyougeka.com/ext_contents/ambcontents/tetsuro/images/side_title_dr.png) no-repeat top !important;
	padding-bottom: 5px;
}
.sideBtmBannerWrp .skinMenuTitle {font-size:14px; letter-spacing: -2px;}
ul#sideBtmBanner	{
	padding: 10px 0 10px 10px;
}
ul#sideTopBanner li	{
	padding-bottom: 5px;
	text-align: center;
}


/* LinkWithin */
.linkwithin_div	{
	padding-left: 20px;
}

/* Comment */
.commentArea	{
	margin: 30px;
}
	.commentArea a	{
		color: #383838 !important;
	}
