@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor, .skinBaseTextColor, .skinBlock, body {
	color:#666666;
}
/* リンク */
.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:#999999;
	font-weight:bold;
	font-size:2.11em;
}
/* skinDescription ブログの説明文字 */
.skinDescription {
	color:#999999;
}
/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle, .skinArticleTitle:hover, .skinArticleTitle:focus, .skinArticleTitle:visited {
	font-size:1.31em;
	font-weight:bold;
	color:#999999;
}
/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle {
color#999999;
}
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (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: url("http://roseprincess87.sakura.ne.jp/blogimg/head.png")  top center no-repeat;

/*背景中間（ヘッダー背景）*/
.skinBody3 {
background: #FFFFFF
}
/*背景（コンテンツシャドウなど背景）*/
.skinBody2 {

}

/*背景（最背面）*/


/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea {
  padding:20px 0 30px;

}
/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea {
	padding-bottom:4px;
	text-indent:-9999px;
}
/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea {
	display: none;
}
/* (3-3) コンテンツエリア
--------------------------------------------*/

/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea {}
/* 注 ベースのcssにwidth:980px;の記述有り */
}
/* (3-4) メインエリア
--------------------------------------------*/

.skinMainArea {
}
/* (3-5) メッセージボード
--------------------------------------------*/

