@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0066cc;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#996699;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ff3366;
}


/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#999999;
}


/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#000000;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333333;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:bold;
color:#0066cc;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png);
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#333333 !important;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/


/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_s.png);
}



.skinImgBtnS:hover span,.skinImgBtnS:focus span,.skinImgBtnS span{
/*
 アイコン画像は下記から指定
 menu_icons_pastel.png (パステル）
 menu_icons_gray.png（グレー）
 menu_icons_black.png（黒）
 menu_icons_white.png（白）
*/
background-image:url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/menu_icons_pastel.png);
color:#333333 !important;/* ←ボタンの文字色 */
}




/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
border:1px solid #dddddd;
background:#ffffff;
color:#0066cc !important;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#f7f7f7;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{width: 920px !important;}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
/* 注 ベースのcssにwidth:980px;の記述有り */
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border: 1px solid #DDDDDD;
background:#ffffff;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:16px 30px;
}




/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding:16px 0;
border:1px solid #dddddd;
background:#ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:0 29px;
padding:2px 10px;
border-left:5px solid #e4e4e4;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 29px;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border-top:1px dotted #949494;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:#dddddd;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:5px 10px;
background:#dddddd;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
background:#FFF;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
}



/* (3-10) コメント欄、トラバ欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
background-color:#ffffff;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */

/*-----------------------------------------------------
ameblo CSS Skin Settings
Skin for:	basic_ad
FileName:   common.css
$Revision: 1.12 $
-----------------------------------------------------*/
/*============ ☆ かんたんCSS編集はこちら ☆ ==============*/

/*:(コロン)と、;(セミコロン)の間に色、画像、サイズなどを指定して下さい*/

/*１）ブログタイトルの文字サイズを変更する*/
#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: #333333; /*-- 濃いグレー --*/
}
/*７）記事タイトルの背景色を変更する*/
.entry h3.title{
background-color: #EFEFEF; /*-- 薄いグレー --*/
}
/*８）記事タイトルの文字色を変更する*/
.entry h3.title{
color: #333333; /*-- 濃いグレー --*/
}
/*９）サイドバーの見出し文字色を変更する*/
h4.menu_title{
color: #333333; /*-- 濃いグレー --*/
}
/*１０）サイドバーの見出し背景色を変更する*/
h4.menu_title{
background-color: #EFEFEF; /*-- 薄いグレー --*/
}
/*============ ☆ かんたんCSS編集はここまで ☆ ==============*/
/*===================================================================*/

/*============ ★ その他のCSS編集はこちらから ★ ==============*/
/*
目次
■ブログデザイン基本設定
+--基本設定
+--デザインカスタマイズ
   +--リンク
   +--リンク：訪問済み
   +--リンク：マウスオーバー時
   +--コンテンツ全体
   +--メインカラム
   +--サイドカラム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:left !important;
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;
}
#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:#996699;
}
/*■リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:#FF3366;
}
/*■コンテンツ全体*/
#frame{
}
/*■メインカラム*/
#main{
}
/*■サイドカラム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{
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.2 $
-----------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main {
float: left;
width: 610px;
margin:0;
padding:0;
}

#sub_a{
float: right;
z-index: 1;
width:170px;
margin:0;
padding: 0;
}

#sub_b{
display: none;
}

/*■■■■■■■■■■■ ヘッダー部分 ■■■■■■■■■■*/

/*注意#frame{background-color:#FFFFFF;}を削除すること*/

body {
font-family:メイリオ,Meiryo,Verdana,Arial,"ヒラギノ角ゴ Pro W3","Osaka","MS Pゴシック",sans-serif;
}

.skinBody2 {
    background: url("http://anima-to.co.jp/arc/bg001.png") no-repeat scroll center top transparent;
}

.skinBody {
background: url("") repeat scroll center top transparent;
margin: 0 auto;
padding: 0;
}

.skinContentsArea2 {
padding-top: 43px;
}

.layoutContentsA {
background: url("") repeat scroll center top transparent;
margin: 0 auto;
padding: 0;
margin-top:2px;
}

