/*-----------------------------------------------------
ameblo CSS Skin Settings
Skin for:	basic_ad
FileName:   common.css
$Revision: 1.8 $
-----------------------------------------------------*/
/*============ ☆ かんたんスキンカスタマイズはこちら ☆ ==============*/

/*:(コロン)と、;(セミコロン)の間に色、画像、サイズなどを指定して下さい*/

/*１）ブログタイトルの文字サイズを変更する*/
#header h1{
font-size: 3.0em; /*-- 25px相当の文字サイズ --*/
font-family: "Comic Sans MS","メイリオ"sans-serif;/*文字の種類*/
}
/*２）ブログタイトルの文字色を変更する*/
#header h1 a{
color:#66ffff; /*-- 濃いグレー --*/
}
/*３）ブログ説明の文字サイズを変更する*/
#header h2{
font-size: 1.0em; /*-- 12px相当の文字サイズ --*/
}
/*４）ブログ説明の文字色を変更する*/
#header h2{
color: #ff6699; /*-- 指定なし --*/
}
/*５）ページ背景に画像を入れる*/
body{
background-image:url();
}
/*６）ページ全体の文字色を変更する*/
body{
color: #333333; /*-- 濃いグレー --*/
}
/*７）記事タイトルの背景色を変更する*/
.entry h3.title{
background-color: pink /*-- 薄いグレー --*/
}
/*８）記事タイトルの文字色を変更する*/
.entry h3.title{
font-family: "Comic Sans MS","メイリオ"sans-serif;/*文字の種類*/
color: #00FF99 /*-- 濃いグレー --*/
}
/*９）サイドバーの見出し文字色を変更する*/
h4.menu_title{
font-family: "Comic Sans MS","メイリオ"sans-serif;/*文字の種類*/
color:  aquamarine/*-- 濃いグレー --*/
}
/*１０）サイドバーの見出し背景色を変更する*/
h4.menu_title{
background-color: lightpink /*-- 薄いグレー --*/
}
/*===================================================================*/

/*============ ★ その他のスキンカスタマイズはこちら ★ ==============*/
/*
目次
■スキン基本設定
+--基本設定
+--デザインカスタマイズa
   +--リンク
   +--リンク：訪問済み
   +--リンク：マウスオーバー時
   +--コンテンツ全体
   +--メインカラム
   +--サイドカラム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:"Comic Sans MS","メイリオ"sans-serif;
}
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:1100px;
margin:0 auto;
text-align:center;
font-family:"Comic Sans MS","メイリオ"sans-serif;
}
#wrap{
width:1050px;
}
#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:mediumorchid;
}
/*■リンク：訪問済み*/
a:visited{
text-decoration:none;
color:hotpink;
}
/*■リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:salmon;
}
/*■コンテンツ全体*/
#frame{
background-color:#FFFFFF;
}
/*■メインカラム*/
#main{
color:#666666;
font-weight : bolder ;
}
/*■サイドカラムA*/
#sub_a{
color:#666666;
background-color:#FFFFFF;
}
/*■サイドカラムB*/
#sub_b{
color:#666666;
background-color:#FFFFFF;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/

/*■■■基本設定 - ヘッダー*/
#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{
front-weight:bold;
line-height:1.2;
position:relative;
top:170px; /*上からの距離*/
}
.entry h3.title a{
color:#33ff99;　/*タイトルの色*/
}
/*■ブログ説明*/
#header h2{
font-weight:normal;
line-height:1.2;
font-size:15px; /*文字のサイズ*/
font-weight:bold; /*文字の太さ*/
position:relative;
top:180px; /*上からの距離*/
}

#header{
width:1069px;
height:522px;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ メインカラム ■■■■■■■■■■■*/

