/*-----------------------------------------------------
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:#333333; /*-- 濃いグレー --*/
}
/*３）ブログ説明の文字サイズを変更する*/
#header h2{
font-size: 1.0em; /*-- 12px相当の文字サイズ --*/
}
/*４）ブログ説明の文字色を変更する*/
#header h2{
color:#333333; /*-- 指定なし --*/
}
/*５）ページ背景に画像を入れる*/
body{
background-image:url();
}
/*６）ページ全体の文字色を変更する*/
body{
color: #FFFFFF; /*-- 濃いグレー --*/
}
/*７）記事タイトルの背景色を変更する*/
.entry h3.title{
background-color: #EFEFEF; /*-- 薄いグレー --*/
}
/*８）記事タイトルの文字色を変更する*/
.entry h3.title{
color: #333333; /*-- 濃いグレー --*/
}
/*９）サイドバーの見出し文字色を変更する*/
h4.menu_title{
color: #333333; /*-- 濃いグレー --*/
}
/*１０）サイドバーの見出し背景色を変更する*/
h4.menu_title{
background-color: #EFEFEF; /*-- 薄いグレー --*/
}
/*===================================================================*/

/*============ ★ その他のスキンカスタマイズはこちら ★ ==============*/
/*
目次
■スキン基本設定
+--基本設定
+--デザインカスタマイズ
   +--リンク
   +--リンク：訪問済み
   +--リンク：マウスオーバー時
   +--コンテンツ全体
   +--メインカラム
   +--サイドカラム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:"HG丸ｺﾞｼｯｸM-PRO", 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:1000px;
margin:0 auto;
text-align:left;
}
#wrap{
width:1000px;
}
#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:#0066CC;
}
/*■リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#00D5D5;
}
/*■リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:#FF3366;
}
/*■コンテンツ全体*/
#frame{
background-color:#000000;
}
/*■メインカラム*/
#main{
}
/*■サイドカラムA*/
#sub_a{
color:#666666;
background-color:#000000;
}
/*■サイドカラムB*/
#sub_b{
color:#666666;
background-color:#000000;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/

/*■■■基本設定 - ヘッダー*/
#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 8px 0;
padding:3px 5px;
}
.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: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_b.css
$Revision: 1.1 $
-----------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main {
float: left;
width:1000px;
margin:0;
padding:0;
}

#sub_a{
float: right;
z-index: 1;
width:170px;
margin:0;
padding: 0;
}



#header {
background-image: url(https://stat.blogskin.ameba.jp/blogskin_images/20180208/07/8f/vY/j/o10000350romenicodel-21518043666799.jpg);
}

#header {
height: 350px;
}

#header {
background-repeat:repeat-x;
}








/* フォトをプロフから消す */
#profile ul #ameNaviArea .linkforphoto{
display:none;
}




/* 相談をプロフから消す */
#profile ul #ameNaviArea .linkforrequestion{
display:none;
}




/* プレゼントをプロフから消す */
#profile ul #ameNaviArea .lastItem{
display:none;
}




/* メッセージを送る を消す */
#amemberProfArea li.menuMsg{
display:none;
}




/* アメンバーになる を消す */
#amemberProfArea li#amemberProf3{
display:none;
}

/* プレゼントを贈る を消す */
#amemberProfArea li.menuPresent{
display:none;
}

/*記事下もっと！ を消す*/
.entry .foot a.menuMore{
display:none;
}


#profile .profLink{/*[ルームを見る|なうを見る]*/
display:none;
}








/*タイトル画像*１枚/

#header{
height:500px;/*画像の縦*/

background-image: url();
background-repeat:no-repeat;/*繰り返さない*/
}

#header h1,
#header h2{/*位置の初期化*/
margin:0;
padding:0;
}
#header h1 a{
width:1000px;/*画像の横*/
height:500px;/*画像の縦*/
display:block;

text-indent:-9000px;
text-decoration:none;
}
#header h2{
display:none;/*概要を非表示*/
}












/*ナビゲーションリンク消す*/
div#userNaviArea{
display: none;
}



















/*タイトル画像*ロールオーバー２枚/
#header{
width:1000px;/*画像の横*/
height:350px;/*画像の縦*/
background-image: url();/*通常表示される画像*/
background-repeat:no-repeat;/*繰り返さない*/
}
#header h1,
#header h2{/*位置の初期化*/
margin:0;
padding:0;
}
#header h1 a{
width:1000px;/*画像の横*/
height:350px;/*画像の縦*/
display:block;
text-indent:-9000px;
text-decoration:none;/*題名を非表示*/
}
#header h2
{
display:none;/*概要を非表示*/
}
/*ロールオーバーの設定*/
div#header h1 a:hover {
display:block;
background-image: url(https://stat.blogskin.ameba.jp/blogskin_images/20190919/16/29/BX/j/o10000350romenicodel-21568879767548.jpg);/*マウスが乗ったときの画像*/
background-repeat: no-repeat;/*繰り返さない*/
}