.skinFrame2 {
background:url("http://anima-to.co.jp/arc/bg002.png") no-repeat scroll center top #FFFFFF;
margin:0 auto;
position:relative !important;
width:920px !important;
}

.skinHeaderFrame {
margin:0 auto;
text-align:left;
width:920px;
}

.skinHeaderFrame {
height:500px;

}

.headerBnrArea {
    padding-bottom: 0px !important;
}

#userNaviArea {
padding:40px 0 10px;
}

#userNaviArea {
display:none;
right:0;
top:-50000px;
}

.skinBlogHeadingGroupArea {
margin:0;
padding:0 0 10px;
}

.skinBlogHeadingGroupArea h1 {
font-size:12px;
font-weight:normal;
line-height:30px;
margin:0;
padding-top:5px;
text-decoration:none;
text-indent: -9999px;

}

.skinTitle, .skinTitle:visited, .skinTitle:hover, .skinTitle:focus {
color:#FFF !important;
font-size:12px !important;
font-weight:normal !important;
}

.skinBlogHeadingGroupArea h1 a {
color:#FFF;
display:block;
font-size:12px;
font-weight:normal;
height:491px;
line-height:30px;
text-decoration:none;
width:920px;
}

#wrap {
margin-top:90px;
width:920px;
}

.skinBlogHeadingGroupArea{
width:920px;
}

.skinContentsArea {

}

.skinDescriptionArea {
display :none;

}

.skinDescription {
    color: #FFFFFF !important;
}
/*■■■■■■■■■■■ ナビボタン ■■■■■■■■■■*/

.skinContentsFrame{
background:url() repeat-x center top;
}

.mainMenu ul {
margin-left:0;
margin-right:0;
}

#globalnavi{

position:absolute;

top:500px;

left:0px;

z-index: 100;

}

#globalnavi ul {

width :920px;

}

#globalnavi ul li {

float :left;

padding-bottom :0px !important;

padding-left :0px !important;

}

#globalnavi ul li a {
background-image:url("http://anima-to.co.jp/arc/nabi.png");
background-repeat:no-repeat;
display:block;
height:43px;
}

#globalnavi ul li#menu1 a {

background-position :0 0;

width :153px;

}

#globalnavi ul li#menu1 a:hover {

background-position :0 -43px;

}

#globalnavi ul li#menu2 a {

background-position :-153px 0;

width :153px;

}

#globalnavi ul li#menu2 a:hover {

background-position :-153px -43px;

}

#globalnavi ul li#menu3 a {

background-position :-306px 0;

width :153px;

}

#globalnavi ul li#menu3 a:hover {

background-position :-306px -43px;

}

#globalnavi ul li#menu4 a {

background-position :-459px 0;

width :153px;

}

#globalnavi ul li#menu4 a:hover {

background-position :-459px -43px;

}

#globalnavi ul li#menu5 a {

background-position :-612px 0;

width :153px;

}

#globalnavi ul li#menu5 a:hover {

background-position :-612px -43px;

}

#globalnavi ul li#menu6 a {

background-position :-765px 0;

width :155px;

}

#globalnavi ul li#menu6 a:hover {

background-position :-765px -43px;

}

#globalnavi ul li a span {

display :none;

}

#hForm {
    left: 308px;
    position: absolute;
    top: 278px;
}

#hForm a {
    background: url("http://anima-to.co.jp/arc/contact.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 90px;
    width: 302px;
}

#hForm a:hover {
    background-position: 0 -90px;
}

#hForm span {
    display: none;
}

/*■■■■■■■■■■■ サイドメニュ右 ■■■■■■■■■■*/


/*■■■■■■■■■■■ メインメニュ ■■■■■■■■■■*/

/*■■■■■■■■■■■ 微調整 ■■■■■■■■■■*/

.skinContentsArea {
    background-color:;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0 !important;
    width: 920px;
}

.columnA .skinMainArea {
    float: right;
    width: 585px;
    padding-top:0px;
    padding-right:10px
}

.columnA .skinSubA {
    float: left;
    width: 300px;
    padding-top:20px;
    padding-left: 10px;
}

