@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/
/* 通常文字 */
.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:#ff3366;
}

/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}

/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}

/* (1-2) ブログタイトル文字
--------------------------------------------*/
/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#000000;
font-weight:bold;
font-size:2.11em;
display:none;
}

/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333333;
display:none;
}

/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:18px;
font-weight:bold;
color:#333333;
text-align:left;
}

/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{
color:#5A4330;
font-weight:bold;
}


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (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-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_s.png);
}

.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_pastel.png);
color:#333333 !important;/* ←ボタンの文字色 */
}

/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/
.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
border:1px solid #dddddd;
background:#ffffff;
color:#0066cc !important;
}

/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/

/* (3-1) ボディ（全体）
--------------------------------------------*/
/* skinBody ボディ */
.skinBody{background:#ffffff url(http://www.fe-pure.com/img/blog/back.png) repeat-x center 

top;font-family:"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";}/* ←ブログ全体に背

景を敷きたいとき */
.skinBody2{}
.skinBody3{}


/* (3-2) ブログヘッダー
--------------------------------------------*/

/* 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:1200px;
}


/* (3-4) メインエリア
--------------------------------------------*/
.skinMainArea{
width:600px;
}


/* (3-5) メッセージボード
--------------------------------------------*/
.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px dotted #979797;
border-bottom:1px dotted #979797;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}


/* (3-6) 記事
--------------------------------------------*/
/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:50px 0 15px;
border:none;
background:url(http://www.fe-pure.com/img/blog/kiji-title.png) no-repeat left top;
width:600px;
margin-left:0;
margin-right:0;
text-align:left;
}
.skinArticle2{}
.skinArticle3{}

.columnC .skinMainArea,.columnD .skinMainArea,
.columnE .skinMainArea{
  width: 600px;
float:left;
margin-left:0;
margin-right:0; /* ④3カラム時のメインカラムの横幅  */
}
.skinHeaderArea,.skinContentsArea{
  width: 1200px; /* ①全体の幅 */
}

.columnC .layoutContentsA,.columnD .layoutContentsA {
  width: 915px; /* ⑥メイン＆サイドAを囲う領域 */
margin:0;
}

/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 29px;
padding:2px 10px 0;
border-left:none;
text-align:left;
}
.skinArticleHeader2{}

.articleText{
margin:20px 0 0;
}

/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 0 10px;
}

/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}

.articleDetailArea{
margin:0 0 0 20px;
}

/* (3-7) サイドバーエリア
--------------------------------------------*/

.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.columnA .skinSubA,.columnB .skinSubA,
.columnC .skinSubA,.columnD .skinSubA,
.columnE .skinSubA{
  width: 300px; 
margin-left:0;
margin-right:0;
}

/* 180pxのサイドバーエリア */
.skinSubB{
float:left;
margin-left:0;
margin-right:0;} 
.columnC .skinSubB,.columnD .skinSubB,
.columnE .skinSubB{
  width: 250px;
margin-left:0;
margin-right:20px;
}


/* (3-8) サイドバー　メニュー
--------------------------------------------*/

/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px 0;
height:30px;
background:url(http://www.fe-pure.com/img/blog/side-title.png) repeat-x left top;* ←サイドメニ

ューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:0;
padding:10px;
background:#ffffff;
border:5px solid #DED3AB;/
* ←サイドメニューの本文に背景を敷きたいとき */
}


/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/
.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
}


/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/
/* 背景色 */
.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;
}


/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


#banner1{
position: absolute;
width:160px; /* バナーの横幅 */
height:26px; /*バナーの高さ */
top:0px;
z-index: 100;
margin:65px 0 0 811px;
}

#banner2{
position: absolute;
width:150px; /* バナーの横幅 */
height:26px; /*バナーの高さ */
top:0px;
z-index: 100;
margin:65px 0 0 640px;
}

#banner3{
position: absolute;
width:145px; /* バナーの横幅 */
height:75px; /*バナーの高さ */
top:0px;
z-index: 100;
margin:530px 0 0 820px;
}




/* ============================================== */
   Custom Layout Settings
/* ============================================== */



.skinContentsArea{

}
.skinContentsFrame{
	/*border: solid 1px green !important;*/
	margin: 0 !important;
}

.skinContentsArea{ position:relative; padding-top:700px;/* ★★ */ /*border: solid 1px red !

important;*/}
.skinContentsArea2{ /*border: solid 1px red !important; */ }

/*ヘッダ
--------------------------------------------------------------------------*/
#header{
	clear:both;
	float:left;
	width:1200px;
	height:148px;
	margin:0;
	padding:8px 0 0;
	position: absolute;
	top: -60px;
	left: 0px;
}

#header h1{
	color:#333;
	font-size:12px;
	text-align:right;
	margin:0 0 20px;
	padding:0;
	line-height:100%;
	font-weight:normal;
}

