/*-----------------------------------------------------
ameblo CSS Skin Settings
Skin for:	basic_ad
FileName:   common.css
$Revision: 1.8 $
-----------------------------------------------------*/
/*============ ☆ かんたんスキンカスタマイズはこちら ☆ ==============*/

/*:(コロン)と、;(セミコロン)の間に色、画像、サイズなどを指定して下さい*/

/*１）ブログタイトルの文字サイズを変更する*/
#header h1{
}
/*２）ブログタイトルの文字色を変更する*/
#header h1 a{
color:#333333; /*-- 濃いグレー --*/
}
/*３）ブログ説明の文字サイズを変更する*/
#header h2{
display: none !important;
}
/*４）ブログ説明の文字色を変更する*/
#header h2{
color:#333333; /*-- 指定なし --*/
}
/*５）ページ背景に画像を入れる*/
body{
  text-align:center;
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/05/4c/j/o0250025011558839518.jpg);
background-position:top center;
	background-repeat:repeat;
	background-color: transparent;
	margin:auto auto;
	padding:auto auto;
}
/*６）ページ全体の文字色を変更する*/
body{
color: #df1000; /*-- 濃いグレー --*/
}
/*７）記事タイトルの背景色を変更する*/
.entry h3.title{
background-color: #df1000;
margin-left:35px;
padding:10px;
}
/*８）記事タイトルの文字色を変更する*/
.entry h3.title{
color: #ffffff; /*-- シロ　--*/
}
/*９）サイドバーの見出し文字色を変更する*/
h4.menu_title{
color: #d79235; /*-- 濃いグレー --*/
}
/*１０）サイドバーの見出し背景色を変更する*/
h4.menu_title{
background-color: #ffffff; /*-- 薄いグレー --*/
}
/*===================================================================*/

/*============ ★ その他のスキンカスタマイズはこちら ★ ==============*/
/*
目次
■スキン基本設定
+--基本設定
+--デザインカスタマイズ
   +--リンク
   +--リンク：訪問済み
   +--リンク：マウスオーバー時
   +--コンテンツ全体
   +--メインカラム
   +--サイドカラムA
   +--サイドカラムB

■ヘッダー
+--基本設定
+--デザインカスタマイズ
   +--ブログタイトル
   +--ブログ説明

■メインカラム
+--基本設定
+--デザインカスタマイズ
   +--メッセージボード
   +--記事
   +--トラックバック
   +--コメント
   +--読者一覧
   +--お気に入りブログ一覧
   +--ブックマーク一覧
   +--最新記事一覧

■サイドA(sub_a)&サイドB(sub_b)
+--基本設定
+--デザインカスタマイズ
   +--モジュールタイトル
   +--プロフィール
   +--ブログの読者
   +--カレンダー
   +--プラグイン

■フッター
+--基本設定
*/
/*===================================================================*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ スキン基本設定 ■■■■■■■■■■*/

/*■■■基本設定 - スキン基本設定*/
/*■タグ初期化 - 基本設定 - スキン基本設定*/
html { 
font-size:12px !important; 
font-size:75% !important;/*forIE6IE7*/ 
}
body{
	margin:auto auto;
	padding:auto auto;
text-align:center;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}
img{
border:0;
}
blockquote{
margin:12px 0;
padding:10px;

}
pre{
margin:0;
padding:0;
}
input,
textarea{
}
p{
margin:0;
padding:3;
}
.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;
text-align:center;
border-top: 0px solid #ffffff;
border-right: 18px solid #df1407;
border-bottom: 0px solid #df1407;
border-left: 18px solid #df1407;
padding-bottom: 5px;
	margin:auto auto;
	padding:auto auto;
}
#wrap{	margin:auto auto;
	padding:auto auto;
text-align:center;
width:800px;
}
#sub_main{
width:100%;
overflow:hidden;
}
#main{

