@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#996699;
font-weight:600;
}


/* 訪問済のリンク */
.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;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333333;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:bold;
color:#0066cc;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (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-image: url(http://www.capriblue.com/img/background/background_tipo55vl.jpg); 
background-repeat:repeat;	
}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/

/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{
	background-color: #ffffff;
	background-image: url(http://www.capriblue.com/img/background/bg_stripe_bianco.jpg);	
	background-repeat:repeat;
}/* ←ブログヘッダー(アウター)の設定 */



/* skinHeaderArea2 ブログヘッダー980pxエリア */
.skinHeaderArea2{
 background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20140124/12/e1/39/j/o09800325kanokoi1390533923555.jpg);
background-repeat: no-repeat;
 background-position: center top;
 width: 980px;
 height: 325px;
 margin-bottom: 20px;
}/* ←ブログヘッダー(インナー)に背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea {}

/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea {
 text-indent: -9999px;
}

/* クリックするとブログのトップに移動 */
.skinTitleArea a.skinTitle {
 width: 980px;
 height: 325px;
 display: block;
}

/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea {
 text-indent: -9999px;
}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
background-color: #ffffff;
background-image: url(http://www.capriblue.com/img/background/bg_stripe_bianco.jpg);
background-repeat:repeat;
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border-top:1px dotted #979797;
border-bottom:1px dotted #979797;
background-image: url(http://www.capriblue.com/img/background/bg_stripe_bianco.jpg);
background-repeat:repeat;
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:1px solid #dddddd;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}


/* 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;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{
background-image: url(http://www.capriblue.com/img/background/bg_stripe_bianco.jpg);
background-repeat:repeat;
}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#efece8;/* e4e4e4←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
padding:10px;
background:#ffffff;
background-image: url(http://www.capriblue.com/img/background/bg_stripe_bianco.jpg);
background-repeat:repeat;
/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
font-size:85%;
}



/* (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) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ↓　customised 27022011 ■■■■■■■■■■■■*/



div#footerArea{
background-image: url(http://www.capriblue.com/img/background/background_tipo55vl.jpg); 
background-repeat:repeat;	
}


div#userNaviArea a#userNickName{
display:none;
}

div#userNaviArea a{
font-weight:bold;
}


body{
color:#8f8888;
}


a{
text-decoration: none;
color:#5b9fff;
}

a:visited{
text-decoration: none;
color:#9f9999;
}

a:hover{
text-decoration: none;
color:#FF8800;
}

#frame,
#sub_a,
#sub_b{
background-image: url(http://www.capriblue.com/img/background/bg_stripe_bianco.jpg);
background-repeat:repeat;
}





#recent_entries li {/*recent_entries : 最新の記事*/
margin: 0;
margin-bottom:10px;
padding-left: 20px;/*画像横+α*/
background: url(http://www.capriblue.com/img/icon/cbicon12.jpg) no-repeat;
background-position:0px 0px;/*画像位置 横 上*/
}




/* [一覧を見る]を右に */
.menu_frame p.list{
text-align: right;
padding-right: 15px;
}

#navigationList li.lastItem{
display:none;
}

/*記事を読むのにかかる時間表示*/
p.readtime{
background-color:#ffffff;/*背景色*/
color:#bbbbbb;/*文字色*/
margin:-15px 0px 30px 0px;
padding:0px 0px 0px 8px;
font-weight:bold;/*文字を太字に*/
}
.entry .contents{
position:relative;
}


/*CBサイトマップリスト　16072011*/

#right_12 {
text-align: left;
font-size:0.85em;
}

#right_12 ul,
#right_12 li{
margin: 0;
padding: 0;
list-style-type:none;
}

#right_12 ul{
margin-bottom:5px;
}



/*豆ちしき　コーナー　29072011*/

.mame_container {
position:relative;
margin-bottom:15px;
}

.mame_imgbox {
display:block;
width:180px;
height:124px;
}

.mame_img {
width:150px;
height:103px;
border:0;
}

#mame1,
#mame2 {
visibility:hidden;
display:block;
position:absolute;
top:0;
left:158px;
width:220px;
padding:5px 0px 0px 15px;
color:#666666;
}

