/*-----------------------------------------------------
ameblo CSS Skin Settings
Skin for: basic_ad
FileName: common.css
$Revision: 1.8 $
-----------------------------------------------------*/
/*============ ☆ かんたんスキンカスタマイズはこちら ☆ ==============*/

/*:(コロン)と、;(セミコロン)の間に色、画像、サイズなどを指定して下さい*/

/*１）ブログタイトルの文字サイズを変更する*/
#header h1{
font-size: 3.0em; /*-- 25px相当の文字サイズ --*/
}
/*２）ブログタイトルの文字色を変更する*/
#header h1 a{
color:#FF99CC; /*-- 濃いグレー --*/
}
/*３）ブログ説明の文字サイズを変更する*/
#header h2{
font-size: 2.0em; /*-- 12px相当の文字サイズ --*/
}
/*４）ブログ説明の文字色を変更する*/
#header h2{
color:#FF99CC; /*-- 指定なし --*/
}
/*５）ページ背景に画像を入れる*/
body{
background-image:url(https://stat001.ameba.jp/user_images/20091103/15/lovexsuki/17/dd/g/o0150015510295325812.gif );
}
/*６）ページ全体の文字色を変更する*/
body{
color: #FF99CC; /*-- 濃いグレー --*/
}

/*７）記事タイトルの背景色を変更する*/
.entry h3.title{
background-color: #FFFFFF; /*-- 薄いグレー --*/
}
/*８）記事タイトルの文字色を変更する*/
.entry h3.title{

margin-top: 10px; 

margin-bottom: 10px;　　　 

background-image: url(//stat.ameba.jp/user_images/20101019/18/foreverxforever/cd/d4/j/o0060006010810223041.jpg );
background-repeat: no-repeat;
background-position: 100% 0%;　
padding: 20px 0px 2px 20px;


color: #FFFFFF; /*-- 濃いグレー --*/
}
/*９）サイドバーの見出し文字色を変更する*/
h4.menu_title{

margin: 0px 2px 7px;
padding: 6px 0px 6px 10px;
border-bottom: 0px dashed #FF99CC;
background-image: url(https://stat001.ameba.jp/user_images/20090907/15/aisiterupon/b3/79/j/o0032002810248800346.jpg );
background-repeat: no-repeat;
background-position: right;
text-indent: 3px;

color:#FFFFFF; /*-- 濃いグレー --*/
}
/*１０）サイドバーの見出し背景色を変更する*/
h4.menu_title{
background-color: #FF99CC; /*-- 薄いグレー --*/
}
/*===================================================================*/

/*============ ★ その他のスキンカスタマイズはこちら ★ ==============*/
/*
目次
■スキン基本設定
+--基本設定
+--デザインカスタマイズ
+--リンク
+--リンク：訪問済み
+--リンク：マウスオーバー時
+--コンテンツ全体
+--メインカラム
+--サイドカラムA
+--サイドカラムB

■ヘッダー
+--基本設定
+--デザインカスタマイズ
+--ブログタイトル
+--ブログ説明

■メインカラム
+--基本設定
+--デザインカスタマイズ
+--メッセージボード
+--記事
+--トラックバック
+--コメント
+--読者一覧
+--お気に入りブログ一覧
+--ブックマーク一覧
+--最新記事一覧

■サイドA(sub_a)&サイドB(sub_b)
+--基本設定
+--デザインカスタマイズ
+--モジュールタイトル
+--プロフィール
+--ブログの読者
+--カレンダー
+--プラグイン

■フッター
+--基本設定
*/
/*===================================================================*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ スキン基本設定 ■■■■■■■■■■*/

/*■■■基本設定 - スキン基本設定*/
/*■タグ初期化 - 基本設定 - スキン基本設定*/
html { 
font-size:12px !important; 
*font-size:75% !important;/*forIE6IE7*/ 
}
body{
margin:0;
padding:0;
text-align:center;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}
img{
border:0;
}
blockquote{
margin:12px 0;
padding:10px;
border:2px dotted #D4D4D4;
}
pre{
margin:0;
padding:0;
}
input,
textarea{
}
p{
margin:0;
padding:0;
}
.menu_frame ul,
.menu_frame li,
.menu_frame dl,
.menu_frame dt,
.menu_frame dd,
#comment_module ul,
#comment_module li,
#trackback ul,
#trackback li,
#reader_list ul,
#reader_list li,
#favorite_list ul,
#favorite_list li,
#bookmark_list ul,
#bookmark_list li{
margin:0;
padding:0;
list-style-type:none;
}
/*■フレーム - 基本設定 - スキン基本設定*/
#frame{
width:900px;
margin:0 auto;
text-align:left;
}
#wrap{
width:900px;
}
#sub_main{
width:100%;
overflow:hidden;
}
#main{
overflow:hidden;
word-break:break-all;
}
#sub_a{
overflow:hidden;
word-break:break-all;
}
#sub_b{
overflow:hidden;
word-break:break-all;
}
/*--フレームフロート解除--*/
#frame:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
#wrap:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
#frame{
display:inline-block;
min-height:1%;
}
#wrap{
display:inline-block;
min-height:1%;
}
/* Hides from IE-mac \*/
* html #frame{
height:1%;
}
* html #wrap{
height:1%;
}
#frame{
display:block;
}
#wrap{
display:block;
}
/* End hide from IE-mac */