margin:-20px auto;
overflow:hidden;
word-break:break-all;
}
#sub_a{
border:1px solid #df1000;
overflow:hidden;
word-break:break-all;
margin-left: 10px;
margin-bottom: 10px;
}
#sub_b{
overflow:hidden;
word-break:break-all;
margin-right: 10px;
margin-bottom: 10px;
}
/*--フレームフロート解除--*/
#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:#000000;
}
/*■リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#000000;
}
/*■リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:#ff6b5f;
}
/*■コンテンツ全体*/
#frame{
background-color:#ffffff;
}
/*■メインカラム*/
#main{
}
/*■サイドカラムA*/
#sub_a{
color:#df1000;
background-color:#ffdbd8;
}
/*■サイドカラムB*/
#sub_b{
color:#df1000;
background-color:#ffdbd8;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/

/*■■■基本設定 - ヘッダー*/
#header{
margin-bottom:10px;
padding:0 0 0 0;
border-bottom:1px solid #ffffff;
}
#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:0px;
}
#message .contents{
background-color:#ffdbd8;
padding:0px 0px;
}
/*■記事 - 基本設定 - メインカラム*/


/*■ページ送り - 基本設定 - メインカラムり*/
.page{
margin:0 auto 0px auto;
padding:3;
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:0px 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:330px;
margin:0 auto;
}
#comment_module form li{
display:block;
width:330px;
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-top: 1px solid #df1000;
border-right: 1px solid #df1000;
border-bottom: 1px solid #df1000;
border-left: 1px solid #df1000;
}

/*■記事 - デザインカスタマイズ - メインカラム*/
/*記事テーマ*/
.entry .theme{
border-bottom:1px solid #df1000;
text-align: right;
}
/*記事編集者名*/
.entry .name{
color:#df1000;
font-size:0.85em;
}
/* 記事タイトルバック　*/
.entry h3.title{
font-size:1.5em;
background-image:url();
background-repeat : no-repeat;
}
/*記事内容*/
.entry .contents{
line-height:1.5;
}
/*記事リンクフッター*/
.entry .foot{
border-top:1px solid #df1000;
font-size:0.85em;
text-align:right;
}

/*■トラックバック - デザインカスタマイズ - メインカラム*/
#trackback{
border-top:1px solid #df1000;
line-height:1.5;
}
/*トラックバック見出し*/
#trackback h3.title{
font-size:1.17em;
}
/*トラックバック内ブログタイトル*/
#trackback .label{
font-weight:bold;
}
/*トラックバックURL*/
#trackback p.tr_URL{
border-bottom:1px solid #df1000;
}
/*トラックバックリスト*/
#trackback ul{
border-bottom:1px solid #df1000;
}

/*■コメント - デザインカスタマイズ - メインカラム*/
#comment_module{
border-top:1px solid #df1000;
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 solid #df1000;
}
/*各コメントタイトル*/
#comment_module .label{
font-weight:bold;
}

/*■読者一覧 - デザインカスタマイズ - メインカラム*/
/*このブログの読者一覧見出し*/
#reader_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#reader_list li{
border-bottom:1px solid #df1000;
}

/*■お気に入りブログ一覧 - デザインカスタマイズ - メインカラム*/
/*お気に入りブログ一覧見出し*/
#favorite_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#favorite_list li{
border-bottom:1px solid #df1000;

}

/*■ブックマーク一覧 - デザインカスタマイズ - メインカラム*/
/*ブックマーク一覧見出し*/
#bookmark_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#bookmark_list li{
border-bottom:1px solid #df1000;

}

/*■最新記事一覧 - デザインカスタマイズ - メインカラム*/
/*記事一覧見出し*/
#recent_entries_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#recent_entries_list li{
border-bottom:1px solid #df1000;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■ サイドA(sub_a)&サイドB(sub_b) ■■■■■■*/

/*■■■基本設定 - サイド*/
/*■サイドA,B共通項目 - 基本設定 - サイド*/
div.mainMenu{
margin:0 0 10px 0;
padding:0;
font-size:0.91em;
line-height:1.3;
}
div.menu_frame{
}
/*■モジュールタイトル - 基本設定 - サイド*/
h4.menu_title{
margin:0 0 10px 0;
margin-left:3px;
margin-right:3px;
padding:3px 3px;
}
/*■モジュール内一覧 - 基本設定 - サイド*/
.mainMenu ul{
margin-left:3px;
margin-right:3px;
}
.mainMenu dl{
margin-left:3px;
margin-right:3px;
}
.mainMenu p,
#search form{
margin-left:3px;
margin-right:3px;
}
/*■一覧を見る - 基本設定 - サイド*/
p.list,
p.link_blog{
margin-left:3px;
margin-right:3px;
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:3px;
margin-right:3px;
}
/*■最近の記事一覧 - 基本設定 - サイド*/
#recent_entries{
}
/*■アーカイブ - 基本設定 - サイド*/
#archives select{
margin-left:3px;
margin-right:3px;
}
/*■検索 - 基本設定 - サイド*/
#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:#df1000;
}