/*コメント返信するよ　カメンライダー*/
.comment_gotoform{
margin: 0px;
width:50px;/*画像の横*/
position:absolute;
}
.comment_gotoform a{
width:50px;/*画像の横*/
height:16px;/*画像の縦*/
background-image:url(//stat.ameba.jp/user_images/20100203/17/romenicodel/da/74/g/o0050003210399615386.gif);
background-position: 0 0;
background-repeat:no-repeat;
display:block;
text-indent:-9000px;
position:absolute;
top: -3px;/*上からの位置*/
left: 0px;/*左からの位置*/
}
/*ロールオーバー*/
.comment_gotoform a:hover{
background-position: 0 -16px;/*画像の縦分下へ*/
}








/* ゲストコメント　*/
#comment_module .each_comment{/*コメントタイトル部分*/
margin: 0;
padding-bottom:15px;/*コメントとコメントの間*/
background: url(//stat.ameba.jp/user_images/20100203/17/romenicodel/9c/10/j/o0560012010399615392.jpg);/*上画像のURL*/
background-repeat : no-repeat;
background-position: left top;
color:#FFFFFF;/*←ゲストコメント文字色変更の場合*/
}
#comment_module .comment_body{/*コメント文章部分*/
margin: 0;
padding:10px 460px 0 30px;/*コメント分の上と左右と下の余裕*/
background: url(//stat.ameba.jp/user_images/20100203/17/romenicodel/7c/93/j/o0560003010399616702.jpg);/*中画像のURL*/
background-repeat : repeat-y;
background-position: left top;
}
#comment_module .comment_footer{/*コメントフッター部分*/
margin:0;
padding: 10px 0 20px;
background: url(//stat.ameba.jp/user_images/20100203/17/romenicodel/70/2d/j/o0560008010399615389.jpg);/*下画像のURL*/
background-repeat : no-repeat;
background-position: left bottom;
}
#comment_module .label{/*コメントタイトル*/
font-weight: bold;
font-size:12px;
padding:35px 0 10px 40px;
color:#FFFFFF;/*←コメントタイトル文字色変更の場合*/
}
.comment_footer span.comment_author{/*名前*/
padding-left:130px;
}
.comment_footer span.comment_date{/*日付*/
padding-left:20px;
}
#comment_module .comment_footer{/*フッタ上の点線を消す*/
border-top:none;
}

}
#comment_module .comment_author a {/* 名前の右にアイコン */
padding-right : 20px;
background-image : url(//stat.ameba.jp/user_images/20100203/17/romenicodel/3b/25/g/o0016001610399615385.gif); /* ゲストのアイコン */
background-position : right center ;
background-repeat : no-repeat ;
}

/*　管理人コメント*/
#comment_module .admin_comment{
margin: 0; 
padding-bottom:15px;/*コメントとコメントの間・・ゲストと同じに*/
background: url(//stat.ameba.jp/user_images/20100203/17/romenicodel/4b/5a/j/o0560012010399616718.jpg);/*上画像のURL*/
background-repeat : no-repeat; 
background-position: right top; 
color:#009525;/*←管理人コメント文字色変更の場合*/ 
} 
#comment_module .admin_comment .comment_body{
margin: 0; 
padding:10px 25px 0 470px;/*コメント分の上と左右と下の余裕　ゲストと同じに*/ 
background: url(//stat.ameba.jp/user_images/20100203/17/romenicodel/20/00/j/o0560003010399616720.jpg);/*中画像のURL*/
background-repeat : repeat-y; 
background-position: right top; 
} 
#comment_module .admin_comment .comment_footer{ 
margin:0; 
padding: 10px 0 20px;
background: url(//stat.ameba.jp/user_images/20100203/17/romenicodel/a4/f8/j/o0560008010399616717.jpg);/*下画像のURL*/
background-repeat : no-repeat; 
background-position: right bottom; 
}
.admin_comment .comment_footer span.comment_date{
padding-left:0;
}

#comment_module .admin_comment .label{/*コメントタイトル*/
color:#009525;/*←管理人コメントタイトル文字色変更の場合*/

padding:35px 0 10px 490px;/*　←この行を追加します */
}