/*■■■デザインカスタマイズ - スキン基本設定*/

/*■リンク*/
a{
text-decoration:none;
color:#FF99CC;
}
/*■リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#FF99CC;
}
/*■リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:#FF99CC;
}
/*■コンテンツ全体*/
#frame{
background-color:#FFCCFF;
}
/*■メインカラム*/
#main{
}
/*■サイドカラムA*/
#sub_a{
color:#FF99CC;
background-color:#FFCCFF;
}
/*■サイドカラムB*/
#sub_b{
color:#FF99CC;
background-color:#FFCCFF;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/

/*■■■基本設定 - ヘッダー*/
#header{
margin:0;
padding:0 0 10px 0;
}
#header h1{
margin:0;
padding:0 5px 8px 5px;
}
#header h2{
margin:0;
padding:0 5px 45px 5px;
}

/*■■■デザインカスタマイズ - ヘッダー*/

/*■ブログタイトル*/
#header h1{
font-weight:bold;
line-height:1.2;
}
/*■ブログ説明*/
#header h2{
font-weight:normal;
line-height:1.2;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ メインカラム ■■■■■■■■■■■*/

/*■■■基本設定 - メインカラム*/
/*■メッセージボード - 基本設定 - メインカラム*/
#message{
margin-bottom:14px;
}
#message .contents{
padding:14px 24px;
}
/*■記事 - 基本設定 - メインカラム*/
.entry{
margin-bottom:40px;
}
.entry .entry_head{
height:16px;
}
.entry .theme{
display:block;
padding:0 0 5px 0;
}
.entry .date{
display:block;
float:left;
margin:0;
padding:1px 0;
}
.entry .name{
display:block;
float:right;
margin:2px 0 0 0;
padding:0;
}
.entry h3.title{
clear:both;
margin:0 0 20px 0;
padding:20px 20px;
}
.entry .contents{

margin-top: 40px;
margin-bottom: 10px;
background-image: url(//stat.ameba.jp/user_images/20101014/19/foreverxforever/6e/a9/g/o0128011610801084328.gif 
);
background-repeat: no-repeat;
background-position: right top;


margin:15px 0 15px 0;
}
.entry .foot{
padding-top:5px;
}
/*■ページ送り - 基本設定 - メインカラムり*/
.page{
margin:0 auto 14px auto;
padding:0;
font-size:0.85em;
text-align:center;
}
/*■トラックバック - 基本設定 - メインカラム*/
#trackback{
margin:15px 0 0;
padding:0;
}
#trackback h3.title{
margin:0px;
padding:7px 0 8px 0;
background:none;
}
#trackback p.tr_URL{
margin-bottom:16px;
padding:0 0 8px 0;
}
#trackback ul{
margin:8px 0 18px 0;
padding:0 0 8px 0;
}