/*■ブログの読者 - デザインカスタマイズ - サイド*/
#reader ul{
border-top:1px solid #df1000;
}

/*■カレンダー - デザインカスタマイズ - サイド*/
/*日曜日*/
#calendar .sun{
}
/*土曜日*/
#calendar .sat{
}
/*ブログを書いた日*/
#calendar td a{
font-weight:bold;
text-decoration:underline;
}
/*■プラグイン - デザインカスタマイズ - サイド*/
.plugin{
margin-bottom:15px;
text-align:center;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ フッター ■■■■■■■■■■■■*/

/*■■■基本設定 - フッター*/
div#footerArea{
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/69/38/j/o0800006011558829034.jpg);
background-position:top left;
	background-repeat:repeat;
margin:0;
padding:12px 10px 13px px;
border-top:3px solid #df1000;
text-align:right;
}





/*-----------------------------------------------------
ameblo CSS Skin Layout Settings
Skin for:	basic_ad
FileName:   type_c.css
$Revision: 1.1 $
-----------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main{
float: left;
width: 430px;
margin:0;
padding:1 1px;
}

#sub_a{

float: left;
z-index: 1;
width:170px;
}

#sub_b{

float: right;
z-index: 2;
width:170px;
}


body {
background-color: #ffdbd8;
}

#header {
background-color: #ffffff;
}

#header {
background-image: url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/e7/78/j/o0800040011558829996.jpg);
}

#header {
height: 400px;
}

#header {
background-repeat:repeat-x;
}
/*サイドメニュータイトル*/


h4.mainMenu{
width:170px;/*サイドの幅*/
margin:5px 5px 0 0;/*基本の位置*/
}
h4.menu_title{
margin: 0;
padding: 0;
border:1px;
background-position:0px 0px;
text-indent:-9000px;
background-repeat:no-repeat;
width:170px;/*画像の横*/
height:50px;/*画像の縦*/
margin-bottom:5px;
}
#profile h4.menu_title{/*プロフィール*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/a6/a4/j/t01700050_0170005011558829339.jpg);
}
#calendar h4.menu_title{/*カレンダー*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/75/da/j/o0170005011558828204.jpg);
}
#reader h4.menu_title{/*このブログの読者*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/3f/18/j/o0170005011558829660.jpg);
}
#theme_list h4.menu_title{/*ブログテーマ一覧*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/26/06/j/t01700050_0170005011558829994.jpg);
}
#recent_entries h4.menu_title{/*最近の記事一覧*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/82/f1/j/t01700050_0170005011558828653.jpg);
}
#search h4.menu_title{/*ブログ内検索*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/98/32/j/t01700050_0170005011558829658.jpg);
}
#archives h4.menu_title{/*アーカイブ*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/c7/b2/j/t01700050_0170005011558828203.jpg);
}
#favorite h4.menu_title{/*お気に入りブログ*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/d7/f0/j/t01700050_0170005011558828654.jpg);
}
#bookmark h4.menu_title{/*ブックマーク*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/bf/ec/j/o0170005011558828205.jpg);
}
#recent_comment h4.menu_title{/*最近のコメント*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/ae/67/j/t01700050_0170005011558828652.jpg);
}
#ranking h4.menu_title{/*ランキング一覧*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/63/e5/j/o0170005011558829659.jpg);
}
#defaultAd h4.menu_title{/*サイドＰＲ*/
background-image:url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/8e/82/j/t01700050_0170005011558827858.jpg);
}
/*最近の記事スクロール*/

/*アーカイブスクロール*/

/*このブログの読者スクロール*/

/*ブログテーマ一覧スクロール*/

/*ブックマークスクロール*/

/*お気に入りブログスクロール*/