#comment_module .admin_comment .comment_author a {
padding-left : 450px;
background-image : url(//stat.ameba.jp/user_images/20100203/17/romenicodel/40/00/j/o0067001810399615388.jpg);/* 管理人のアイコン */
background-position : 380px center ;
background-repeat : no-repeat ;
}




/* ID*/
#comment_module .comment_author a{
color:#FFFFFF;
}



/*  コメント全部まとめて左に*/
#comment_module {
text-align: left;
}






/* 同じテーマの最新記事 */
#themeBox{/*背景画像の指定*/
height:200px;/*背景画像の縦　Ａ*/
background: url() no-repeat;
background-position: left；
}
.entry h5{/*タイトルを消す*/
display:none;
}
#themeBox ul {
list-style: none;/*リストマークを消す*/
padding: 50px 0 0 50px;/*上Ｂ 0 0 左Ｃ*/
}
#themeBox li {
margin: 0;
padding-top: 5px;/*行間　Ｄ*/
padding-left: 100px;/*画像横+α Ｅ*/
background: url(//stat.ameba.jp/user_images/20100203/17/romenicodel/3b/25/g/o0016001610399615385.gif) no-repeat;
background-position:0px 5px;/*画像位置 横 上 */
color:#ffffff;/*文字色*/
}
#themeBox li a{
color:#ffffff;/*リンクの文字色*/
}




div#topmsg{
position:absolute;
top:1000px;
right:530px;
z-index:10;
}

#frame {
position: relative;
}








.entry .date{
color:#999999;
font-size:24px;
font-family :'Impact';
}



/* 記事タイトルバック　*/
.entry h3.title{
margin:5px 0;
padding:50px 0 20px 25px;
color:#60BF00;
font-size:20px;
background-image:url(//stat.ameba.jp/user_images/20131017/16/romenicodel-2/0b/57/j/o0800009212719239969.jpg);
background-repeat : no-repeat;
}
.entry>h3.title{/* IE以外の設定　*/
background-image:url(//stat.ameba.jp/user_images/20131017/16/romenicodel-2/0b/57/j/o0800009212719239969.jpg);
}



body {
background-color: #000000;}




/*記事テーマを左に*/
.entry .theme {
text-align: left;
}




/*　サイドのメニュに背景　*/
h4.menu_title{/*上の画像*/
margin:0;
padding:0;
text-indent: -9999px;
height:49px;/*画像の高さ*/
background-repeat:no-repeat;
background-position: left top;
border:none;
}
.menu_frame {/*下の画像*/
background-image:url(下の画像のURL);
background-repeat:repeat-y;
background-position: left bottom;
width:170px;
padding:0 0 10px 0;
}
/*　カレンダーの背景　*/
#calendar .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/3c/54/j/t01700049_0170004912948300598.jpg);
}

/*　アーカイブの背景　*/
#archives .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/a7/80/j/t01700049_0170004912948300945.jpg);
}

/*　検索の背景　*/
#search .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/63/b8/j/t01700049_0170004912948301118.jpg);
}

/*　記事一覧の背景　*/
#recent_entries .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/9e/4f/j/t01700049_0170004912948300942.jpg);
}

/*　最近のコメントの背景　*/
#recent_comment .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/89/ef/j/t01700049_0170004912948300596.jpg);
}

/*　ブログの読者の背景　*/
#reader .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/5a/22/j/t01700049_0170004912948300943.jpg);
height:49px;/*画像の高さが違う場合はそれぞれ指定*/
}

/*　ランキングの背景　*/
#ranking .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/86/02/j/t01700049_0170004912948300946.jpg);
}

/*　ブックマークの背景　*/
#bookmark .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/97/90/j/t01700049_0170004912948300597.jpg);
}
/*　プロフィールの背景　*/
#profile .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/f2/3f/j/t01700049_0170004912948300595.jpg);
}


/*　お気に入りブログの背景　*/
#favorite .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/d7/b2/j/t01700049_0170004912948300599.jpg);
}


/*記事テーマ*/
#theme_list .menu_title{
background-image:url(//stat.ameba.jp/user_images/20140521/16/romenicodel-2/ed/06/j/t01700049_0170004912948300944.jpg);
}


/*　ＰＲの背景　*/
#defaultAd .menu_title{
background-image:url();
}



#sub_a {
text-align :left;
}

#sub_b {
text-align:left;
}


