/*-----------------------------------------------------
ameblo CSS Skin Settings
Skin for:	basic_ad
FileName:   common.css
$Revision: 1.8 $
-----------------------------------------------------*/
/*============ ☆ かんたんスキンカスタマイズはこちら ☆ ==============*/

/*:(コロン)と、;(セミコロン)の間に色、画像、サイズなどを指定して下さい*/

/*１）ブログタイトルの文字サイズを変更する*/
#header h1{
font-size: 0px; /*-- 文字サイズ --*/
}
/*２）ブログタイトルの文字色を変更する*/
#header h1 a{
color:#000000; 
}
/*３）ブログ説明の文字サイズを変更する*/
#header h2{
font-size: 0px
}
/*４）ブログ説明の文字色を変更する*/
#header h2{
color:#f0e0d1; 
}
/*５）ページ背景に画像を入れる*/
body{
background-image:url();
}
/*６）ページ全体の文字色を変更する*/
body{
color: #333333; /*-- 濃いグレー --*/
}
/*７）記事タイトルの背景色を変更する*/
.entry h3.title{
background-color: #F0E0D1; 
}
/*８）記事タイトルの文字色を変更する*/
.entry h3.title{
color: #FFcc99; 
}
/*９）サイドバーの見出し文字色を変更する*/
h4.menu_title{
color: #333333; 
}
/*１０）サイドバーの見出し背景色を変更する*/
h4.menu_title{
background-color: #F0E0D1
}
/*===================================================================*/

/*============ ★ その他のスキンカスタマイズはこちら ★ ==============*/
/*
目次
■スキン基本設定
+--基本設定
+--デザインカスタマイズ
   +--リンク
   +--リンク：訪問済み
   +--リンク：マウスオーバー時
   +--コンテンツ全体
   +--メインカラム
   +--サイドカラム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:0px;
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:805px;
margin:0 auto;
text-align:left;
}
#wrap{
width:800px;
}
#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:#91aba6;
}
/*■リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#996699;
}
/*■リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:#666633;
}
/*■コンテンツ全体*/
#frame{
background-color:#F0E0D1;
}
/*■メインカラム*/
#main{
}
/*■サイドカラムA*/
#sub_a{
color:#666666;
background-color:#F0E0D1;
}
/*■サイドカラムB*/
#sub_b{
color:#666666;
background-color:#F0E0D1;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/

/*■■■基本設定 - ヘッダー*/
#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;
}

/*■■■デザインカスタマイズ - ヘッダー*/




/*■ブログタイトルを画像に変更*/
div#header h1 {
margin:0 0 0 0px;/*　タイトル画像の表示位置　*/
padding:0;
width:800px; /*　タイトル画像の横幅　*/
height:447px; /*　タイトル画像の縦　*/
background: url(//stat.ameba.jp/user_images/20100606/00/aco-illustration/e8/54/p/o0800044710576802691.png) ;
background-repeat : no-repeat;
}
#header h1,
#header h2{/*位置の初期化*/
margin:0;
padding:0;
}
#header h1 a{
width:800px;/*画像の横*/
height:447px;/*画像の縦*/
display:block;
position:absolute;
text-indent:-9000px;
text-decoration:none;
}
#header h2{
display:none;/*概要を非表示*/
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ メインカラム ■■■■■■■■■■■*/

/*■■■基本設定 - メインカラム*/
/*■メッセージボード - 基本設定 - メインカラム*/
#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 8px 0;
padding:3px 5px;
}
.entry .contents{
margin:15px 0 15px 0;
width:413px;
border:1px solid #000000;
padding:20px 10px 10px 10px;/*上20、左右下は10pxの余裕*/
}
}
.entry .foot{
padding-top:5px;
}



/*■記事背景画像*/
.entry {
background-image: url(//stat.blogskin.ameba.jp/blogskin_images/20100606/04/ab/32/p/o03990284aco-illustration1275764766921.png);
background-repeat: no-repeat;
background-position:100% 157px;
}

.contents #advertising2{
background:none !important;
}

/*■ページ送り - 基本設定 - メインカラムり*/
.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:#FF0000;
}

/*■読者一覧 - 基本設定 - メインカラム*/
#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:3px double #000000;
}

/*■記事 - デザインカスタマイズ - メインカラム*/
/*記事テーマ*/
.entry .theme{
border-bottom:0px solid #ff9999;
}
/*記事編集者名*/
.entry .name{
color:#666666;
font-size:0.85em;
}
/*記事タイトル*/
.entry h3.title{
font-size:13px;
font-weight:bold;
line-height:1.2;
}
/*記事内容*/
.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 #7E8984;
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:10;
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:#666666;
}

/*■ブログの読者 - デザインカスタマイズ - サイド*/
#reader ul{
border-top:1px dotted #7E8984;
}

/*■カレンダー - デザインカスタマイズ - サイド*/
/*日曜日*/
#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_c.css
$Revision: 1.1 $
-----------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main{
float:left;
width: 435px;
margin:0;
padding:0 5px;
}