html,body { 
scrollbar-base-color: #df1000; /*スクロールバーの色系*/
}
/*コメント記入欄を表示ボタン*/
#comment_show input#commentbutton{
color:#000000;/*文字色*/
background-color:#ff6b5f;/*背景色*/
border-color:#df1000;/*枠色*/
}
#search .searchbox {
width:100px; 
background-color:#ff6b5f;
}
#search .searchbtn {
height :20px;
color: #000000;
border:3px outset #ff6b5f;
background-color: #ff6b5f;
text-align: center;
}
.entry .foot{

border-top:1px solid #df1000;
padding:3px;
}

#sub_b {
background-color: #ffdbd8;
}

#sub_b {
background-color: #ffdbd8;
border:1px solid #df1000;
}
/* 読者になるボタンロールオーバー */
#readerList img {
visibility : hidden ;
}
#readerList dl a{

display: block;
padding:0;
margin:0;

height:300px;/*画像の縦*/
background-repeat : no-repeat ;
background-image : url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/37/20/j/t01500300_0150030011558827859.jpg) ;
}
#readerList dl a:hover {
background-repeat : no-repeat ;
background-image : url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/11/af/j/o0150030011558827857.jpg);
}
#comment_show{
border:1px solid #df1000;
}
#comment_show h4{
color:#df1000;/*文字の色*/
}
#comment_show p{
color:#df1000;/*文字の色*/
}
#comment_show{/*枠*/
width:350px;
border:0px dotted #df1000;/*太さ2px 点線　色*/
}
/* ブログを作るボタンロールオーバー */
#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() ;
}
#ameblo a#btn_blog:hover {
background-repeat : no-repeat ;
background-image : url();
}
#calendar .sun{
color: #000000;
}
#calendar .sat{
color: #0000ff;
}
/* ゲストコメント　*/
#comment_module .each_comment{/*コメントタイトル部分*/
margin: 0;
padding-bottom:30px;/*コメントとコメントの間*/
background: url();/*上画像のURL*/
background-repeat : no-repeat;
background-position: center top;
color:#df1000;/*←ゲストコメント文字色変更の場合*/
}
#comment_module .comment_body{/*コメント文章部分*/
margin: 0;
padding:0 30px 0 40px;/*コメント分の上と左右と下の余裕*/
background: url();/*中画像のURL*/
background-repeat : repeat-y;
background-position: center top;
}
#comment_module .comment_footer{/*コメントフッター部分*/
margin:0;
padding: 10px 0 15px;
background: url();/*下画像のURL*/
background-repeat : no-repeat;
background-position: center bottom;
}
#comment_module .label{/*コメントタイトル*/
font-weight: bold;
font-size:12px;
padding:20px 0 5px 50px;

color:#df1000;/*←コメントタイトル文字色変更の場合*/
}
.comment_footer span.comment_author{/*名前*/
padding-left:40px;
}
.comment_footer span.comment_date{/*日付*/
padding-left:20px;
}
#comment_module .comment_footer{/*フッタ上の点線を消す*/
border-top:none;
}
#comment_module .comment_author  {/* 名前の右にアイコン */
padding-right : 20px;
background-image : url(); /* ゲストのアイコン */
background-position : right center ;
background-repeat : no-repeat ;
}

/*　管理人コメント*/
#comment_module .admin_comment{/*コメントタイトル部分*/
margin: 0; 
padding-bottom:30px;/*コメントとコメントの間・・ゲストと同じに*/
background: url();/*上画像のURL*/
background-repeat : no-repeat; 
background-position: center top; 
color:#df1000;/*←管理人コメント文字色変更の場合*/ 
} 
#comment_module .admin_comment .comment_body{/*コメント文章部分*/

margin: 0; 
padding:0 30px 0 40px;/*コメント分の上と左右と下の余裕　ゲストと同じに*/ 
background: url();/*中画像のURL*/
background-repeat : repeat-y; 
background-position: center top; 
} 
#comment_module .admin_comment .comment_footer{ /*コメントフッター部分*/
margin:0; 
padding: 10px 0 15px; 
background: url();/*下画像のURL*/
background-repeat : no-repeat; 
background-position: center bottom; 
}
.admin_comment .comment_footer span.comment_date{
padding-left:0;
}