/*■コメント - 基本設定 - メインカラム*/
#comment_module h3.title{
margin:0;
padding:7px 0 8px 0;
}
#comment_module p.list{
margin:0 0 10px 0;
padding:0;
}
#comment_module .comment_body{
margin:0;
padding:0 0 10px 0;
}
#comment_module .each_comment{
margin:0;
padding:0 0 20px 0;
}
#comment_module .comment_footer{
margin:0;
padding:0;
}
#comment_module .error{
margin-top:20px;
padding-bottom:10px;
}
#comment_module form ul{
width:340px;
margin:0 auto;
}
#comment_module form li{
display:block;
width:340px;
margin-bottom:5px;
}
#comment_module li.lastItem{
display:block;
width:330px;
margin-bottom:5px;
text-align:right;
}
#comment_module .button{
margin-left:5px;
width:80px;
font-size:0.91em;
}
#comment_module .error{
color:#FF99CC;
}

/*■読者一覧 - 基本設定 - メインカラム*/
#reader_list h3.title{
margin:0;
padding:7px 0 8px 0;
}
#reader_list li{
margin:0;
padding:8px 0;
}
#reader_list .reader_blog{
display:block;
margin-top:2px;
}

/*■お気に入りブログ一覧 - 基本設定 - メインカラム*/
#favorite_list h3.title{
margin:0;
padding:0 0 5px 0;
}
#favorite_list ul{
}
#favorite_list li{
margin:0;
padding:8px 0;
}
#favorite_list .favorite_blog{
display:block;
margin-top:2px;
}
#favorite_list .favorite_theme{
display:block;
margin-top:2px;
}

/*■ブックマーク一覧 - 基本設定 - メインカラム*/
#bookmark_list h3.title{
margin:0px;
padding:7px 0 8px 0;
}
#bookmark_list ul{
}
#bookmark_list li{
margin-bottom:4px;
padding:4px 0;
}

/*■最新記事一覧 - 基本設定 - メインカラム*/
#recent_entries_list h3.title{
margin:0;
padding:7px 0 8px 0;
}
#recent_entries_list li{
margin:0;
padding:8px 0;
}


/*■■■デザインカスタマイズ - メインカラム*/
/*■メッセージボード - デザインカスタマイズ - メインカラム*/
#message .contents{
border:1px solid #D4D4D4;
}

/*■記事 - デザインカスタマイズ - メインカラム*/
/*記事テーマ*/
.entry .theme{
border-bottom:1px dotted #FF99CC;
}
/*記事編集者名*/
.entry .name{
color:#FF99CC;
font-size:0.85em;
}
/*記事タイトル*/
.entry h3.title{
font-size:1.5em;
font-weight:bold;
line-height:1.1;
}
/*記事内容*/
.entry .contents{
line-height:1.5;
}
/*記事リンクフッター*/
.entry .foot{
border-top:1px dotted #7E8984;
font-size:0.85em;
text-align:right;
}

/*■トラックバック - デザインカスタマイズ - メインカラム*/
#trackback{
border-top:3px double #FF99CC;
line-height:1.5;
}
/*トラックバック見出し*/
#trackback h3.title{
font-size:1.17em;
}
/*トラックバック内ブログタイトル*/
#trackback .label{
font-weight:bold;
}
/*トラックバックURL*/
#trackback p.tr_URL{
border-bottom:1px dotted #7E8984;
}
/*トラックバックリスト*/
#trackback ul{
border-bottom:1px dotted #7E8984;
}

/*■コメント - デザインカスタマイズ - メインカラム*/
#comment_module{
border-top:3px double #7E8984;
line-height:1.5;
}
/*コメント見出し*/
#comment_module h3.title{
background:none;
font-size:1.17em;
}
/*コメント記入欄を表示*/
#comment_module p.list{
font-size:0.85em;
}
/*コメントフッター*/
#comment_module .comment_footer{
border-top:1px dotted #7E8984;
}
/*各コメントタイトル*/
#comment_module .label{
font-weight:bold;
}