.skinMenuHeader {
    background: url("http://anima-to.co.jp/arc/said001.png") no-repeat scroll 0 transparent;
    height: 30px;
    padding: 15px 0 0 40px;
    color: #FFFFFF;
}

.skinMenuBody {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 10px;
    padding: 10px;
}

.skinMenuBody {
}

.skinArticle {
    background: url("http://www.anima-to.co.jp/masuda/maintop001.png") no-repeat scroll 0 top transparent;
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
  border: 0px !important;
}
.skinArticleFooter {
    background: url("http://www.anima-to.co.jp/masuda/mainbottom001.png") no-repeat scroll 0 bottom transparent;
    margin: 0;
    padding-bottom: 40px;
    text-align: right;
}
.skinArticleBody {
    background: url("http://www.anima-to.co.jp/masuda/mainsaid001.png") repeat-y scroll 0 0 transparent;
    padding: 20px;
}
.skinArticle2 {
    padding-top: 10px;
}

.readerMainLink p a {
    background-image: url("#");
    display: block;
    height: 80px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 393px;
}
.readerMainLink p a:hover {
    background-position: 0 -84px;
}

.skinArticleFooter {
    border-top: 0 none !important;
}
.articleExLinkArea {
    margin: 0 10px;
}

.articleLinkArea {
    margin: 10px;
    text-align: right;
}
/*■■■■■■■■■■■ フッター ■■■■■■■■■■*/
.skinFrame{
padding-bottom:102px;
background:url(http://anima-to.co.jp/arc/bottom_main.png) no-repeat bottom;
}

.skinBody3 {
    background: url("http://anima-to.co.jp/arc/bottom_bk.png") repeat-x scroll center bottom transparent;
}

/*■■■■■■■■■■■ プロフィールボタン ■■■■■■■■■■*/


.readerBtn {
    background: url("http://anima-to.co.jp/arc/said_b001.png") no-repeat scroll 0 0 transparent !important;
}

.readerBtn span {
    background: none repeat scroll 0 0 transparent !important;
    font-size: 0 !important;
}

.amemberBtn {
    background: url("http://anima-to.co.jp/arc/said_b002.png") no-repeat scroll 0 0 transparent !important;
}

.amemberBtn span {
    background: none repeat scroll 0 0 transparent !important;
    font-size: 0 !important;
}

.messageBtn {
    background: url("http://anima-to.co.jp/arc/said_b003.png") no-repeat scroll 0 0 transparent !important;
}

.messageBtn span {
    background: none repeat scroll 0 0 transparent !important;
    font-size: 0 !important;
}

.presentBtn {
    background: url("http://anima-to.co.jp/arc/said_b004.png") no-repeat scroll 0 0 transparent !important;
}

.presentBtn span {
    background: none repeat scroll 0 0 transparent !important;
    font-size: 0 !important;
}

/*■■■■■■■■■■■ メッセージボード ■■■■■■■■■■*/
.skinMessageBoard {
    background: none  !important;
    border-bottom: 0px  !important;
    border-top: 0px  !important;
}

.skinMessageBoard3 {
 padding: 20px 0 0 0 !important;
}

.skinMessageBoard {
    background: none  !important;
    border: 0px  !important;
}
/*■■■■■■■■■■■ 微調整 ■■■■■■■■■■*/
.registBtnArea {
    display: none;
}


.skinSubA .rss {
    display: none !important;
}
.columnA .skinMainArea {
    float: right;
    padding-right: 10px;
    padding-top: 0px;
    width: 585px;
}
/*■■■■■■■■■■■ アーク記事CSS ■■■■■■■■■■*/



/*コンテンツ*/
section.contents {
width: 100%;
margin: 20px auto 10px;
border-bottom: 1px dotted #CCC;
padding: 0 0 10px 0;
background: #fff;
}
section.contents h1.ttl {
color: #fff;
font-size: 1.6rem;
font-weight:bold;
border: 1px solid #c42323;
border-bottom: 3px solid #ccc;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #981616), color-stop(1.00, #c42323));
background: -webkit-linear-gradient(#981616, #c42323);
background: -moz-linear-gradient(#981616, #c42323);
background: -o-linear-gradient(#981616, #c42323);
background: -ms-linear-gradient(#981616, #c42323);
background: linear-gradient(#981616,#c42323 );
padding:5px 10px;
margin:0 0 10px 0;
box-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);
}
.con_in {
width: 90%;
padding: 0px;
margin: 5px auto;
}
.con_in p{
color:#5C4F40;
font-size:;
font-size: 14px; font-size: 1.4rem;
line-height:1.2;
}
.con_in ul {
padding: 0 5px 5px 5px;
color: #221E00;
}
.con_in ul li {
background: #f5f5f5;
font-size: 16px; font-size:1.6rem;
text-shadow: 1px 1px 1px #999;
padding: 5px 5px 10px 5px;
line-height: 2.4rem;
margin: 0 0 8px 0;
border: 1px solid #ccc;
}
.con_in ul li:nth-child(2n) {
background: #ffffff;
}
.con_in ul li span {
font-size: 12px; font-size: 1.2rem;
line-height: 1.4rem;
background: #333;
color: #FFF;
padding: 2px 3px;
margin: 0 8px 0 0;
text-shadow: 0px 0px 5px #fff;
filter: dropshadow(color=#fafafa, offx=1, offy=1);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.con_in ul li strong {
color: #ba1616;
text-shadow: none;
font-size: 1.8rem;
}
.con_in ul li p{
margin-top:5px;
font-style: normal;
font-size: 1.2rem;
color: #555;
text-shadow: none;
line-height:1.2;
}
b {
font-style: normal;
font-size: 1.2rem;
color: #777;
text-shadow: none;
line-height:1.5;
}
.contents .con_in dl dt {
background: url(http://arc-0120777123.com/images/icon_check.gif) no-repeat left center;
padding: 0 0 0 30px;
height: 24px;
font-size: 18px; font-size: 1.8rem;
line-height: 2.4rem;
margin: 0 0 10px 0;
display:block;
}
.contents .con_in dl {
margin: 0 0 20px 0;
}
.contents .con_in dl dd {
background: #fff6cd;
padding: 5px;
font-size: 14px; font-size: 1.4rem;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
margin-top:5px;
}
.contents .con_in dl dd strong {
color: #900;
}
h2.ttls {
color: #fff;
background: #333;
padding: 2px;
text-indent: 10px;
margin: 0 0 5px 0;
}
.con_in .case {
width: 94%;
margin: 0 auto 10px auto;
border: #796755 1px dotted;
padding: 3%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
.con_in .case p {
line-height: 1.8rem;
margin: 0 0 5px 0;
}
.con_in .case p b {
font-size: 14px; font-size: 1.4rem;
color: #900;
}
.con_in .case p strong {
color: #900;
font-size: 28px; font-size: 2.2rem;
line-height:1.3;
}
.case table tbody td p {
font-size:130%;
}
.case table tbody td p b {
font-size:120% !important;
}
h2.ttls_case {
font-size:130%;
padding:6px 0;
}
p.case_center {
text-align:center;
width:100%;
}
/*faq*/
.contents .con_in dl.faq dt {
background: url(http://arc-0120777123.com/images/icon_q.jpg) no-repeat left center;
padding: 0 0 0 30px;
height: 24px;
font-size: 18px; font-size: 1.8rem;
line-height: 2.4rem;
margin: 0 0 10px 0;
text-shadow: 1px 1px 2px #ccc;
}
.contents .con_in dl {
margin: 0 0 20px 0;
}
.contents .con_in dl dd {
background: #f2f2f2;
padding: 10px;
font-size: 14px; font-size: 1.4rem;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
margin-top:5px;
}
.contents .con_in dl dd strong {
color: #900;
font-size: 1.0em;
}
.con_in .faq dd ul {
margin: 0 0 10px 0;
}
.con_in .faq dd ul li {
font-size: 12px; font-size: 1.2rem;
line-height: 18px; line-height: 1.8rem;
text-shadow: none;
color: #5C4F40;
padding: 0;
border: none;
}
.con_in .faq dd ul li p {
font-size: 14px; font-size: 1.4rem;
line-height: 1.8rem;
}

.skinFrame {
padding-top:0px!important;
}