#logo{
	clear:both;
	float:left;
	width:330px;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
}

#tel{
	float:right;
	width:670px;
	height:auto;
	margin:0;
	padding:50px 0 0;
	background:url(http://www.fe-pure.com/image-salon/tel.png) no-repeat right top;
	text-align:right;
}

#photo{
	position: absolute;
	top: 80px;
	left: 0px;
	clear:both;
	float:left;
	width:1200px;
	height:497px;
	margin:0;
	padding:0;
	background:url(http://www.fe-pure.com/img/blog/photo.png) no-repeat right top;
}

#photo-sc{
	clear:both;
	float:left;
	width:255px;
	height:337px;
	margin:0;
	padding:160px 20px 0 60px;
	background:url(http://www.fe-pure.com/img/blog/photo-sc.png) no-repeat left bottom;
}

#photo-sc img{
	float:left;
	margin:0 15px 10px 0;
}

#photo-sc img.pictright{
	float:right;
}

/*メニュー
--------------------------------------------------------------------------*/
#menu{
	position: absolute;
	top: 580px;
	left: 0px;
	clear:both;
	float:left;
	width:1200px;
	height:100px;
	margin:0;
	padding:0;
}

#menu ul{
	clear:both;
	float:left;
	width:1200px;
	height:48px;
	margin:43px 0 0;
	padding:0;
}

#menu li{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:100%;
	text-indent:-9999px;
}

#menu li a:link,#menu li a:visited{
	display:block;
	width:95px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu1a.png) no-repeat left top;
}

#menu li a:hover{
	display:block;
	width:95px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu1b.png) no-repeat left top;
}

#menu li.m2 a:link,#menu li.m2 a:visited{
	display:block;
	width:270px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu2a.png) no-repeat left top;
}

#menu li.m2 a:hover{
	display:block;
	width:270px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu2b.png) no-repeat left top;
}

#menu li.m3 a:link,#menu li.m3 a:visited{
	display:block;
	width:175px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu3a.png) no-repeat left top;
}

#menu li.m3 a:hover{
	display:block;
	width:175px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu3b.png) no-repeat left top;
}

#menu li.m4 a:link,#menu li.m4 a:visited{
	display:block;
	width:135px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu4a.png) no-repeat left top;
}

#menu li.m4 a:hover{
	display:block;
	width:135px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu4b.png) no-repeat left top;
}

#menu li.m5 a:link,#menu li.m5 a:visited{
	display:block;
	width:150px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu5a.png) no-repeat left top;
}

#menu li.m5 a:hover{
	display:block;
	width:150px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu5b.png) no-repeat left top;
}

#menu li.m6 a:link,#menu li.m6 a:visited{
	display:block;
	width:190px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu6a.png) no-repeat left top;
}

#menu li.m6 a:hover{
	display:block;
	width:190px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu6b.png) no-repeat left top;
}

#menu li.m7 a:link,#menu li.m7 a:visited{
	display:block;
	width:185px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu7a.png) no-repeat left top;
}

#menu li.m7 a:hover{
	display:block;
	width:185px;
	height:48px;
	background:url(http://www.fe-pure.com/img/blog/menu7b.png) no-repeat left top;
}

#banner-sc{
	clear:both;
	float:left;
	width:300px;
	height:auto;
	margin:0 0 20px;
	padding:0;
	background:url(http://www.fe-pure.com/img/blog/banner-sc-back.png) no-repeat 

center bottom;
	text-align:center;
}

#banner-sc-box{
	clear:both;
	float:left;
	width:280px;
	height:auto;
	margin:0;
	padding:70px 0 0 20px;
	background:url(http://www.fe-pure.com/img/blog/banner-sc-back2.png) no-repeat 

center top;
}

.sc-in{
	float:left;
	border:1px solid #F6AF51;
	background:#fff;
	margin:0 10px 10px 0;
	padding:5px 10px;
}
#banner-vo{
	clear:both;
	float:left;
	width:300px;
	height:auto;
	margin:0 0 20px;
	padding:0;
	text-align:center;
}

#banner-vo-box{
	clear:both;
	float:left;
	width:300px;
	height:auto;
	margin:0;
	padding:0;
}

#banner-vo-box h3{
	clear:both;
	float:left;
	width:300px;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin:5px 0 0;
	background:url(http://www.fe-pure.com/img/blog/side-title.png) repeat-x left top;
	color:#594330;
}

#banner-vo-box dl{
	clear:both;
	float:left;
	width:270px;
	height:auto;
	margin:0 0 5px;
	padding:10px 10px 0;
	border:5px solid #DED3AB;
}

#banner-vo-box dt{
	margin:0 0 10px;
	padding:0;
	font-weight:bold;
	text-align:left;
	font-size:15px;
	color:#9D852C;
}