.skinMessageBoard {
	/* 注 ベースのcssに margin-bottom の記述有り */
border:none;
	background-image:url(http://roseprincess87.sakura.ne.jp/blogimg/message_bg.png);
	margin-top:20px;
}
.skinMessageBoard2 {
	border:none;
	background-image:url(http://roseprincess87.sakura.ne.jp/blogimg/message_top.png);
	background-repeat:no-repeat;
	padding-top: 50px;
}
.skinMessageBoard3 {
	border:none;
	background-image:url(http://roseprincess87.sakura.ne.jp/blogimg/message_bottom.png);
	background-repeat:no-repeat;
	background-position: bottom;
	padding: 0px 30px 85px 0px;
}
/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle {
	/* 注　ベースのcssに margin-bottom の記述有り */
padding:0;
	border:none;
	background-image: url(http://roseprincess87.sakura.ne.jp/blogimg/waku_bg.jpg);
}
.skinArticle2 {
	padding:97px 0 0;
	border:none;
	background-image: url(http://roseprincess87.sakura.ne.jp/blogimg/waku_top.jpg);
	background-repeat: no-repeat;
}
.skinArticle3 {
	padding-bottom:86px;
	border:none;
	background-image: url(http://roseprincess87.sakura.ne.jp/blogimg/waku_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader {
	margin:0 29px;
	padding:2px 10px;
	border-left:5px solid #e4e4e4;
}
.skinArticleHeader2 {
}
/* skinArticleBody 記事本文エリア */
.skinArticleBody {
}
.skinArticleBody2 {
	margin:0 29px;
}
/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter {
	margin:10px 29px 0;
	border-top:1px dotted #949494;
}
/* articleText  記事行間 */
.articleText {
	line-height: 1.8;
}
/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea {
	color:#666666;
} /* サイドバーエリア共通 */
.skinSubA {
	margin-top: 0px;
} /* 300pxのサイドバーエリア */
.skinSubB {
} /* 180pxのサイドバーエリア */
/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu {/* 注　ベースのcssに margin-bottom の記述有り */
background:#FFFFFF;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2 {
}
/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader {
	padding:auto;
	background:#FFFFFF;/* ←サイドメニューのタイトルに背景を敷きたいとき */
	text-indent:-9999px;
	height: 44px;
	margin-top:20px;
}
/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody {
	margin:5px;
	padding-left:20px;
	background:#FFFFFF;/* ←サイドメニューの本文に背景を敷きたいとき */
}
/* (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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


/* ------------------------------------------------------- */
/* コンテンツ全体の幅を調整 ブログ幅　1099px（通常980px) 　*/
/* ------------------------------------------------------- */

.skinContentsArea {
	width:1099px !important;/*ブログの幅Ａ*/
	background-color:#FFFFFF;
}
.layoutContentsA {
	width:899px !important;/*Ｂ (A-200px)*/
}
.skinMainArea {
	width:578px !important;/*記事部分の横幅Ｃ (B-321px)*/
}
/* ------------------------------------------------------- */
/* サイドメニュータイトル　　　　　　　　　            */
/* ------------------------------------------------------- */

.profileMenu .skinMenuHeader {
	background-image:url(http://roseprincess87.sakura.ne.jp/blogimg/profile.jpg);
	background-repeat:no-repeat;
}
.calendarMenu .skinMenuHeader {
	background-image:url(http://roseprincess87.sakura.ne.jp/blogimg/calendar.jpg);
	background-repeat:no-repeat;
}
.readerMenu .skinMenuHeader {
	background-image:url(http://roseprincess87.sakura.ne.jp/blogimg/reader.jpg);
	background-repeat:no-repeat;
}
.recentEntriesMenu .skinMenuHeader {
	background-image:url(http://roseprincess87.sakura.ne.jp/blogimg/recent.jpg);
	background-repeat:no-repeat;
}
/* ------------------------------------------------------- */
/* メッセージボード用　　　　　　　　　            */
/* ------------------------------------------------------- */
.message_box {
	text-align: center;
	margin: 0px 50px;
	width: 478px;
	font-size: 12px;
	color: #666666;
}
.txt01 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
.txt02 {
	color: #666666;
	font-weight: bold;
}
.txt03 {
	color: #f36
}
.message_inbox {
	width: 478px;
	margin: 20px 0px 0px;
	overflow: hidden;
}
.message_inboxL {
	width: 220px;
	float: left;
}
.message_inboxR {
	text-align: left;
	padding: 10px;
	width: 230px;
	float: right;
}
/* ------------------------------------------------------- */
/* 絶対配置起点を設定　画面の大きさを変えても同じ位置にヘッダーメニューが表紙するための記述*/
/* ------------------------------------------------------- */
.skinFrame {display:block;
width:1099px;
margin:0 auto;
margin-top:-15px;
position:relative;
overflow:hidden;
zoom:1;
}


/* ------------------------------------------------------- */
/* グローバルナビ用　  　               */
/* ----------------------------------------------------- */

#gnavi {
	position: absolute;
	top:543px; /* .skinFrameを基準とした上からの距離●●●ヘッダ画像の高さ＋130px（余白20px含む）（350+110＝480px）●●● */
	left:0px; /* .skinFrame2を基準　とした左からの距離 */
	width:1099px; /* ヘッダメニューの幅 */
}
div #gnavi_box {
	padding: 0;
	margin: 0;
	height: auto;
}
div #gnavi_box ul {
	padding: 0;
	margin: 0;
	width:1099px;
}
div #gnavi_box li  {
	float:left;
	display:block;
	height: auto; /* ヘッダメニューの高さ */
	width:157px; /* ヘッダメニューの１つの幅 */
	background-repeat:no-repeat; /* ヘッダ画像のリピート */
	list-style: none;
}
div #gnavi_box ul li ul  {
	display: none;
               margin-top: -3px;
}
div #gnavi_box ul li:hover ul {
	display: block;
	position: relative;
	width: 157px;
                height: auto;
}
div #gnavi_box ul li ul  li {
                height: 31px;
}
div #gnavi_box a:hover img  {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;
}

.profiletxt {
	font-size: 0.8em;
	color:#666666;
}

div#advertising2 {display: none !important;}
div.advertising2 {display: none !important;}
div#advertising3 {display: none !important;}
div.ad_frame {display: none !important;}

/* ブログ画像一覧を見るを消す */
p.imagelistLink {
	display:none;
}

#ameHeaderImg {
	top:0px;
	left:0px;
	position:absolute;
               margin-top: 113px;
}
#ameHeaderImg a {
	width:1099px; /*全体の横幅を設定*/
	height:430px;/*画像の高さに合わせて設定*/
	display:block;
	margin:0;
	padding:0;
}

/* ------------------------------------------------------- */
/* ブログヘッダー画像　1099px  　   */
/* ------------------------------------------------------- */

.skinHeaderArea {
background : no-repeat; /* ヘッダ画像のリピート */
width:1099px; /*ヘッダ画像の幅（1099px）*/
height:578px; /* ヘッダ画像の高さ（●●●高さ350px●●●） */
padding-bottom:30px; /* ヘッダ画像とメインの間のスペース */
}

/* ------------------------------------------------------- */
/* ブログヘッダーlogo　                                           */
/* ------------------------------------------------------- */
#logo {
position:absolute;
left:20px;
top:20px;
}
#logo a {
background-image: url("http://roseprincess87.sakura.ne.jp/blogimg/logologo.png");
background-position: -0px 0;
display :block;
width:199px;
height:80px;
text-indent :-9999px; /* テキストの非表示*/
}
#logo a:hover {
background-position: 0px ;
}
#add {
position:absolute;
top:70px;
left:740px;
}
/* タイトル＆説明文削除 */
 #header h1,.skinTitleArea{ /* タイトル削除 */
display:none;
 }
 #header h2,.skinDescriptionArea{ /* 説明文削除 */
display:none;
 }