/*■読者一覧 - デザインカスタマイズ - メインカラム*/
/*このブログの読者一覧見出し*/
#reader_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#reader_list li{
border-bottom:1px dotted #7E8984;
}

/*■お気に入りブログ一覧 - デザインカスタマイズ - メインカラム*/
/*お気に入りブログ一覧見出し*/
#favorite_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#favorite_list li{
border-bottom:1px dotted #7E8984;
}

/*■ブックマーク一覧 - デザインカスタマイズ - メインカラム*/
/*ブックマーク一覧見出し*/
#bookmark_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#bookmark_list li{
border-bottom:1px dotted #7E8984
}

/*■最新記事一覧 - デザインカスタマイズ - メインカラム*/
/*記事一覧見出し*/
#recent_entries_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#recent_entries_list li{
border-bottom:1px dotted #7E8984;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■ サイドA(sub_a)&サイドB(sub_b) ■■■■■■*/

/*■■■基本設定 - サイド*/
/*■サイドA,B共通項目 - 基本設定 - サイド*/
div.mainMenu{
margin:0 0 30px 0;
padding:0;
font-size:0.91em;
line-height:1.3;
}
div.menu_frame{
}
/*■モジュールタイトル - 基本設定 - サイド*/
h4.menu_title{
margin:0 0 10px 0;
margin-left:6px;
margin-right:6px;
padding:3px 6px;
}
/*■モジュール内一覧 - 基本設定 - サイド*/
.mainMenu ul{
margin-left:6px;
margin-right:6px;
}
.mainMenu dl{
margin-left:6px;
margin-right:6px;
}
.mainMenu p,
#search form{
margin-left:6px;
margin-right:6px;
}
/*■一覧を見る - 基本設定 - サイド*/
p.list,
p.link_blog{
margin-left:6px;
margin-right:6px;
padding-top:5px;
}
/*■ランキング - 基本設定 - サイド*/
#ranking .menu_frame{
line-height:1.4;
}
#ranking .rank_ttl{
font-size:1.2em;
font-weight:bold;
}
#ranking .menu_frame img{
vertical-align:bottom;
}
/*■プロフィール - 基本設定 - サイド*/
#profile p{
display:block;
}
/*■ブログの読者 - 基本設定 - サイド*/
#reader dl{
margin-bottom:7px;
}
#reader dd{
}
#reader ul{
margin:5px 5px 0 5px;
padding:8px 0 0 0;
}
#reader li{
}
#reader p{
display:inline;
}
/*■カレンダー - 基本設定 - サイド*/
#calendar{
}
#calendar .menu_title{
}
#calendar table{
width:168px;
font-size:0.91em;
line-height:1.3;
}
#calendar caption{
padding:5px 0;
}
#calendar caption a{
padding:0 5px;
}
#calendar th{
padding:0;
text-align:center;
}
#calendar td{
padding:0;
text-align:center;
}
/*■テーマ - 基本設定 - サイド*/
#theme_list select{
margin-left:6px;
margin-right:6px;
}
/*■最近の記事一覧 - 基本設定 - サイド*/
#recent_entries{
}
/*■アーカイブ - 基本設定 - サイド*/
#archives select{
margin-left:6px;
margin-right:6px;
}
/*■検索 - 基本設定 - サイド*/
#search form{
margin:0 7px;
}
#search .searchbox{
width:100px;
}
#search .searchbtn{
width:40px;
}
/*■お気に入りブログ - 基本設定 - サイド*/
#favorite{
}
/*■ブックマーク - 基本設定 - サイド*/
#bookmark{
}
/*■最近のコメント - 基本設定 - サイド*/
#ecent_comment{
}
/*■ランキング - 基本設定 - サイド*/
#ranking .rank_ttl{
display:block;
}
#ranking .rank{
display:block;
padding:0 3px 0 3px;
}
#ranking a{
}
#ranking img{
margin-left:5px;
}
#ranking .rank_all{
margin-bottom:8px;
}
#ranking .rank_genre{
margin-bottom:8px;
}
/*■アメブロ推奨枠 - 基本設定 - サイド*/
#ameblo{
padding-top:7px;
font-size:0.85em;
text-align:center;
}
#ameblo p{
padding:0 7px 7px 7px;
line-height:1.25;
text-align:left;
}
#ameblo li{
display:block;
margin-bottom:5px;
}
/*■RSS - 基本設定 - サイド*/
#rss{
margin:-3px auto 0 auto;
padding-bottom:16px;
border:none;
background-image:none;
text-align:center;
}


