@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------
ameblo CSS Skin Settings
Skin for:	basic_ad
FileName:   common.css
$Revision: 1.8 $
-----------------------------------------------------*/
/*============ ☆ かんたんスキンカスタマイズはこちら ☆ ==============*/

/*:(コロン)と、;(セミコロン)の間に色、画像、サイズなどを指定して下さい*/

/*１）ブログタイトルの文字サイズを変更する*/

body#mainIndex{
background:transparent url("//stat.blogskin.ameba.jp/blogskin_images/20120124/12/a6/43/g/o08000576aiclove1327375910050.gif") repeat;
}
#header {
margin:0;
padding:0;
text-indent:-9999px;
width:800px;
height:422px;

}




#overHeader{
width:800px;
height:422px;
background:transparent url(//stat.blogskin.ameba.jp/blogskin_images/20120412/14/4d/c6/j/o08000422aiclove1334208231060.jpg) no-repeat top;
margin:0;
padding:0 ;
border-left:#CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;
border-top:#CCCCCC 1px solid;
}






#userNaviArea{
height:0;
text-indent:-9999px;
visibility: hidden;
}

#navigationList{
height:0;
text-indent:-9999px;
visibility: hidden;
}

#header h1{



 /*-- 25px相当の文字サイズ --*/
}
/*２）ブログタイトルの文字色を変更する*/
#header h1 a{
 /*-- 濃いグレー --*/
}
/*３）ブログ説明の文字サイズを変更する*/
#header h2{
font-size: 1.0em; /*-- 12px相当の文字サイズ --*/
}
/*４）ブログ説明の文字色を変更する*/
#header h2{
 /*-- 指定なし --*/
}
/*５）ページ背景に画像を入れる*/
body{
background-image:url();
}
/*６）ページ全体の文字色を変更する*/
body{
color: #623a12; /*-- 濃いグレー --*/
}
/*７）記事タイトルの背景色を変更する*/
.entry h3.title{
background-color:#FFFFFF;
}
/*８）記事タイトルの文字色を変更する*/
.entry h3.title{
color: #5A3D1C;
}
/*９）サイドバーの見出し文字色を変更する*/
h4.menu_title{
text-indent:-9999px;
}
/*１０）サイドバーの見出し背景色を変更する*/
h4.menu_title{
width:170px;
height:40px;
display:block;
}
/*===================================================================*/

/*============ ★ その他のスキンカスタマイズはこちら ★ ==============*/
/*
目次
■スキン基本設定
+--基本設定
+--デザインカスタマイズ
   +--リンク
   +--リンク：訪問済み
   +--リンク：マウスオーバー時
   +--コンテンツ全体
   +--メインカラム
   +--サイドカラムA
   +--サイドカラムB

■ヘッダー
+--基本設定
+--デザインカスタマイズ
   +--ブログタイトル
   +--ブログ説明

■メインカラム
+--基本設定
+--デザインカスタマイズ
   +--メッセージボード
   +--記事
   +--トラックバック
   +--コメント
   +--読者一覧
   +--お気に入りブログ一覧
   +--ブックマーク一覧
   +--最新記事一覧

■サイドA(sub_a)&サイドB(sub_b)
+--基本設定
+--デザインカスタマイズ
   +--モジュールタイトル
   +--プロフィール
   +--ブログの読者
   +--カレンダー
   +--プラグイン

■フッター
+--基本設定
*/
/*===================================================================*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ スキン基本設定 ■■■■■■■■■■*/

/*■■■基本設定 - スキン基本設定*/
/*■タグ初期化 - 基本設定 - スキン基本設定*/
html { 
font-size:11px !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:800px;

margin:0 auto;
text-align:left;

}
#wrap{
width:800px;
border-left:#CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;
}
#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:#D8BE7C;
}
/*■リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#D8BE7C;
}
/*■リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:#BB006A;
}
/*■コンテンツ全体*/
#frame{
background-color:#FFFFFF;
}
/*■メインカラム*/
#main{
}
/*■サイドカラムA*/
#sub_a{
color:#D8BE7C;
background-color:#FFFFFF;
}
/*■サイドカラムB*/
#sub_b{
color:#D8BE7C;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/