#comment_module .admin_comment .label{/*コメントタイトル*/

color:#df1000;/*←管理人コメントタイトル文字色変更の場合*/
}
#comment_module .admin_comment .comment_author a {
padding-left : 20px;
background-image : url();/* 管理人のアイコン */
background-position : 0px center ;
background-repeat : no-repeat ;
}
#overHeader #userNaviArea{
display:none !important;
}
/*メッセージボード中央*/

/*メッセージボード*/
#message{
color:#df1000;/* 文字色 */
}
#advertising2 div{
display:none;
}
#header h1,
#header h2{/*位置の初期化*/
margin:0;
padding:0;
}
#header h1 a{
width:800px;
height:400px;
display:block;
position:absolute;
text-indent:-9000px;
text-decoration:none;
background-image: url();
background-repeat:no-repeat;
}
#header h1 a:hover{
background-position: 0 -400px;
}
.goroom img {
visibility : hidden ;
}


/**** LINK-tag style sheet ban.css ****/

/* 禁止selectorとそのproperty */
div#sub_a,
div#sub_b,
div.mainMenu#advertising,
div.menu_frame,
div#adJavaScript,
div#adJavaScript2,
div#defaultAd{
visibility:visible !important;
display:block !important;
}

/* Ads by Google */
div#advertising2,
div#advertising3,
p#gadLogo,
p#gadLogo_footer,
div#adCount0_footer,
a#gAdTitle0_footer,
span#gAdDesc0_footer,
div#adCount0,
a#gAdTitle0,
span#gAdDesc0,
div#adCount1,
a#gAdTitle1,
span#gAdDesc1,
div#adCount2,
a#gAdTitle2,
span#gAdDesc2,
div#adCount3,
a#gAdTitle3,
span#gAdDesc3,
span.gadDisplayURL,
span.gadDisplayURL_footer,
span.gadDescription_footer,
span.gadDescription,
div.blockGeneral{
visibility:visible !important;
display:block !important;
}

/* footer ad */
div#footer_ad,
li#footerInfoText,
li#broadText1,
li#broadText2,
li#broadText3{
visibility:visible !important;
display:block !important;
}
/* footer ad inline*/
li#footerInfoText a,
li#broadText1 a,
li#broadText2 a,
li#broadText3 a{
visibility:visible !important;
display:inline!important;
}

/* amebaBar Pr */
li#barPr{
visibility:visible !important;
display:block !important;
}
li#barPr a{
visibility:visible !important;
display:inline !important;
}

/* sideTextAd */
div#sideTextAd{
visibility:visible !important;
display:block !important;
}
div#sideTextAd ul li a{
visibility:visible !important;
display:inline !important;
}


/**** LINK-tag style sheet naviarea.css ****/

/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName: naviarea.css
$Date: 2009/06/11 07:44:50 $
$Revision: 1.10 $
-----------------------------------------------------
*/

/*userNaviArea*/
div#userNaviArea{
padding:40px 0 10px 0;
}

div#userNaviArea a#userNickName{
float:left;
padding:0 10px 0 5px;
font-size:1.85em;
}

div#userNaviArea a{
font-weight:bold;
}

ul#navigationList{
margin:0;
padding:10px 0 0 0;
list-style-type:none;
}

ul#navigationList li{
float:left;
margin:0;
padding:0 8px;
border-right:1px solid #12298f;
}

ul#navigationList li.lastItem{
border:none !important;
padding-right:25px !important;
}

/*userNaviAreaヘッダー広告用*/

div#overHeader div#headerAd{
margin:10px 0 -33px 325px;
text-align:right;
}

/*GG用*/

div.ggOverHeader div#userNaviArea{
padding:0 0 10px 0;
}


/**** LINK-tag style sheet defaultad.css ****/