/*■■■デザインカスタマイズ - サイド*/
/*■モジュールタイトル - デザインカスタマイズ - サイド*/
h4.menu_title{
font-size:1.17em;
font-weight:bold;
}

/*■プロフィール - デザインカスタマイズ - サイド*/
#profile #new_profile{
color:#FF99CC;
}

/*■ブログの読者 - デザインカスタマイズ - サイド*/
#reader ul{
border-top:1px dotted #FF99CC;
}

/*■カレンダー - デザインカスタマイズ - サイド*/
/*日曜日*/
#calendar .sun{
}
/*土曜日*/
#calendar .sat{
}
/*ブログを書いた日*/
#calendar td a{
font-weight:bold;
text-decoration:underline;
}
/*■プラグイン - デザインカスタマイズ - サイド*/
.plugin{
margin-bottom:15px;
text-align:center;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ フッター ■■■■■■■■■■■■*/

/*■■■基本設定 - フッター*/
div#footerArea{
margin:0;
padding:12px 8px 25px 0;
border-top:1px solid #666666;
text-align:right;
}




/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
Skin for: basic_ad
FileName: type_a.css
$Revision: 1.1 $
-----------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main {
float: right;
width: 710px;
margin:0;
padding:0;
}

#sub_a{
width:170px;
margin:0;
padding: 0;
float: left;
z-index: 1;

}
#sub_b{
display: none;
}
#header {
background-color: #FFCCFF;
}



#recent_entries .menu_frame li,
#recent_comment li,
#theme_list li,
#archives li,
#reader li,
#bookmark li,
#favorite li{
background-image:url(https://stat001.ameba.jp/user_images/20090903/17/loveponchan/bb/7a/g/o0012000910246215328.gif 
);
background-repeat:no-repeat;
background-position:top left;
min-height:15px;
padding-left:15px;
}


#header {
background-image:url(//stat.ameba.jp/user_images/20100124/16/mayumayumayuchan/92/be/g/o0800048010387196129.gif);
background-repeat:no-repeat;
}

#header h1, #header h2 {
margin:0;
padding:0;
text-indent:-9999px;
}


#header{
background-position:center;/*中央に*/
padding:0;
background-position:top ;/*画像の位置　上から*/
padding-bottom:480px;/*画像の高さ※注*/

}


#header h1 a {
display:block;
height:480px; /*画像高さ*/
width:800px; /*画像幅*/
}


/*■■■■■■■■■■■ ヘッダー画像とメッセージボードの　間 ■■■■■■■■■■*/
#header {
height: 170px;/* ヘッタ画像の縦（画像の縦幅＋アイフレもどきの縦100） */
}



#message .contents{
border:none;
}

.entry .theme{
border:none;
}

.entry .foot{
border:none;
}

#comment_module .comment_footer{
border:none;
}






#header ,
#frame,
#sub_a,
{
background-color:transparent;/*背景色を透明*/
}






#comment_module .comment_body{
font-size:17px;
}
#comment_module .label{
font-size:17px;
}
#comment_module h3.title{
font-size:17px;
}
#comment_module p.list a{
font-size:17px;
}
#comment_module .comment_author a{
font-size:17px;
}
#comment_module .comment_date{
font-size:17px;
}
#comment_module .comment_gotoform a{
font-size:17px;
}




.entry {
background:#FFFFFF;
}

#message {
background:#FFFFFF;
}