/*■■■基本設定 - ヘッダー*/
#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{
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing: 1.5pt;
display:block;
float:left;
margin:0;
padding:1px 0;
font-size:10px;
}
.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 0;
}
.entry .contents{
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:#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:1px solid #D4D4D4;
}

/*■記事 - デザインカスタマイズ - メインカラム*/
/*記事テーマ*/
.entry .theme{
border-bottom:1px dotted #7E8984;
}
/*記事編集者名*/
.entry .name{
color:#666666;
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 #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:0;
font-size:11px;
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:10px;
margin-right:6px;
}
.mainMenu dl{
margin-left:10px;
margin-right:6px;
}
.mainMenu p,
#search form{
margin-left:10px;
margin-right:6px;
}
/*■一覧を見る - 基本設定 - サイド*/
p.list,
p.link_blog{
margin-left:10px;
margin-right:6px;
padding-top:5px;
}
/*■ランキング - 基本設定 - サイド*/
#ranking .menu_frame{
line-height:1.4;
}
#ranking .rank_ttl{
font-size:1em;
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{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091031/21/aiclove/74/14/j/o0170004610292453695.jpg") no-repeat;
}
#calendar table{
width:168px;

: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 .menu_title{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091031/21/aiclove/cd/b5/j/o0170004610292454962.jpg") no-repeat;
}

#theme_list select{
margin-left:6px;
margin-right:6px;
}
/*■最近の記事一覧 - 基本設定 - サイド*/
#recent_entries{
}

#recent_entries .menu_title{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091031/21/aiclove/89/c8/j/o0170004610292454960.jpg") no-repeat;
}
/*■アーカイブ - 基本設定 - サイド*/
#archives select{
margin-left:6px;
margin-right:6px;
}

#archives .menu_title{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091031/21/aiclove/03/97/j/o0170004610292453689.jpg") no-repeat;
}
/*■検索 - 基本設定 - サイド*/
#search form{
margin:0 7px;
}
#search .searchbox{
width:100px;
}
#search .searchbtn{
width:40px;
}
#search .menu_title{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091119/21/aiclove/68/ea/j/t01700046_0170004610312460116.jpg") no-repeat;
}
/*■お気に入りブログ - 基本設定 - サイド*/


#favorite .menu_title{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091031/21/aiclove/4f/90/j/o0170004610292453697.jpg") no-repeat;
}
/*■ブックマーク - 基本設定 - サイド*/
#bookmark{
}

#bookmark .menu_title{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091119/21/aiclove/85/bd/j/o0170004610312460115.jpg") no-repeat;
}
/*■最近のコメント - 基本設定 - サイド*/
#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:11px;
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{
}
#person ul{
width:150px;
}

#person ul li#image{
width:150px;
margin:0 auto;
}

#person ul li#profLink{
padding-left:30px;
text-align:center;
}

#person ul li#nickname{
padding-left:30px;
text-align:center;
}

#person ul li#genre{
padding-left:30px;
text-align:center;
letter-spacing:0.5em;
}

#profile .menu_title{
height:0;

}

/*■ブログの読者 - デザインカスタマイズ - サイド*/
#reader ul{
border-top:1px dotted #7E8984;
}

#reader .menu_title{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091031/21/aiclove/bf/6a/j/o0170004610292454959.jpg") no-repeat;
}

/*■カレンダー - デザインカスタマイズ - サイド*/
/*日曜日*/
#calendar .sun{
}

#calendar .menu_title{
width:170px;
height:40px;
background:transparent url("//stat.ameba.jp/user_images/20091120/13/aiclove/b9/a4/j/o0170004610313018332.jpg") no-repeat;
}
/*土曜日*/
#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 #ccc;
text-align:right;

}





/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
Skin for:	basic_ad
FileName:   type_c.css
$Revision: 1.1 $
-----------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main{
float: left;
width: 400px;
margin:0;
padding:0 10px;
}

#sub_a{
float: left;
z-index: 1;
width:180px;
margin:0;
padding:0 0 0 4px;
}

#sub_b{
float: left;
z-index: 2;
width:180px;
margin:0;
padding:0 4px 0 0;
margin-top:-37px;
background-color:transparent;
}