/* custom defaultAd2 */
div#defaultAd.mainMenu.defaultAd2,
div#defaultAd.mainMenu.defaultAd2,
div#defaultAd.mainMenu.defaultAd2 h4.menu_title,
div#defaultAd.mainMenu.defaultAd2 div.menu_frame,
div#defaultAd.mainMenu.defaultAd2 div.menu_frame ul,
div#defaultAd.mainMenu.defaultAd2 div.menu_frame ul li,
div#defaultAd.mainMenu.defaultAd2 div.menu_frame ul li a {
visibility:visible !important;
display:block !important;
}
div#defaultAd.mainMenu.defaultAd2 div.menu_frame ul li a span.prImg,
div#defaultAd.mainMenu.defaultAd2 div.menu_frame ul li a span.prImg img,
div#defaultAd.mainMenu.defaultAd2 div.menu_frame ul li a span.prTtl,
div#defaultAd.mainMenu.defaultAd2 div.menu_frame ul li a span.prTxt{
visibility:visible !important;
display:inline !important;
}
#defaultAd.defaultAd2 {
margin:0 0 15px;
}
#defaultAd.defaultAd2 .menu_frame {
width:170px;
overflow:hidden;
}
#defaultAd.defaultAd2 .menu_frame ul{
margin-right:6px;
margin-left:6px;
}
#defaultAd.defaultAd2 a {
vertical-align:top;
background:none;
padding:0;/*wIE5x*/
voice-family: "\"}\"";
voice-family: inherit;
padding:1px 0 5px 1px;
}
#defaultAd.defaultAd2 a:hover {
color:#F36;
background:#eee;
}
#defaultAd.defaultAd2 span{
overflow:hidden;
vertical-align:baseline;
cursor:pointer;
}
#defaultAd.defaultAd2 img{
float:left;
border:1px solid #ccc;
}
#defaultAd.defaultAd2 .prTtl {
float:right;
width:100px;
padding:0 0 3px;
font-weight:bold;
text-decoration:underline;
}
#defaultAd.defaultAd2 .prTxt{
float:right;
width:100px;
text-decoration:none !important;
}
#defaultAd.defaultAd2 a:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
#defaultAd.defaultAd2 a { display: block; min-height: 1%; }
* html #defaultAd.defaultAd2 a { height: 1%; }


/*■■■PR - サイド*/
#defaultAd {
margin:0 0 15px;
}
#defaultAd dl {
padding:0 0 5px 0;
}
#defaultAd dt {
float:left;
margin:0;
padding:0 0 5px 0;
}
#defaultAd dt img{
border:1px solid #ccc;
}
#defaultAd dd {
float:right;
width:100px;
margin:0;
padding:0 0 3px;
}
#defaultAd dd a {
font-weight:bold;
}
#defaultAd dd.adName a{
text-decoration:underline;
}
#defaultAd dd.adDetail{
}
/*■PRモジュールフロート解除*/
#defaultAd dl:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
#defaultAd dl{
display:inline-block;
min-height:1%;
}
/* Hides from IE-mac \*/
* html #defaultAd dl{
height:1%;
}
#defaultAd dl{
display:block;
}
#defaultAd div{
margin:0 auto;
}
/* End hide from IE-mac */

/*CJ用*/
#textPr{
margin-bottom:6px;
border-bottom:1px solid;
}



#main {
padding-bottom: 10px;
}
/*message*/
#message{
width:400px;
margin: 0px 20px 8px;
padding-bottom:10px;
}
#message .contents{
margin-top: 0px;
padding:0px 20px 5px;
background:#ffffff url(https://stat001.ameba.jp/user_images/20111020/13/sweets20090701/0e/7a/j/o0400005011558830181.jpg) top left;
	background-repeat:no-repeat;
}
/*entries*/
.entry{
width: 400px;
margin: 20px;
background: url() 0px 70px repeat-y;
background-color:#FFFFFF
}

.entry p{
padding-right:10px;
padding-left:10px;
}

.entry_head{
margin-bottom: 20px;
background: url() top left no-repeat ;
height:15px;
}

.entry .date{
width:350px;
padding: 5px 5px 0;
display: block;
color: #df1000;
}
.entry .name{
width:350px;
margin: 2px 0;
display: block;
padding:0 0px;
}
.entry .theme{
margin-right:20px;
margin-bottom: 10px;
display: block;
padding: 0px 0px 10px;
}
.title{
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
}
.entry .contents{
width:335px;
padding-left:5px;
}


.entry .foot{
background: url()  bottom left no-repeat;
text-align: right;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
height:89px;
}