/*■■■■■■■■■■■ アメンバー限定記事 ■■■■■■■■■■*/
.amemberEntryBtn img{
visibility:hidden;
}
.amemberEntryBtn a{
width:220px;/*画像の横*/
height:97px;/*画像の縦*/
background-image: url(//stat.ameba.jp/user_images/20091102/17/lovexsuki/bd/c1/g/o0220009710294329699.gif );
background-repeat:no-repeat;
display: block;
overflow:hidden;
outline:none;
margin-left: auto;
margin-right: auto;
text-align: center;
}


/*■■■■■■■■■■■ メッセージボードを中央に ■■■■■■■■■■*/
#message {
text-align:center;
}


/*■■■■■■■■■■■ 記事欄に余白つくる ■■■■■■■■■■*/

.entry{
padding:10px 30px;
}


/*■■■■■■■■■■■ コメント欄に余白つくる ■■■■■■■■■■*/
#comment_module {
padding:10px 30px;
}
 






/*■■■■■■■■■■■ メッセージ欄　ハート　背景に画像　 ■■■■■■■■■■*/

#message {
background-image: url(//stat.ameba.jp/user_images/20100126/18/loveponpon/8b/e8/g/o0710011210389810096.gif);
background-repeat;no-repeat;
}



/*■■■■■■■■■■■ コメント欄の背景に画像 ■■■■■■■■■■*/

#comment_module {
background-image: url(//stat.ameba.jp/user_images/20110308/13/foreverxforever/fc/3e/g/o0710011211097695117.gif);
background-repeat;no-repeat;
}


/*■■■■■■■■■■■ 記事欄　ハート　背景に画像 ■■■■■■■■■■*/
.entry {
background-image: url(//stat.ameba.jp/user_images/20110309/22/foreverxforever/07/d9/p/o0709020011100934401.png);
background-repeat;no-repeat;
}






/*■■■■■■■■■■■ コメントに画像 ■■■■■■■■■■*/
#comment_show input#commentbutton{
width: 230px;/*画像の横*/
height:100px;/*画像の縦*/
background:url(//stat.ameba.jp/user_images/20100122/18/mayumayumayuchan/4a/69/g/o0230010010384958372.gif);
background-repeat:no-repeat;
margin:0 auto;
padding:0;
text-indent: -9999px;
border:none;
cursor:pointer;
}
#comment_show,
#comment_module form ul,
#comment_module form li,
#comment_module li.lastItem{
width:200px;/*ボタン画像の幅*/
}
#comment_show {
border:none;
background-color:transparent;
}
#comment_show h4,
#comment_show p {
display:none;
}

/*■■■■■■■■■■■ 広告消す ■■■■■■■■■■*/
#advertising2{
text-indent:-2000px;
display:block;
overflow:hidden;
width:0;
height:0;
}
#ameblo{
text-indent:-2000px;
display:block;
overflow:hidden;
width:0;
height:0;
}
#defaultAd{
text-indent:-2000px;
display:block;
overflow:hidden;
width:0;
height:0;
}


/* ----------------------------------------------------- */
/* ■ 最上段　　アメーバ会員登録　　削除　　　　　　　　 */
/* ----------------------------------------------------- */
#amebaBar li a.barRegist{
display:none;
}

/* ----------------------------------------------------- */
/* ■ アメーババーのマイページ・ピグ・ブログを書く　削除 */
/* ----------------------------------------------------- */
#barLogoTop li{
display:none;
}

/* ----------------------------------------------------- */
/* ■ 最上段　　芸能人ブログランキング　　削除　　　　　 */
/* ----------------------------------------------------- */
#amebaBar li a.menuRank{
display:none;
}

/* ----------------------------------------------------- */
/* ■ アメーババー検索　削除　　　　　　　　　　　　　　 */
/* ----------------------------------------------------- */
li#barSrch{
display:none;
}
/* ----------------------------------------------------- */
/* ■ オススメ　削除　　　　　　　　　　　　　　 */
/* ----------------------------------------------------- */
#barAd {
display:none;
}

/*フッターエリアの線を消す*/
div#footerArea {
border-top:none !important;/*線を消す*/
}


/* ● XML RSS1.0 XML RSS2.0 ※著作権についてのご注意を非表示にします ● */
#rss{display:none;}
 