/*--
#defaultAd{
text-indent:-9999px;
height:0;
visibility: hidden;
}

#defaultAd img{
text-indent:-9999px;
height:0;
visibility: hidden;
}

.mainMenu defaultAd2{
text-indent:-9999px;
height:0;
visibility: hidden;

}

.mainMenu defaultAd2 img{
text-indent:-9999px;
visibility: hidden;
height:0;
}

#ameblo{
text-indent:-9999px;
height:0;
visibility: hidden;

}
--*/
#footer_ad{
text-indent:-9999px;
height:0;
visibility: hidden;
}

#themeBox{
text-indent:-9999px;
height:0;
visibility: hidden;
}

#advertising2{
text-indent:-9999px;
height:0;
visibility: hidden;
}

#barLogoTop{
text-indent:-9999px;
height:0;
visibility: hidden;
background-color:#FFFFFF;
}


.banner01{
width:170px;
height:64px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner01 a{
width:170px;
height:64px;
display:block;
text-indent:-9999px;
}

.banner02{
width:170px;
height:167px;
text-indent:-9999px;
margin-left:6px;
}
.banner02 a{
width:170px;
height:167px;
display:block;
text-indent:-9999px;
margin-left:6px;
}


.banner03{
width:170px;
height:90px;
display:block;
text-indent:-9999px;
margin-left:6px;
}
.banner03 a{
width:170px;
height:90px;
display:block;
text-indent:-9999px;
margin-left:6px;
}
.banner04{
width:170px;
height:100px;
display:block;
text-indent:-9999px;
margin-left:6px;
}
.banner04 a{
width:170px;
height:100px;
display:block;
text-indent:-9999px;
margin-left:6px;
}
.banner05{
width:170px;
height:64px;
display:block;
text-indent:-9999px;
margin-left:6px;
}
.banner05 a{
width:170px;
height:64px;
display:block;
text-indent:-9999px;
margin-left:6px;
}


.banner06{
width:170px;
height:215px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner07 a{
width:170px;
height:188px;
display:block;
text-indent:-9999px;
}

.banner07{
width:170px;
height:188px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner06 a{
width:170px;
height:215px;
display:block;
text-indent:-9999px;
}

.banner08{
width:170px;
height:69px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner08 a{
width:170px;
height:69px;
display:block;
text-indent:-9999px;
}

.banner_ssale{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_ssale a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}


.banner_ssale02{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_ssale02 a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}


.banner_outer{
width:170px;
height:90px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_outer a{
width:170px;
height:89px;
display:block;
text-indent:-9999px;
}

.banner_acc{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_acc a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_point10{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_point10 a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_hm{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_hm a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_wsale{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_wsale a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_catalog{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_catalog a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_mem1000{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_mem1000 a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_tsale{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_tsale a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_lucky7{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_lucky7 a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_cosmicsale{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_cosmicsale a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_sfair{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_sfair a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

.banner_soryo{
width:170px;
height:80px;
text-indent:-9999px;
padding:0;
margin:0 0 0 6px;
}

.banner_soryo a{
width:170px;
height:80px;
display:block;
text-indent:-9999px;
}

#sfair{
background:transparent url("//stat.ameba.jp/user_images/20120316/11/aiclove/17/5e/j/o0170008011854419696.jpg") no-repeat;
}

#soryo{
background:transparent url("//stat.ameba.jp/user_images/20120427/18/aiclove/e9/d5/j/o0170008011939203864.jpg") no-repeat;
}

#cosmicsale{
background:transparent url("//stat.ameba.jp/user_images/20120308/18/aiclove/6b/b6/j/o0170008011839616922.jpg") no-repeat;
}

#tsale{
background:transparent url("//stat.ameba.jp/user_images/20111216/11/aiclove/21/c6/j/o0170008011674486040.jpg") no-repeat;
}

#ssale2012{
background:transparent url("//stat.ameba.jp/user_images/20120803/16/aiclove/f8/a5/j/o0170008012113991245.jpg") no-repeat;
}

#wsale{
background:transparent url("//stat.ameba.jp/user_images/20120120/16/aiclove/4b/e5/j/o0170008011745134078.jpg") no-repeat;
}

#catalog{
background:transparent url("//stat.ameba.jp/user_images/20120420/16/aiclove/72/21/j/o0170008011926423022.jpg") no-repeat;
}

#mem1000{
background:transparent url("//stat.ameba.jp/user_images/20120105/17/aiclove/d5/6b/j/o0170008011717375828.jpg") no-repeat;
}

#lucky7{
background:transparent url("//stat.ameba.jp/user_images/20120417/10/aiclove/a5/f2/j/o0170008011920876061.jpg") no-repeat;
}


#hm{
background:transparent url("//stat.ameba.jp/user_images/20120507/11/aiclove/fe/a1/j/o0170008011959737639.jpg") no-repeat;
}

#hm_point{
background:transparent url("//stat.ameba.jp/user_images/20120511/16/aiclove/10/9d/j/o0170008011967051165.jpg") no-repeat;
}

#hm_off{
background:transparent url("//stat.ameba.jp/user_images/20120511/16/aiclove/08/4d/j/o0170008011967050596.jpg") no-repeat;
}

#point10{
background:transparent url("//stat.ameba.jp/user_images/20111209/11/aiclove/c8/4a/j/o0170008011660893318.jpg") no-repeat;
}

#acc{
background:transparent url("//stat.ameba.jp/user_images/20111201/19/aiclove/ba/47/j/o0170008011645768052.jpg") no-repeat;
}

#ssale{
background:transparent url("//stat.ameba.jp/user_images/20111122/12/aiclove/41/20/j/o0170008011626546532.jpg") no-repeat;
}
#ssale02{
background:transparent url("https://stat001.ameba.jp/user_images/20111027/22/aiclove/6d/06/j/o0170008011574136361.jpg") no-repeat;
}
#ssale03{
background:transparent url("https://stat001.ameba.jp/user_images/20111031/15/aiclove/62/8b/j/t01700080_0170008011581641545.jpg") no-repeat;
}
#outer{
background:transparent url("https://stat001.ameba.jp/user_images/20110930/18/aiclove/99/50/j/t01700090_0170009011517132833.jpg") no-repeat;
}
#mailmag{
background:transparent url("http://aic-onlinestore.com/mailmag/mailmag_small.gif") no-repeat;
}
#mailmag_cam{
background:transparent url("http://aic-onlinestore.com/user_data/packages/20091015/images/mailmag_cam/banner_mailmag_ameblo.gif") no-repeat;
}
#online{
background:transparent url("//stat.ameba.jp/user_images/20091113/20/aiclove/3c/80/j/t01700064_0170006410305880223.jpg") no-repeat;
}
#official_site{
background:transparent url("//stat.ameba.jp/user_images/20091113/19/aiclove/5b/3a/j/t01700065_0170006510305857400.jpg") no-repeat;
}
#campain{
background:transparent url("//stat.ameba.jp/user_images/20100401/21/aiclove/ac/9e/j/t01700064_0170006410477486354.jpg") no-repeat;
}
#campain01{
background:transparent url("//stat.ameba.jp/user_images/20100507/23/aiclove/37/7c/j/t01700090_0170009010531017777.jpg") no-repeat;
}