#sub_a{
float: left;
z-index: 1;
width:170px;
margin:0;
padding:0 8px 0 0;
}

#sub_b{
float: right;
z-index: 2;
width:170px;
margin:0;
padding:0;
}


body {
background-color: #000000;
}

#header {
background-image: url(//stat.ameba.jp/user_images/20100606/00/aco-illustration/e8/54/p/o0800044710576802691.png);
}

#header {
height: 447px;
}

#header {
background-repeat:repeat-x;
}

/* ナビ消す テスト　*/
div#userNaviArea{
display: none;
}

/* ナビ消す　*/
#overHeader #userNaviArea{
visibility: hidden !important;
}


/* 記事タイトル画像　*/

h3.title{
background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20100604/20/49/9c/p/o04200060aco-illustration1275650358194.png);
background-repeat : no-repeat;
width:420px;/*画像の横*/
height:60px;/*画像の縦*/
}




/*サイドメニュータイトル*/

.mainMenu{
width:170px;/*サイドの幅*/
margin:10px 5px 0 0;/*基本の位置*/
}
.menu_title{
margin: 0;
padding: 0;
border:none;
background-position:0px 0px;
text-indent:-9000px;
background-repeat:no-repeat;
width:160px;/*画像の横*/
height:37px;/*画像の縦*/
}
#profile .menu_title{/*プロフィール*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/a6/a9/p/o0160003710574841352.png );
}
#calendar .menu_title{/*カレンダー*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/34/f1/p/o0160003710574837115.png);
/*画像の横横幅が違う場合はそのつど指定*/
/*画像の縦、縦が違う場合はそのつど指定*/
}
#reader .menu_title{/*このブログの読者*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/b4/3f/p/o0160003710574837108.png);
}
#theme_list .menu_title{/*テーマ*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/30/84/p/o0160003710574837113.png );
}
#recent_entries .menu_title{/*最近の記事一覧*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/61/90/p/o0160003710574839379.png);
}
#search .menu_title{/*ブログ内検索*/
background-image:url(画像のURL );
}
#archives .menu_title{/*アーカイブ*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/ce/54/p/o0160003710574837109.png );
}
#favorite .menu_title{/*お気に入りブログ*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/a8/76/p/o0160003710574841390.png );
}
#bookmark .menu_title{/*ブックマーク*/
background-image:url(http://aco-shibata.com/ameba/ameblo_sidebar_bookmark.png );
}
#recent_comment .menu_title{/*最近のコメント*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/7e/16/p/o0160003710574839393.png);
/*画像の縦、縦が違う場合はそのつど指定*/
}
#ranking .menu_title{/*ランキング一覧*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/2a/7e/p/o0160003710574841391.png );
}

#defaultAd .menu_title{/*サイドＰＲ*/
background-image:url(//stat.ameba.jp/user_images/20100604/21/aco-illustration/14/54/p/o0160003710574841385.png);
}


/*記事内広告*/
#general {
font-size:0.85em; /* 文字サイズ */
background-color:#feeddf; /* 広告背景色 */
}

div#adList.gadBox, div#talent.gadBox, div#general.gadBox {
margin:0 0px 0 100px; /* 上 右 下 左 のmargin */
padding:10px; /* 枠内の隙間 */
}

#talent .hideAdsArrow, #general .hideAdsArrow, #adList .hideAdsArrow {
margin:0; /* 各広告の上下スペースをなくす */
}

p#gadLogo{
font-size:0.85em; /* 文字サイズ */
margin:0 100px 0 100px; /* 上 右 下 左 のmargin */
}

#adList.gadBox div#adCount0 #gAdTitle0, #general.gadBox div#adCount0 #gAdTitle0, #adList.gadBox div#adCount1 #gAdTitle1, #general.gadBox div#adCount1 #gAdTitle1, #adList.gadBox div#adCount2 #gAdTitle2, #general.gadBox div#adCount2 #gAdTitle2, #adList.gadBox div#adCount3 #gAdTitle3, #general.gadBox div#adCount3 #gAdTitle3, #adList.gadBox div#adCount4 #gAdTitle4, #general.gadBox div#adCount4 #gAdTitle4, #adList.gadBox div#adCount0.blockhoverGeneral #gAdTitle0, #general.gadBox div#adCount0.blockhoverGeneral #gAdTitle0, #adList.gadBox div#adCount1.blockhoverGeneral #gAdTitle1, #general.gadBox div#adCount1.blockhoverGeneral #gAdTitle1, #adList.gadBox div#adCount2.blockhoverGeneral #gAdTitle2, #general.gadBox div#adCount2.blockhoverGeneral #gAdTitle2, #adList.gadBox div#adCount3.blockhoverGeneral #gAdTitle3, #general.gadBox div#adCount3.blockhoverGeneral #gAdTitle3, #adList.gadBox div#adCount4.blockhoverGeneral #gAdTitle4, #general.gadBox div#adCount4.blockhoverGeneral #gAdTitle4, #main #talent.gadBox .genAnch, #main #adList.gadBox .genAnch, #main #general.gadBox .genAnch{
background:none; /* 本マーク削除 */
color:#FFcccc; /* 文字色 */
}