/*■■■基本設定 - メインカラム*/
/*■メッセージボード - 基本設定 - メインカラム*/
#message{
margin-bottom:14px;
}
#message .contents{
padding:14px 24px;
line-height:30px;
}
/*■記事 - 基本設定 - メインカラム*/
.entry{
margin: 0 20px; 
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:50px 50px;
background: url(//stat.ameba.jp/user_images/20090330/09/glamorous5555/b1/7c/g/o0398010110158865692.gif) no-repeat top ; /*←記事タイトルに画像を追加するのはココ*/
background-position: right; /*←画像の位置を操作するのはココ*/
}
.entry .contents{
font-size:1.1em;
margin:15px 0 15px 0;
}
.entry .foot{
padding-top:5px;
}
/*■ページ送り - 基本設定 - メインカラムり*/
.page{
margin:0 auto 14px auto;
padding:0;
font-size:1.5em;
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;
font-family:"Comic Sans MS","メイリオ"sans-serif;
font-size: 12px; /*■コメント 文字サイズ*/
color: salmon;/*■コメント 色*/
line-height: 150%; /*■コメント 文字間隔*/

}
#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;
}

#comment_module{
color:#7E8984;
border-top:3px dotted #7E8984;
}


/*■読者一覧 - 基本設定 - メインカラム*/
#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:0px solid #D4D4D4;
}

/*■記事 - デザインカスタマイズ - メインカラム*/
/*記事テーマ*/
.entry .theme{
border-bottom:2px dashed aquamarine;
font-size:2em;
font-family: "Comic Sans MS","メイリオ"sans-serif;/*文字の種類*/
}
/*記事編集者名*/
.entry .name{
color:#666666;
font-size:0.85em;
}
/*記事タイトル*/
.entry h3.title{
font-size:2em;
font-weight:bold;
font-family: "Comic Sans MS","メイリオ"sans-serif;/*文字の種類*/
line-height:1.1;
}
/*記事内容*/
.entry .contents{
font-family: "Comic Sans MS","メイリオ"sans-serif;/*文字の種類*/
font-size:1.00em;
font-weight:normal; /*文字の太さ*/
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:4px double palegreen;
font-weight:normal; /*文字の太さ*/
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:2px dashed aquamarine;
}
/*各コメントタイトル*/
#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.9em;
line-height:1.8;
}
#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: 650px;
margin:0;
padding:0 px;
}

#sub_a{
float: left;
z-index: 1;
width:200px;
margin:0;
padding:0 ;
}

#sub_b{
float: right;
z-index: 2;
width:200px;
margin:0;
padding:0;
}


body {
background-color: #FFFFFF;
}

#header {
background-color: #FFFFFF;
}

#header {
background-image: url(//stat.ameba.jp/user_images/20140702/11/glamorous5555/b5/b9/j/o0535052212990884412.jpg);
}

#header {
height: 522px;
}

#header {
background-repeat:repeat-x;
}

.entry .foot{
border-top:2px dashed aquamarine;
}


/*コメントタイトル*/
#comment_module .label{
color: hotpink;/*タイトル文字色*/
background-image:url(//stat.ameba.jp/user_images/20090327/16/glamorous5555/da/94/g/o0016001610157673889.gif);/*アイコン画像*/
background-repeat:no-repeat;
background-position: 200px 0px ;/*右に 下に*/
}
/*コメントタイトルの■を消す*/
.label:first-letter {
color:white;/*■の色*/
font-size:0.01px;
}

#calendar td a {/*記事のある日付*/
color:white;/*文字色*/
background: url(//stat.ameba.jp/user_images/20090330/12/glamorous5555/48/fa/g/o0016001610158926764.gif);
background-repeat: no-repeat;
background-position: center　3px 3px;/*画像位置 横 上 注3 */;
text-decoration: none; /* リンクの下線消す */ 
display: block;
}

#calendar td a:hover {/*マウスオーバー*/
color:#666666;/*文字色*/
background: url(//stat.ameba.jp/user_images/20090327/23/glamorous5555/6b/4b/g/o0016001610157845041.gif);
background-repeat: no-repeat;
background-position: center;
text-decoration: none; /* リンクの下線消す */ 
display: block;
}