#campain02{
background:transparent url("https://stat001.ameba.jp/user_images/20110902/15/aiclove/be/f9/g/t01700067_0170006711457664419.gif") no-repeat;
}
#special{
background:transparent url("http://aic-onlinestore.com/user_data/packages/20091015/ameblo/ameblo_cosmic_banner.jpg") no-repeat;
}
#another{
background:transparent url("http://aic-onlinestore.com/user_data/packages/20091015/images/banner/banner_another_ame.jpg") no-repeat;
}
#qr{
background:transparent url("http://aic-onlinestore.com/user_data/packages/20091015/ameblo/qr.jpg") no-repeat;
}
#staff{
background:transparent url("//stat.ameba.jp/user_images/20100525/20/aiclove/dc/45/j/t01700064_0170006410558708500.jpg") no-repeat;
}
#shopblog{
background:transparent url("//stat.ameba.jp/user_images/20110829/17/aiclove/b2/0d/j/o0170006411449565519.jpg") no-repeat;
}
#freespace{
padding:20px 0 0 0;
}
.readerMainLink{
padding:20px 0 0 0;
}

/* ヘッダー画像をブログトップへのリンクにする */
.skinHeaderArea2,.skinBlogHeadingGroupArea{
  padding:0;
}
#header h1,.skinTitleArea{
  display:block;
  padding:0;
  text-indent:-9999px;
}
#header h1 a,.skinTitle{
  display:block;
  height:422px;
}