/*コメント投稿欄*/
#comment_show{
border:2px dotted #ffcc99;
background-color:#feeddf;
}
#comment_show h4{
color:#999999;/*文字の色*/
}
#comment_show p{
color:#666666;/*文字の色*/
}
/*コメント記入欄を表示ボタン*/
#comment_show input#commentbutton{
color:#666666;/*文字色*/
background-color:#FFcccc;/*背景色*/
border-color:#ff9999;/*枠色*/
}


/*PR広告を追いやる*/
#mainIndex{position:relative;}/*-- 移動拠点 --*/

#defaultAd{
position:absolute;/*-- #mainIndexを拠点に移動させます --*/
bottom:50px;right:20px;/*-- #mainIndexの右下から動く距離 --*/
width:62px;/*-- IE７は幅指定をしないと、幅100%でウインドウの中央下に表示されてしまいます --*/
}

#defaultAd div{max-width:62px;max-height:122px;}

#defaultAd.defaultAd2 img,
#defaultAd embed{
max-width:60px;max-height:120px;
filter: alpha(style=0, opacity=70);/*-- IE向け半透明 --*/
-moz-opacity : 0.7;/*-- 旧firefox向け半透明 --*/
opacity :0.7;/*-- firefox,safari,opera,chrome向け半透明 --*/
}

#sub_b #defaultAd.mainMenu.defaultAd2 h4.menu_title{
display:none !important;/*-- PRのメニュータイトルを消す --*/
}




/* サイドのプロフすっきり */
#profile.link_genre{
display:none;
}

/* [記事作成・編集]　 */　

#profile.link_blog{
display:none;
}

#profile.link_info{
display:none;
}



/* ブログを作るボタンロールオーバー */
#ameblo a#btn_blog img {
visibility : hidden ;
}
#ameblo a#btn_blog{
display: block;
padding:0;
margin:0;
height:60px;/*画像の縦*/
width:160px;/*画像の横*/
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100724/15/aco-illustration/09/2a/p/o0161005810655945343.png) ;
}
#ameblo a#btn_blog:hover {
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100724/15/aco-illustration/a8/ac/p/o0161005810655945342.png);
}




/* プロフィール画像が小さくて左に寄っている場合は */

#profile.image{
text-align:center;
}


/* 読者になるボタンロールオーバー */
#readerList img {
visibility : hidden ;
}
#readerList dl a{

display: block;
padding:0;
margin:0;

height:60px;/*画像の縦*/
width:160px;/*画像の横*/
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100724/01/aco-illustration/09/40/p/o0161005810655286400.png) ;
}
#readerList dl a:hover {
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100724/01/aco-illustration/c9/42/p/o0161005810655286401.png);
}



/* リストマーク */

.menu_frame ul {/* 全体の位置 */
list-style: none;
margin-left: 10px;/* 注1　*/
}
#reader li {/*reader : 読者一覧*/
margin: 0;
padding-left: 0px;/*画像横+α 注2 */
background: url(画像のURL) no-repeat;
background-position:0px 0px;/*画像位置 横 上 注3 */
}
#bookmark li {/*bookmark : ブックマーク*/
margin: 0;
padding-left: 0px;/*画像横+α*/
background: url(画像のURL) no-repeat;
background-position:0px 0px;/*画像位置 横 上*/
}
#favorite li {/*favorite : お気に入りブログ*/
margin: 0;
padding-left: 0px;/*画像横+α*/
background: url(画像のURL) no-repeat;
background-position:0px 0px;/*画像位置 横 上*/
}
#recent_entries li {/*recent_entries : 最新の記事*/
margin:0;
padding-left: 20px;/*画像横+α*/
background: url(//stat.ameba.jp/user_images/20100924/15/aco-illustration/e8/c7/p/o0016001610764968397.png) no-repeat;
background-position:0px 0px;/*画像位置 横 上*/
}
#recent_comment li {/*recent_comment : 最近のコメント*/
margin: 0;
padding-left: 0px;/*画像横+α*/
background: url(画像のURL) no-repeat;
background-position:0px 0px;/*画像位置 横 上*/
}
#theme_list li {/*theme_list : ブログテーマ一覧*/
margin: 0;
padding-left: 0px;/*画像横+α*/
background: url(画像のURL) no-repeat;
background-position:0px 0px;/*画像位置 横 上*/
}
#archives li {/*archives : アーカイブ*/
margin: 0;
padding-left: 0px;/*画像横+α*/
background: url(画像のURL) no-repeat;
background-position:0px 0px;/*画像位置 横 上*/
} 

/* [一覧を見る]を右に */
.menu_frame p.list{
text-align: right;
padding-right: 5px;
}



/*フッターの背景を透明化する */

div#footerArea {
margin:0 auto;
width: 800px !important;
border-top:none !important;
}
div#footerArea img{
padding-right:10px;
padding-bottom:10px;
}
div#footerArea {
background-color:transparent !important;
border:none !important;
}