/*サイトタイトル背景*/
.menu_title{
color:#ffffff;/*タイトル文字色*/
font-size:13px;/*タイトル文字サイズ*/
margin:0;
display:block;

padding:40px 0 10px 45px;/*タイトル文字位置*/
border-bottom:none;
background-image:url(//stat.ameba.jp/user_images/20090330/13/glamorous5555/5a/a3/g/o0100010010158951310.gif);
background-repeat:repeat;
}

#readerList dl dt a {/* 読者になるボタン */
display: block;

width: 150px;
height: 120px;
text-indent: -9999px;
text-decoration: none;
background: no-repeat url(//stat.ameba.jp/user_images/20090408/16/glamorous5555/30/70/g/o0140013010163213087.gif) 
left top;
}

/*★★★記事の投稿日(日付)*/
.entry .date{
display:block;
float:left;/*右*/
margin:0;
padding:1px 0;
font-family: "Comic Sans MS",fantasy;/*文字の種類*/
font-size:1.8em;/*文字のサイズ*/
font-style:normal;/*文字のスタイル(イタリック)*/
color:#FF99FF;/*文字色*/
}

/*記事下ペタ*/
.foot a.petaLink{
background: url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1314919.gif) no-repeat
}

/*記事下コメント*/
.foot .comment {
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1315828.gif) no-repeat !important;
}

.readerMainLink p
background-image:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1314919.gif);
}

.page a{/*ページナンバーナビ*/
font-size: 1.2em;
}

/*真ん中についた読者になる消す*/
.readerMainLink{
display:none ;
}

/*同じテーマの最新記事 */
div#themeBox h5{
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1315863.gif) no-repeat;
}

/*プロフ下メッセージを送る*/
.menuMsg {
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1292585.gif) no-repeat;
} 
/*プレゼントを贈る*/
#amemberProfArea .menuPresent {
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1214063.gif) no-repeat;
}

/*総合ランキングアイコンの変更*/
#ranking .rank_all a{
padding:0 0 7px 20px;
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1193750.gif);
background-repeat:no-repeat;
}

/*ジャンルランキングアイコンの変更*/
#ranking .rank_genre a{
padding:0 0 7px 20px;
font-size:0.8em;/*文字のサイズ*/
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1193746.gif);
background-repeat:no-repeat;
}

/*詳しく見るとトップへを消す*/
#ranking p{
display:none;
}

/*プロフ下ブログジャンルを消す*/
#profile li.genre{
display:none;
}

/*プロフ下記事作成編集を消す*/
#profile .link_blog{
display:none;
}
/*広告？を消す*/
#profile .link_info{
display:none;
}

/*ニックネームにアイコンを*/
#profile .nickname{
padding:0 0 5px 20px;
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1193402.gif);
background-repeat:no-repeat;
}
/*性別にアイコンを*/
#profile .sex{
padding:0 0 5px 20px;
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1193404.gif);
background-repeat:no-repeat;
}
/*血液型にアイコンを*/
#profile .bloodType{
padding:0 0 5px 20px;
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1193402.gif);
background-repeat:no-repeat;
}
/*自己紹介にアイコンを*/
#profile .freeText{
padding:0 0 5px 20px;
background:url(http://emoji.ameba.jp/img/user/gl/glamorous5555/1193404.gif);
background-repeat:no-repeat;
}

/*スクロールバーの色変更*/ 
html{
scrollbar-base-color:#99FFFF;
scrollbar-track-color:#CCFFFF;
scrollbar-face-color:#FFCCFF;
scrollbar-shadow-color:#FFFF99;
scrollbar-darkshadow-color:#FFFF99;
scrollbar-3dlight-color:#FFFF99;
scrollbar-highlight-color:#FFFF99;
scrollbar-arrow-color:#CC66FF;
}

/* ---------- 絵文字のずれをなおす(みんなの絵文字） --- */
.contents img[src*="emoji"]{
margin-bottom:-4px;
margin-left:1px;
border:0;
}

<body oncontextmenu="return false">

/* ---------- ブログ説明文の位置 --- */
<style type="text/css">#header h2{position:relative;top:40px;center:100px;}</style>


<!-- NINJA ANALYZE --> 
<script type="text/javascript" src="http://code.analysis.shinobi.jp/ninja_ar/Script?id=00069965&hash=8022a448"></script> 
<script type="text/javascript">
//<![CDATA[
var analyze00069965 = ninja_analyze('00069965',36, '8022a448');
analyze00069965.Process();
//]]>
</script>
<!-- /NINJA ANALYZE -->


/* アメブロヘッダー画像設定用CSS貼り付けコード */
.skinHeaderArea{
  height:300px;
  background-image:url(//stat.blogskin.ameba.jp/blogskin_images/20120508/09/70/bd/j/o04780472glamorous55551336438497816.jpg);
  background-repeat:no-repeat;
  background-position:center top;
}