/*■■　カレンダー２０　■■*/
#calendar table {/*全体*/
color: #333333;/*文字色*/
background-color: #c0c0c0; /* セルの背景色 */
border-bottom: 7px #c0c0c0 solid;/*線の太さ　色　線種*/
}
#calendar table caption{/*月*/
color: #666666;/*文字色*/
font-size: 1.3em;/*文字サイズ*/
background-color: #c0c0c0; /* セルの背景色 */
border-top: 1px #c0c0c0 solid;/*線の太さ　色　線種*/
border-left: 1px #c0c0c0 solid;/*線の太さ　色　線種*/
border-right: 1px #c0c0c0 solid;/*線の太さ　色　線種*/
padding: 10px 0 8px;
}
#calendar table caption a{/*<< と >>*/
color: #666666;/*文字色*/
}
#calendar table th{/*曜日*/
background-color: #808080; /* セルの背景色 */
border: 1px #999999 solid;/*線の太さ　色　線種*/
padding:2px 0 0 2px;
}
#calendar table td{/*日*/
background-color: #808080; /* セルの背景色 */
border: 1px #999999 solid;/*線の太さ　色　線種*/
}
#calendar table td a{/*記事のある日*/
color: #999999;/*文字色*/
background-color: #000000; /* セルの背景色 */
text-decoration: none; /* リンク文字の下線消す */ 
display:block;
}
#calendar table td a:hover{/*マウスオーバー*/
color: #333333;/*文字色*/
background-color: #ffffff; /* セルの背景色 */ 
}




#frame{
text-align:center;
}

/*カレンダーに画像を*/
#calendar .menu_frame{
margin:5px auto;
padding:175px 0 0 0;
background-image:url(//stat.ameba.jp/user_images/20110121/04/romenicodel/d3/ae/g/t01700170_0170017010995821806.gif);
background-repeat : no-repeat;
background-position: center top;
}




/* ポチボタンロールオーバー */
.e-poti img {
visibility : hidden ;
}
.e-poti a{
display: block;
padding:0;
margin:0;
width:250px;/*画像の横*/
height:114px;/*画像の高さ）*/
background-image : url(//stat.ameba.jp/user_images/20100203/17/romenicodel/1f/cd/j/o0250011410399621344.jpg) ;
background-repeat : no-repeat ;
}
.e-poti a:hover {
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100203/17/romenicodel/a1/0f/j/o0250011410399621345.jpg);
}



/* ペタボタンロールオーバー */
.e-peta img {
visibility : hidden ;
}
.e-peta a{
display: block;
padding:0;
margin:0;
width:250px;/*画像の横*/
height:72px;/*画像の高さ）*/
background-image : url(//stat.ameba.jp/user_images/20100203/17/romenicodel/0d/a8/j/o0250007210399621342.jpg) ;
background-repeat : no-repeat ;
}
.e-peta a:hover {
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100203/17/romenicodel/4f/89/j/o0250007210399621343.jpg);
}


/* 過去のブログへボタンロールオーバー */
.e-blog img {
visibility : hidden ;
}
.e-blog a{
display: block;
padding:0;
margin:0;
width:260px;/*画像の横*/
height:131px;/*画像の高さ）*/
background-image : url(//stat.ameba.jp/user_images/20100203/17/romenicodel/60/00/j/o0260013110399621346.jpg) ;
background-repeat : no-repeat ;
}
.e-blog a:hover {
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100203/17/romenicodel/0d/15/j/o0260013110399622746.jpg);
}



/* 読者ボタンロールオーバー */

/* その他、拡張があれば記述 */
 #reader_btn10 a{height:99px;/*あなたの画像の高さ*/
width:200px;/*あなたの画像の幅*/
background-image:url(//stat.ameba.jp/user_images/20100203/17/romenicodel/35/96/j/o0200009910399622752.jpg);/*マウスがのる前*/

background-repeat:no-repeat;
 text-indent:-9999px;
 margin:0px auto 10px;
 display:block;
 }

#reader_btn10 a:hover {
 background-image:url(//stat.ameba.jp/user_images/20100203/17/romenicodel/cb/4e/j/o0200009910399622753.jpg);/*マウスオーバー時*/

background-repeat:no-repeat;
 }


/* ＲＳＳ・著作権ボタン */
#rss img{/* 元のRSSアイコンを消す */
visibility:hidden;
width:105px;/*　注1　*/
height:53px;
}
#rss {/* RSSアイコン */
margin-top:10px;/*　注2　*/
background-image: url(//stat.ameba.jp/user_images/20100203/18/romenicodel/43/2f/g/o0105011010399640082.gif);
background-repeat:no-repeat;
background-position:center top;
}
#rss p a{/* ※著作権についてのご注意 */
width:100px;
height:122px;
display: block;
text-indent:-9999px;
background-repeat:no-repeat;
background-image: url(//stat.ameba.jp/user_images/20100203/18/romenicodel/93/f9/j/o0100012210399640088.jpg);
}