/* ● プロフィール(...>>続きをみる)を非表示にします ● */
#profile .freeText a{display:none;}
/* ● プロフィール(ブログジャンル)を非表示にします ● */
#profile .genre, #profile .genre a{display:none;}
/* ● プロフィール(メッセージを送る)を非表示にします ● */
#profile .menuMsg {display:none;}
/* ● プロフィール(アメンバーになる)を非表示にします ● */
#profile .menuAmember {display:none;}
/* ● プロフィール(プレゼントを贈る)を非表示にします ● */
#profile .menuPresent {display:none;}








/*■■■■■■■■■■■ スクロールバーの色 ■■■■■■■■■■*/
html,body {
scrollbar-face-color: #ffccff;　　 　　/* 1 表面の色 */
scrollbar-track-color: #ffccff;　　　 /* 2 バーの背景の色 */
scrollbar-arrow-color: #ffffff;　　 　/* 3 矢印の色 */
scrollbar-highlight-color: #ffccff; 　/* 4 ハイライトの色 */
scrollbar-3dlight-color: #ffffff;　 　 /* 5 外側のハイライトの色 */
scrollbar-shadow-color: #ffffff;　 　　/* 6 影の色 */
scrollbar-darkshadow-color: #ffffff; 　/* 7 外側の影の色 */
}



/*最近の記事スクロール*/
#recent_entries ul{
height:70px; 
overflow:auto;
}


/*アーカイブスクロール*/
#archives ul{
height:70px;
overflow:auto;
}

/*ブログテーマ一覧スクロール*/
#theme_list ul{
height:70px;
overflow:auto;
}



/*このブログの読者になる（チェック）を画像に変更する　ここから*/
.readerMainLink p{
text-indent:-9999px;
background-image:none;
}
.readerMainLink p a{
display: block;
padding:0;
margin:0 auto;
width:170px;/*画像の横*/
height:30px;/*画像の縦*/
background-image : url(//stat.ameba.jp/user_images/20100117/17/mayumayumayuchan/c0/00/g/o0170003010379178793.gif);
background-repeat : no-repeat ;
}



/*■■■■■■■■■■■ サイドバーメニューに画像 ■■■■■■■■■■*/
.mainMenu{
width:170px;/*サイドの幅*/
margin:10px 5px 0 0;/*基本の位置*/
}
h4.menu_title{
margin: 0;
padding: 0;
border:none;
background-position:0px 0px;
text-indent:-9000px;
background-repeat:no-repeat;
width:170px;/*画像の横*/
height:70px;/*画像の縦*/
}
#profile h4.menu_title{/*プロフィール*/
background-image:url(//stat.ameba.jp/user_images/20100118/13/mayumayumayuchan/fd/9a/g/o0170007010380188032.gif);
}
#calendar h4.menu_title{/*カレンダー*/
background-image:url(//stat.ameba.jp/user_images/20100118/13/mayumayumayuchan/a2/54/g/o0170007010380188031.gif );
width:170px;/*画像の横横幅が違う場合はそのつど指定*/
height:70px;/*画像の縦、縦が違う場合はそのつど指定*/
}

#theme_list h4.menu_title{/*ブログテーマ一覧*/
background-image:url(//stat.ameba.jp/user_images/20100118/13/mayumayumayuchan/3b/2a/g/o0170007010380188424.gif);
}
#recent_entries h4.menu_title{/*最近の記事一覧*/
background-image:url(//stat.ameba.jp/user_images/20100118/13/mayumayumayuchan/d0/00/g/o0170007010380188423.gif);
}
#archives h4.menu_title{/*アーカイブ*/
background-image:url(//stat.ameba.jp/user_images/20100118/13/mayumayumayuchan/9b/81/g/o0170007010380188029.gif);
}







/*■■■■■■■■■■■ メニューボタン ■■■■■■■■■■*/
#frame{
position:relative;/*frameの左上（右上）を基準に*/
}
#menu-1{
position:absolute;
top:469px;/*上から A*/
left:50px;/*左から B*/
}
#menu-2{
position:absolute;
top:469px;/*上から A*/
left:184px;/*左から B*/
}
#menu-3{
position:absolute;
top:469px;/*上から A*/
left:318px;/*右から B*/
}
#menu-4{
position:absolute;
top:469px;/*上から A*/
left:452px;/*左から B*/
}
#menu-5{
position:absolute;
top:469px;/*上から A*/
left:586px;/*右から B*/
}
#menu-6{
position:absolute;
top:469px;/*上から A*/
left:720px;/*右から B*/
}