#banner-vo-box dd{
	margin:0 0 10px;
	padding:0 0 10px;
	text-align:left;
	font-size:12px;
	line-height:120%;
	color:#333;
	border-bottom:1px dotted #A08A2E;
}

#banner-vo img.pictright{
	float:right;
}

#salon{

	width:250px;
	height:auto;
	margin:0 0 15px;
	padding:0;
}

#salon img{
	margin:0 0 5px;
}

#salon table{
	clear:both;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
    border:none;
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:show;
    table-layout:auto;
	font-size:13px;
}

#salon table th{
	padding:2px 0 3px;
	background:#FEA5BF;
	color:#ffffff;
	text-align:center;
	width:90px;
	font-size:12px;
	font-weight:bold;
	border:1px solid #fff;
}

#salon table td{
	width:135px;
	padding:5px 0 5px 5px;
	border-bottom:1px dotted #333;
	font-size:12px;
	color:#333;
	border-top:none;
	border-left:none;
	border-right:none;
	line-height:120%;
}
.t-he{
	clear:both;
	width:600px;
	height:auto;
	margin:0 0 20px;
	padding:70px 0 0;
	background:url(http://www.fe-pure.com/img/blog/he1.png) no-repeat center top;
	text-align:center;
}

.t-he img{
float:left;
padding:0 0 10px;
	margin:0;
}

.footer-sc{
	clear:both;
	float:left;
	width:600px;
	height:160px;
	margin:0 0 15px;
	padding:0;
	background:url(http://www.fe-pure.com/img/blog/footer-sc-back.png) no-repeat left top;
}

.footer-sc-left{
	clear:both;
	float:left;
	width:245px;
	height:auto;
	margin:0;
	padding:110px 0 0;
	text-align:right;
}

.footer-sc-right{
	float:right;
	width:355px;
	height:auto;
	margin:0;
	padding:45px 0 0;
	text-align:left;
}

.footer-sc-right img{
	float:left;
	padding:0 0 0 0px;
margin:0;
}

.footer-pure1{
	clear:both;
	float:left;
	width:600px;
	height:auto;
	margin:0;
	padding:0;
	background:url(http://www.fe-pure.com/img/blog/footer-pure2.png) repeat-y left top;
}

.footer-pure2{
	clear:both;
	float:left;
	width:600px;
	height:auto;
	margin:0;
	padding:75px 0 0;
	background:url(http://www.fe-pure.com/img/blog/footer-pure1.png) no-repeat left top;
}

.footer-pure3{
	clear:both;
	float:left;
	width:600px;
	height:auto;
	margin:0;
	padding:0 0 20px;
	text-align:center;
	background:url(http://www.fe-pure.com/img/blog/footer-pure3.png) no-repeat left bottom;
}

.footer-pure3 p{
	font-size:1em;
	text-align:center;
	margin:0 0 10px;
	color:#866640;
}

.footer-pure3 p.ptel{
	color:#FD3750;
	font-size:2em;
}

.footer-pure3 p.psm{
	font-size:0.8em;
}

.footer-pure3 hr{
	border-bottom:1px solid #E2BD48;
	border-left:none;
	border-right:none;
	border-top:none;
	margin:0 20px 10px;
}

.footer-pure3 a:link,.footer-pure3 a:visited{
	color:#85663F;
	font-weight:bold;
}

.hea{
	clear:both;
	float:left;
	width:600px;
	height:auto;
	margin:0 0 20px;
	padding:0 0 0;
	text-align:center;
}

.hea table{
	clear:both;
	float:left;
	width:595px;
	height:auto;
	margin:0;
	padding:0;
    border:none;
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:show;
    table-layout:auto;
	font-size:13px;
}

.hea table td{
	border:none;
	padding:1px;
}

.articleText .hea table img{
	margin:0;
	padding:0;
}

.fo{
	clear:both;
	float:left;
	width:560px;
	height:115px;
	margin:0 0 15px;
	padding:45px 0 0 40px;
	background:url(http://www.fe-pure.com/img/blog/fo-back.png) no-repeat left top;
}

.fo table{
	clear:both;
	float:left;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
    border:none;
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:show;
    table-layout:auto;
	font-size:13px;
}

.fo table td{
	border:none;
	padding:1px;
}

.articleText .fo table img{
	margin:0 4px 0 0;
	padding:0;
}

.fo-pure{
	clear:both;
	float:left;
	width:600px;
	height:auto;
	margin:0;
	padding:0;
}

.fo-pure table{
	clear:both;
	float:left;
	width:590px;
	height:auto;
	margin:0;
	padding:0;
    border:none;
    border-collapse:collapse;
    border-spacing:0px;
    empty-cells:show;
    table-layout:auto;
	font-size:13px;
	text-align:center;
}