.mame_container h4 {
color:#666666;
margin-bottom:0px;
}
	
	
.continue {
font-size:75%;
}

.chiuso {
float:right;
font-size:75%;
}

/*本文　記事テキストリンクの表示変更　15082011*/

div.contents a{
text-decoration: none;
color:#996699;
font-weight: 600;
}

div.contents a:visited{
text-decoration: none;
color:#bb88bb;
}

div.contents a:hover{
text-decoration: none;
color:#FF8800;
}

/*本文　記事の行間指定　11092011*/

div.kanokoi_article {

line-height:1.8em;

}

.kanokoi_article p {

margin-bottom:1em;

}

.kanokoi_article div.pnvd {

margin-top:2em;
margin-bottom:2em;

}


/*右カラム　facebookボタン　切り替え表示用　10102011*/

p.facebook_bottone120 {
	width:120px;
	margin:0;
	overflow:hidden;　/*float解除*/
	zoom:100%;　/*float解除*/
}

p.facebook_bottone120 a {
	display:block; /*インラインからブロック要素へ変更*/
	height:39px; /*高さ*/
	width:120px; /*横幅*/
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	background-image:url(//stat.ameba.jp/user_images/20111010/07/kanokoi/bc/23/j/o0120012511537195219.jpg); 
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}


@charset "utf-8";
/* CSS Document */


p.facebook_bottone120 {
	width:120px;
	margin:0;
	overflow:hidden;　/*float解除*/
	zoom:100%;　/*float解除*/
}

p.facebook_bottone120 a {
	display:block; /*インラインからブロック要素へ変更*/
	height:39px; /*高さ*/
	width:120px; /*横幅*/
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	background-image:url(//stat.ameba.jp/user_images/20111010/07/kanokoi/bc/23/j/o0120012511537195219.jpg); 
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}


p.facebook_bottone120 a {background-position:0px -86px;width:120px;}

p.facebook_bottone120 a:hover {background-position:0 -43px;}

p.facebook_bottone120 a:active {background-position:0 0px;}



/*記事中の　ホテルリストの書式　01112011 */

dl.elenco_alberghi {
	width:420px;
}


dl.elenco_alberghi dt {
	float:left;
	width:180px;
	line-height:1.4em;
}



dl.elenco_alberghi dt.area,
dl.elenco_alberghi dt.sterre {
	width:380px;
	margin-top:15px;
	font-weight:bold;
}

dl.elenco_alberghi dt.sterre {
	margin-top:10px;
	margin-bottom:10px;
}

dl.elenco_alberghi dd {
	float:left;
	width:180px;
	font-size:90%;
	margin-top:4px;
}

dl.elenco_alberghi br {
	clear:both;
	}


/*本文　記事一覧ページの　タイトル表記幅　12092011 無効*/

/*
p.newentrytitle {
width: 320px;
}
*/



/*スペース分割*/

#frame { position: relative; } 


/*
#right_2 {
position: absolute;
top: 4600px;
left: 620px;  /*#frame width=800px*/
width: 180px;
overflow: hidden; 
}

#right_3 {
position: absolute;
top: 6200px;
left: 620px;  /*#frame width=800px*/
width: 180px;
overflow: hidden; 
}



#right_top {
position: absolute;
top: 380px;
left: 580px;  /*#frame width=800px*/
width: 220px;
height:500px;
background-color:#ffffff;
overflow: hidden; 
}
*/

/*記事 真下にコメントボタン欄追加　02052013 */

.entry #addfoot .foot{
padding-top: 5px;
border-style: none;
margin-bottom: 15px;
font-size:0.85em;
text-align: right;
}


/*右カラムアプリ紹介欄書式　18012014 */

.appImg  {width:80px;float:left;}
.appImg .iconImg {width:70px;}
.appName {width:220px;padding-top:8px;padding-left:20px;}
.appText {width:280px;margin-top:10px;margin-bottom:5px;clear:both;}
.appCode {width:140px;float:left;}
.appCode .codeImg {width:140px;}
.appLogo {width:100px;float:left;padding-top:10px;}
.appLogo .logoImg {width:90px;}