/*記事下広告200912*/
.gadBox#general div.blockhoverGeneral{
background-color:transparent;
margin:0;
}
.gadBox#general .gadDescription{
padding:2px 0 0;
font-size:0.50em;
}
p#gadLogo{
font-size:0.50em;
}
#general .hideAdsArrow,
.gadBox#general div.blockGeneral,
.gadBox#general div.blockhoverGeneral{
margin:0;
}
/*記事下広告ここまで*/



/* ブログを作るボタンロールオーバー */
#ameblo a#btn_blog img {
visibility : hidden ;
}
#ameblo a#btn_blog{
display: block;
padding:0;
margin:0;
height:50px;/*画像の縦*/
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100203/18/romenicodel/f0/b7/g/o0152005010399631834.gif) ;
}
#ameblo a#btn_blog:hover {
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100203/18/romenicodel/0e/9b/g/o0152005010399631835.gif);
}


/* 読者になるボタンロールオーバー */
#readerList img {
visibility : hidden ;
}
#readerList dl a{

display: block;
padding:0;
margin:0;

height:60px;/*画像の縦*/
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100203/18/romenicodel/c5/26/g/o0152005010399631837.gif) ;
}
#readerList dl a:hover {
background-repeat : no-repeat ;
background-image : url(//stat.ameba.jp/user_images/20100203/18/romenicodel/c8/79/g/o0152005010399631838.gif);
}

/* ＰＲ広告の削除*/
#defaultAd{
position: absolute;
left: -9999px;
height: 1px;
float: left;
display: none;
}


/* 全字体をメイリオに */
body{font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}


/*お気に入り一覧*/

#favorite li{
color:#000000;/*下地に色を合わせる*/
font-size:1px;
}
#favorite li a{
color:#00D5D5;
font-size:12px;
}



/*読者一覧*/

#reader li{
color:#000000;/*下地に色を合わせる*/
font-size:1px;
}
#reader li a{
color:#00D5D5;
font-size:12px;
}



/*-----------------------------------------------------
広告／アメブロ特有コンテンツ
-----------------------------------------------------*/

#amebaBar,#userNaviArea{
display: none;
visibility: hidden;
}



/*記事本文*/
.entry .contents{
font-size:18px;　 /*文字の大きさ*/
color:#ffffff;　　/*文字の色*/
line-height:1.5;　/*行間*/
margin-top: 15px;　/*記事の上スペース*/
margin-bottom: 15px;/*記事の下スペース*/
}





/* サイドバー左 */

#sub_a{
font-size:12px;
}


/* [一覧を見る]を右に */
.menu_frame p.list{
text-align: right;
padding-right: 15px;
}


/* コメント投稿欄を画像に */

#comment_show input#commentbutton{
width: 260px;/*画像の横*/
height:140px;/*画像の縦*/
background:url(//stat.ameba.jp/user_images/20100203/17/romenicodel/9b/18/j/o0230013310399622747.jpg);
background-repeat:no-repeat;
margin:0 auto;
padding:0;
text-indent: -9999px;
}
#comment_show,
#comment_module form ul,
#comment_module form li,
#comment_module li.lastItem{
width:260px;/*画像の幅*/
}
#comment_show {
border:none;
}
#comment_show h4,
#comment_show p {
display:none;
}
#comment_show {
background-color:#000000;/*背景色*/
}

/*コメント記入欄*/
#comment_show input#commentbutton{/*ボタン*/
color:#ffffff;/*文字色*/
background-color:#000000;/*背景色*/
border-color:#000000;/*枠色*/
}

#comment_present {
display:none;/*一緒にプレゼントも贈ろう！を消す*/
}


/* 記事作成・編集を消す */
#profile .link_blog{
display:none;
}

/* ブログジャンルを消す */
#profile li.genre{
display:none;
}


#frame{/*全体の横幅*/
width:1000px;/*Ａ*/
}
#main{
width:800px;/*Ｂ*/
padding-left:0px;/*Ｃ*/
}

#sub_b{
width:180px;/*Ｇ*/
padding-left:0px;/*Ｈ*/
padding-right:0px;/*Ｉ*/
}


※ベーシックスキンの場合は↓も必要です

#wrap{/*全体の横幅*/
width:1000px;/*Ａ*/
}

#header{
background-repeat:no-repeat;/*繰り返さない*/
}



/*画像[拡大する]を非表示*/
#naviLink{
display:none!important;
}




/*記事タイトルを左に*/


.entry{
 text-align:left;
 }
body{
min-width:100%;
}