#menu-7{
position:absolute;
top:1090px;/*上から A*/
left:50px;/*左から B*/
}
#menu-8{
position:absolute;
top:1130px;/*上から A*/
left:50px;/*左から B*/
}
#menu-9{
position:absolute;
top:1170px;/*上から A*/
left:50px;/*右から B*/
}
#menu-10{
position:absolute;
top:1210px;/*上から A*/
left:50px;/*左から B*/
}
#menu-11{
position:absolute;
top:1250px;/*上から A*/
left:50px;/*右から B*/
}

#menu-1 a,
#menu-2 a,
#menu-3 a,
#menu-4 a,
#menu-5 a,
#menu-6 a,
#menu-7 a,
#menu-8 a,
#menu-9 a,
#menu-10 a,
#menu-11 a{
overflow:hidden; outline:none;
}



/*■■■■■■■■■■■ フッターに画像 ■■■■■■■■■■*/
div#frame {
background-image: url(//stat.ameba.jp/user_images/20100114/10/mayumayumayuchan/26/b9/j/o0710044310375527544.jpg);
background-repeat: no-repeat;/*繰り返さない*/
background-position:right bottom ;/*画像の位置　左から　上から*/
padding-bottom:300px;/*画像の高さ※注*/
border:none !important;
}



/*■■■■■■■■■■■ カレンダー ■■■■■■■■■■*/
#calendar table caption{
background: no-repeat url(//stat.ameba.jp/user_images/20100128/18/mayumayumayuchan/21/35/g/o0157000910392114191.gif);
padding-bottom: 10px;
background-position:bottom;
}
#calendar table td{
background: no-repeat url(//stat.ameba.jp/user_images/20100128/18/mayumayumayuchan/21/35/g/o0157000910392114191.gif);
padding-bottom: 4px;
background-position:left bottom;
}
#calendar td a {/*記事のある日付*/
color:#FF99cc;/*文字色*/
background: url(//stat.ameba.jp/user_images/20101019/19/foreverxforever/5f/d2/g/t00170013_0017001310810349806.gif);
background-repeat: no-repeat;
background-position: center;
display: block;
}

/*■■■■■■■■■■■ フッターの画像下の空白を消す ■■■■■■■■■■*/
div#footerArea{
background-color:transparent !important;
border:none !important;
}
#register{
display:none;
}
 
/*■■■■■■■■■■■ アイレフ ■■■■■■■■■■*/
#MSGE_text{
position:absolute;
top:529px;/* 上からの位置 */
left:240px;/* 左からの位置 */
z-index:201;/*重なりの順序を一番上に*/
height:90px;/* 枠の高さ */
width:430px;/* 枠の横 */
overflow:auto;/* スクロールバーつける */
padding:10px;/* 中のすきま　余白 */
font-size:15px;/* 文字の大きさ */
color:#ff99cc;/* 文字の色 */
background-color:#ffffff;/* 枠内の背景色 */
background-repeat:no-repeat;/* 繰り返したくない場合は　no-repeatにする */
filter:alpha(opacity=70); /*背景色を半透明*/
-moz-opacity: 0.7;/*背景色を半透明*/
opacity: 0.7;/*背景色を半透明*/
}
}


/*■■■■■■■■■■■ 名前　ルーム　なう　消す ■■■■■■■■■■*/
#overHeader #userNaviArea{
display:none !important;
}




/*■■■■■■■■■■■ 記事を中央に ■■■■■■■■■■*/
*.entry {*
*text-align:center;*
*}*








/*　dashed を変更する　*/
/*　点線： dotted　/　実線： solid　/　二重線： double*/
