/*-----------------------------------------------------
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{
}
/*６）ページ全体の文字色を変更する*/
body{
color: #333333; /*-- 濃いグレー --*/
}
/*７）記事タイトルの背景色を変更する*/
.entry h3.title{
}
/*８）記事タイトルの文字色を変更する*/
.entry h3.title{
color: #333333; /*-- 濃いグレー --*/
}
/*９）サイドバーの見出し文字色を変更する*/
h4.menu_title{
color: #333333; /*-- 濃いグレー --*/
}
/*１０）サイドバーの見出し背景色を変更する*/
h4.menu_title{
}
/*============ ☆ かんたん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:center;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
}
img{
border:0;
}
blockquote{
margin:12px 0;
padding:10px;
border:2px dotted #D4D4D4;
}
pre{
margin:0;
padding:0;
}
input,
textarea{
}
p{
margin:0;
padding:0;
}
.menu_frame ul,
.menu_frame li,
.menu_frame dl,
.menu_frame dt,
.menu_frame dd,
#comment_module ul,
#comment_module li,
#trackback ul,
#trackback li,
#reader_list ul,
#reader_list li,
#favorite_list ul,
#favorite_list li,
#bookmark_list ul,
#bookmark_list li{
margin:0;
padding:0;
list-style-type:none;
}
/*■フレーム - 基本設定 - ブログデザイン基本設定*/
#frame{
width:800px;
margin:0 auto;
text-align:left;
}
#wrap{
width:800px;
}
#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:#333333;
}
/*■リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#6fbe00;
}
/*■リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:#6fbe00;
}
/*■コンテンツ全体*/
#frame{
}
/*■メインカラム*/
#main{
}
/*■サイドカラムA*/
#sub_a{
color:#666666;
}
/*■サイドカラムB*/
#sub_b{
color:#666666;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/

/*■■■基本設定 - ヘッダー*/
#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:0px 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:80px 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;
}
/*-----------------フリースペース設定-----------------------*/
#freespace {
width:380px;/*幅設定*/
margin-bottom:20px;/*フリースペースの余白を調整*/
}
#freespace img {
display:block;
margin:0;
}

/* バナー */
#freespace ul{
margin:0;
}
#freespace ul#banner li {
list-style: none;
display: block;
width:180px;/*画像の幅を設定*/
margin:0 5px 10px 5px;/*画像したの余白高さを調整*/
padding:0;
text-indent:-9999px;
}
#freespace ul#banner li a {
display: block;
text-decoration: none;
width:180px;/*画像の幅を設定*/
padding:0;
overflow:hidden;
outline:none; 
}

#freespace ul#banner li#bn1 a {
background:url(http://nekocafe-leon.com/blog/bn1.jpg) no-repeat left top;/*ランキング画像1URLを設定*/
height:80px;/*画像の高さにあわせて調整*/
}
#freespace ul#banner li#bn2 a {
background:url(http://nekocafe-leon.com/blog/bn2.jpg) no-repeat left top;/*ランキング画像2URLを設定*/
height:80px;/*画像の高さにあわせて調整*/
}


/*-----------------サイドバー-------------------*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■ サイド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{
}
#readerList dl a {
display:block;
height:30px;
margin:0;
width:160px;
}
#readerList img {
visibility:hidden;
}
#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_c.css
$Revision: 1.2 $
-----------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ カラムタイプ ■■■■■■■■■■*/
#main{
float: left;
width: 540px;
margin:0;
padding:0;
}
#sub_a{
float: left;
z-index: 1;
width:180px;
margin:0;
padding:0;
}
#sub_b{
float: right;
z-index: 2;
width:180px;
margin:0;
padding:0;
}






/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■ カスタマイズここから　■■■■■■■■■*/

/*-----------------全体構造-----------------------*/
body {
background:url(http://nekocafe-leon.com/blog/bg.jpg) repeat center 24px;/*背景画像のリピート、表示位置（24px=amebaバー高）を設定*/
}
#header {
width:950px;/*ヘッダーの横幅を設定*/
height:311px;/*ヘッダー高さを設定*/
margin:0 auto;
padding:0;
text-align:left;
}
#frame {
background:url(http://nekocafe-leon.com/blog/bg2.png) repeat-y center top;/*背景画像の設定*/
_background:url(http://nekocafe-leon.com/blog/bg2.png) repeat-y center top;/*IE6用背景画像の設定*/
width:1081px;/*全体の横幅を設定*/
padding-bottom:30px;
}
#wrap{
position:relative;
width:950px;/*全体の横幅を設定*/
margin:0 auto;
padding-top:63px;/*ナビ高さ+ヘッダー画象下の余白高さ*/
}
#main{
width:540px;/*記事の幅を設定*/
margin-left:10px;/*記事と左端間の余白幅を設定*/
}
#sub_a{
width:180px;/*左サイドの幅を設定*/
margin-left:5px;/*記事と左端間の余白幅を設定*/
_margin-left:7px;/*IE6用*/
}
#sub_b{
width:180px;/*右サイドの幅を設定*/
margin-right:10px;/*記事と右端間の余白幅を設定*/
_margin-right:7px;/*IE6用*/
}
/*幅＋余白の合計が、全体の横幅と同じになっているか確認*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■ ヘッダー部分　■■■■■■■*/

#header h1,
#header h2{
margin:0;
padding:0;
}
#header h2 {
text-indent:-9999px;
overflow:hidden;
}

/*-----------------ヘッダー画像-----------------------*/
#header h1 a{
width:950px;/*全体の横幅を設定*/
height:359px;/*画像の高さに合わせて設定*/
background:url(http://nekocafe-leon.com/blog/head.jpg) no-repeat left top;/*ヘッダー画象のURLを設定*/
display:block;
position:absolute;
text-indent:-9999px;
text-decoration:none;
overflow:hidden;
outline:none; 
}

/*-----------------ブログトップのナビ非表示-----------------------*/
#userNaviArea {
display:none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■横型ナビゲーション部分　■■■■■■■*/

/*-----------------横型ナビゲーション-----------------------*/

#nav {
position:absolute;
left:0px;/*ナビ左の余白分を設定*/
top:0;/*ナビ上の余白分を設定*/
}
#freespace div.menu_frame #nav ul#topnav {
background:url(http://nekocafe-leon.com/blog/navi.png) no-repeat left top;/*画象URLを設定*/
width:950px;/*幅を設定*/
height:46px;/*ナビ１行分の高さを設定*/
padding:0;
margin:0 auto;
}
#freespace div.menu_frame #nav ul#topnav li{
list-style:none;
display:block;
height:63px;/*ナビ１行分の高さを設定*/
margin:0;
padding:0;
float:left;
text-indent:-9999px;
}
#freespace div.menu_frame #nav ul#topnav li a{
background:url(http://nekocafe-leon.com/blog/navi.png) no-repeat left top;/*画象URLを設定*/
display:block;
text-decoration: none;
height:63px;/*ナビ１行分の高さを設定*/
padding:0;
overflow:hidden;
outline:none;
}

#freespace div.menu_frame #nav ul#topnav li#tn1	{ width: 167px; }/*項目１の幅を設定*/
#freespace div.menu_frame #nav ul#topnav li#tn2	{ width: 154px; }/*項目２の幅を設定*/
#freespace div.menu_frame #nav ul#topnav li#tn3	{ width: 153px; }/*項目３の幅を設定*/
#freespace div.menu_frame #nav ul#topnav li#tn4	{ width: 153px; }/*項目４の幅を設定*/
#freespace div.menu_frame #nav ul#topnav li#tn5	{ width: 153px; }/*項目５の幅を設定*/
#freespace div.menu_frame #nav ul#topnav li#tn6	{ width: 168px; }/*項目６の幅を設定*/

#freespace div.menu_frame #nav ul#topnav li#tn1 a	{ background-position: 0px 0; }
#freespace div.menu_frame #nav ul#topnav li#tn2 a	{ background-position: -167px 0; }/*項目１の幅をマイナス付けて設定*/
#freespace div.menu_frame #nav ul#topnav li#tn3 a	{ background-position: -321px 0; }/*項目１から２の合計幅をマイナス付けて設定*/
#freespace div.menu_frame #nav ul#topnav li#tn4 a	{ background-position: -475px 0; }/*項目１から３の合計幅をマイナス付けて設定*/
#freespace div.menu_frame #nav ul#topnav li#tn5 a	{ background-position: -628px 0; }/*項目１から４の合計幅をマイナス付けて設定*/
#freespace div.menu_frame #nav ul#topnav li#tn6 a	{ background-position: -780px 0; }/*項目１から５の合計幅をマイナス付けて設定*/

#freespace div.menu_frame #nav ul#topnav li#tn1 a:hover	{ background-position: 0px 100%; }
#freespace div.menu_frame #nav ul#topnav li#tn2 a:hover	{ background-position: -167px 100%; }/*項目１の幅をマイナス付けて設定*/
#freespace div.menu_frame #nav ul#topnav li#tn3 a:hover	{ background-position: -321px 100%; }/*項目１から２の合計幅をマイナス付けて設定*/
#freespace div.menu_frame #nav ul#topnav li#tn4 a:hover	{ background-position: -475px 100%; }/*項目１から３の合計幅をマイナス付けて設定*/
#freespace div.menu_frame #nav ul#topnav li#tn5 a:hover	{ background-position: -628px 100%; }/*項目１から４の合計幅をマイナス付けて設定*/
#freespace div.menu_frame #nav ul#topnav li#tn6 a:hover	{ background-position: -780px 100%; }/*項目１から５の合計幅をマイナス付けて設定*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■　サイド部分　■■■■■■■*/

/*-----------------リスト項目の余白-----------------------*/
.mainMenu ul{
margin-left:7px;
margin-right:7px;
}
.mainMenu dl{
margin-left:7px;
margin-right:7px;
}
.mainMenu p{
margin-left:7px;
margin-right:7px;
}
#search form{
margin-top:10px;
margin-left:7px;
margin-right:7px;
}
#archives select{
margin-top:10px;
margin-left:7px;
margin-right:7px;
}

/*■一覧を見る - 基本設定 - サイド*/
p.list,
p.link_blog{
margin-left:7px;
margin-right:7px;
padding-top:10px;
}

/*-----------------サイドバー-------------------*/
div.mainMenu{
margin:0 0 30px 0;/*各項目間のマージン調整*/
}

/*-------------サイドバーの各見出しの背景画像設定----------*/
h4.menu_title{
width:175px;/*見出し画像の横幅を設定*/
height:64px;/*見出し画像の高さを設定*/
margin:0 auto 10px;/*見出し画像下余白を設定*/
padding:0;
border:none;
background-position:0 0;
text-indent:-9999px;
background-repeat:no-repeat;
}
#profile .menu_title{
background-image:url(http://nekocafe-leon.com/blog/title_profile.jpg);/*プロフィールの画象URLを設定*/
}
#calendar .menu_title{
background-image:url(http://www.joes-office.com/images/title-calender.png);/*カレンダーの画象URLを設定*/
}
#reader .menu_title{
background-image:url(http://nekocafe-leon.com/blog/title_dokusya.png);/*このブログの読者の画象URLを設定*/
}
#theme_list .menu_title{
background-image:url(http://nekocafe-leon.com/blog/title_ichiran.jpg);/*ブログテーマ一覧の画象URLを設定*/
}
#recent_entries .menu_title{
background-image:url(http://nekocafe-leon.com/blog/title_kiji.jpg);/*最近の記事一覧の画象URLを設定*/
}
#search .menu_title{
background-image:url(http://nekocafe-leon.com/blog/title_sarch.jpg);/*ブログ内検索の画象URLを設定*/
}
#archives .menu_title{
background-image:url(http://nekocafe-leon.com/blog/title_back.jpg);/*アーカイブの画象URLを設定*/
}
#favorite .menu_title{
background-image:url(http://nekocafe-leon.com/blog/title_okini.jpg);/*お気に入りブログの画象URLを設定*/
}
#bookmark .menu_title{
background-image:url(http://www.joes-office.com/images/title-bookmark.png);/*ブックマークの画象URLを設定*/
}
#recent_comment .menu_title{
background-image:url(http://www.joes-office.com/images/title-comment.png);/*最近のコメントの画象URLを設定*/
}
#ranking .menu_title{
background-image:url(http://www.joes-office.com/images/title-ranking.png);/*ランキングの画象URLを設定*/
}

/*-----------------サイドバーの背景画像設定-----------------------*/
#calendar,
#reader,
#theme_list,
#recent_entries,
#search,
#archives,
#favorite,
#bookmark,
#recent_comment,
#ranking {
background-color:#ffffff;/*背景色を設定*/
}

#profile .menu_frame,
#calendar .menu_frame,
#reader .menu_frame,
#theme_list .menu_frame,
#recent_entries .menu_frame,
#search .menu_frame,
#archives .menu_frame,
#favorite .menu_frame,
#bookmark .menu_frame,
#recent_comment .menu_frame,
#ranking .menu_frame {
padding-bottom:10px;/*中身の下余白を設定*/
}

/*-----------------リスト項目の表示-----------------------*/
#recent_comment div.menu_frame ul li,
#reader div.menu_frame ul li,
#recent_entries div.menu_frame ul li,
#theme_list div.menu_frame ul li,
#search div.menu_frame ul li,
#bookmark div.menu_frame ul li,
#archives div.menu_frame ul li,
#favorite div.menu_frame ul li{
background:url(http://nekocafe-leon.com/blog/icon.jpg) no-repeat left 11px;/*画象URLを設定*/
padding:10px 0px 10px 15px;/*余白、リストマーク分余白を調整*/
border-bottom:1px dotted #92db82;/*下線の種類と色、太さを調整*/
margin-bottom:0px;/*リストの下マージンを調整*/
}

/*----------------サイドの読者登録ボタン-----------------------*/
#readerList dl a {
background-image:url(http://nekocafe-leon.com/blog/dokusya02.jpg);/*ボタン画像URLを設定*/
background-repeat:no-repeat;
height:64px;/*ボタン画像の高さにあわせて調整*/
width:174px;/*ボタン画像の幅にあわせて調整*/
display:block;
margin:10px auto;
}

/*----------------サイドのプロフィール-----------------------*/
#new_profile .image {
text-align:center;/*写真の横位置を設定*/
}
#new_profile .profLink {
text-align:center;/*リンクの横位置を設定*/
}
#AmNwQuote {
margin:10px auto 0 !important;
}

/*----------------読者一覧-----------------------*/
#reader ul{
border-top:1px dotted #92db82;/*読者一覧下のライン設定*/
}

/*----------------カレンダー-----------------------*/
#calendar table{
width:166px;
margin:0 auto;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■　記事部分（レイアウト設定）　■■■■■*/

/*----------------ブログ記事の囲みの設定----------------*/
.entry .foot{/*本文一番下の設定*/
text-align: right;/*リンクテキスト横位置を調整*/
padding-top:15px;/*リンクテキストの縦位置を調整*/
border-top:#93c946 dotted 1px;
}

/*-----------------本文の配置----------------*/
.entry {
position:relative;
border:#93c946 double 3px;
padding:15px;
}
.entry h3.title {
display:block;
border-bottom:#92db82 dotted 1px;
padding:20px 0;/*タイトル横位置の調整*/
margin-bottom:0;
text-align:left;
}
.entry .theme{
position:absolute;/*位置固定の場合*/
top:17px;/*位置固定の場合：テーマ縦位置の調整*/
right:20px;/*位置固定の場合：テーマ横位置の調整*/
text-align:right;/*テキスト横位置を調整*/
border:none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■　文字設定　■■■■■■■*/

/*-------------------フォント指定-------------------*/
body{
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";
}
/* ---------ベースの文字サイズ---------- */
body{ 
color:#333333;/*テーマ文字色の設定ー*/
font-size:12px;/*テーマ文字サイズ調整*/
}
/*-----------------記事タイトル-------------------*/
.entry h3.title{
color:#43aa2b;/*タイトル文字色の設定*/
font-size:20px;/*タイトル文字サイズの設定*/
font-weight:bold; /*タイトル文字の太さ*/
}
/*-----------------記事本文-----------------------*/
.entry .contents{
font-size:14px;　 /*文字サイズの設定*/
color:#333333;　　/*文字色の設定*/
line-height:1.5;　/*行間の設定*/
margin-top:80px;　/*記事の上スペース調整*/
margin-bottom:30px;/*記事の下スペース調整*/
}
/*-----------------記事テーマ-------------------*/
.entry .theme {
color:#666464;/*文字色の設定*/
font-size:13px;/*文字サイズ調整*/
}
/*-----------------記事日付-------------------*/
.entry .date{
color:#666464;/*文字色の設定*/
font-size:12px;/*文字サイズ調整*/
}
/*-----------------記事リンクフッター-------------------*/
.entry .foot{
font-size:1em;/*記事フッターの文字サイズ調整*/
}
/*-----------------サイド-------------------*/
div.mainMenu{
color:#666666;/*文字色の設定*/
font-size:1em;/*文字サイズ調整*/
}
/*-----------------メッセージ-------------------*/
#message {
font-size:14px;/*文字サイズ調整*/
line-height:1.5;
}
/*-----------------ページ送り-------------------*/
.page {
color:#FFFFFF;/*文字色*/
font-size:13px;/*文字サイズ調整*/
}
.page .now{
color:#FFFFFF;/*現在ページの文字色*/
}

/*-----------------コメント記入欄を表示-------------------*/
#comment_module p.list {
font-size:12px;/*コメント記入欄の文字サイズ調整*/
}


/*-----------------リンク色-------------------*/
#frame a,
#frame a:visited {
color:#66c412;
}
#frame a:hover,
#frame a:active {
color:#56bfd5;
text-decoration:none;
}

#frame .mainMenu a,
#frame .mainMenu a:visited {
color:#333333;
}
#frame .mainMenu a:hover,
#frame .mainMenu a:active {
color:#f300a8;
}

#frame #profile a,
#frame #profile a:visited,
#frame #calendar a,
#frame #calendar a:visited,
#frame #search a,
#frame #search a:visited,
#frame #ranking a,
#frame #ranking a:visited {
color:#66c412;
}

#frame #profile a:hover,
#frame #profile a:active,
#frame #calendar a:hover,
#frame #calendar a:active,
#frame #search a:hover,
#frame #search a:active,
#frame #ranking a:hover,
#frame #ranking a:active {
color:#56bfd5;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■　メイン部分　■■■■■■■*/

/*-----------------ページ送り変更-----------------*/
.page {
margin:0 auto 30px;/*ページ送り全体下の余白設定*/
}
.page a{
background-color:#f4f4f4;/*背景色*/
text-align:center;
padding:7px;/*ページ送りの余白設定*/
}
.page .now{
background-color:#66ae00;/*ページ送り現在ページの背景色*/
text-align:center;
padding:7px;/*ページ送りの余白設定*/
}

/*-----------------読者登録ボタン------------------*/
#main .readerMainLink {
margin:0 auto;
padding:10 10 10 10;
}
#main .readerMainLink p {
background-image:none;
text-indent:-9999px;
text-align:center;
}
.readerMainLink p a {
background:url(http://nekocafe-leon.com/blog/dokusya01.jpg) no-repeat 0 0;/*読者登録ボタン画像設定*/
height:75px;/*画像高さ（1行分）設定*/
width:237px;/*画像幅設定*/
padding:0;
display:block;
margin:0 auto 27px;/*画像上下余白設定*/
overflow:hidden;
outline:none; 
}

/*-------------------メッセージエリア設定-------------------*/
#message {
border:none;/* 枠線の設定 */
width:540px;/* メッセージエリア幅の設定 */
margin-bottom:30px;/* メッセージエリアしたの余白設定 */
padding:0;
text-align:left;
}
#message .contents {
border:none;
padding:0;
}
#message ul {
width:470px;
margin:0 auto;
padding:0;
}
#message ul#msBanner li {
float:left;
list-style: none;
display: block;
width:230px;/*画像の幅を設定*/
padding:0;
text-indent:-9999px;
}
#message ul#msBanner li#bn1 {
margin:0 10px 10px 0;/*画像余白を調整*/
}
#message ul#msBanner li#bn2 {
margin:0 0 10px 0;/*画像余白を調整*/
}
#message ul#msBanner li#bn3 {
margin:0 10px 0 0;/*画像余白を調整*/
}
#message ul#msBanner li#bn4 {
margin:0;/*画像余白を調整*/
}

#message ul#msBanner li a {
display: block;
text-decoration: none;
width:180px;/*画像の幅を設定*/
height:80px;/*画像の高さを設定*/
padding:0;
overflow:hidden;
outline:none; 
}

#message ul#msBanner li#bn1 a {
background:url(http://nekocafe-leon.com/blog/bn1.jpg) no-repeat left top;/*バナー1画象URLを設定*/
}
#message ul#msBanner li#bn2 a {
background:url(http://nekocafe-leon.com/blog/bn2.jpg) no-repeat left top;/*バナー2画象URLを設定*/
}


/* 記事下の定型文
-----------------------------------*/
.entry .fix{
text-align:center;
}

/*-----------------ツイートボタン達の配置-----------------------*/
#exLinkBtn {
margin-top:30px;
padding:0;
width:265px;
}

/* 記事下の定型文（広告表示中のブログ用）
-----------------------------------*/
.entry .contents .subContents .fix-ad{
text-align:center;
background:none;
padding:0px;
text-align:center;
margin-top:60px;
}
.entry .contents .subContents .fix-ad img{
padding:0 30px;
}

/*-----------------ブログを作るボタンを消す-----------------------*/
#ameblo{
text-indent:-2000px;
display:block;
overflow:hidden;
width:0;
height:0;
}
/*-----------------右上広告タイトル分スペースを消す-----------------------*/
#defaultAd h4.menu_title{
text-indent:-2000px;
display:block;
margin:0;
overflow:hidden;
width:0;
height:0 !important;
}
/*-----------------右下の広告を消す-----------------------*/
#sideTextAd{
text-indent:-2000px;
display:block;
overflow:hidden;
width:0;
height:0;
}
/*-----------------エントリー広告を消す-----------------------*/
#footer_ad{
text-indent:-2000px;
display:block;
overflow:hidden;
width:0;
height:0;
}
/*-----------------「同じテーマの最新記事」を非表示にする----------------*/
div#themeBox{
margin-top:30px;
}

/*--------------- 記事下広告にカーソルを乗せたら現れるものを消す３---------- */
#talent .hideAdsArrow,
#general .hideAdsArrow,
#adList .hideAdsArrow,
.gadBox#talent div.blockTarent,
.gadBox#adList div.blockGeneral,
.gadBox#general div.blockGeneral,
.gadBox#talent div.blockhoverTarent,
.gadBox#adList div.blockhoverGeneral,
.gadBox#general div.blockhoverGeneral{
margin:0;
background:none;
}
.subContents a{
font-weight:normal;
}
.subContents a:visited{
}
#adJavaScript .HBgColor{background-color:#FFFFFF;}
#adJavaScript .HTitleColor{color:#5B0D44;}
#adJavaScript .HTextColor{color:#333333;}
#adJavaScript .HUrlColor{color:#5B0D44;}
#adJavaScript2 .HBgColor{background-color:#FFFFFF;}
#adJavaScript2 .HTitleColor{color:#5B0D44;}
#adJavaScript2 .HTextColor{color:#333333;}
#adJavaScript2 .HUrlColor{color:#5B0D44;}
#advertising2{
text-align:center;
/*padding-top:10px;
padding-bottom:5px;*/
}

/*-----------------一番下のフッターエリアの非表示-----------------------*/
div#footerArea{
display:none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■　プロフィール部分　■■■■■■■*/

/*----------------プロフィール枠の画像削除-------------------*/
#profile {
background-image:normal; /*タイトル背景画像を表示時normalに、非表示時noneに設定*/
}

/*----------------プロフィール写真余白-------------------*/
#profile #person .image {
margin:5px auto 10px;
}

/*----------------プロフィール枠の記事作成削除-----------------------*/
#profile .link_blog{
display:none;
}

/*----------------プロフィール枠のピグ削除-----------------------*/
#profile .adlantiss{
display:none !important;
}

/*----------------プロフィール枠のジャンルを削除-------------------*/
#profile li.genre{
display:none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■　コメント部分　■■■■■■■*/

/*----------------コメントボタンを変えるー----------------*/
#comment_show input#commentbutton {
background-color:#FFFFFF; /*背景色*/
background-image: url(http://nekocafe-leon.com/blog/comment.jpg); /*画像を設定*/
background-position:left top;
background-repeat:no-repeat;
display:block;
height:97px;/*画像高さを設定*/
width:285px;/*画像幅を設定*/
margin:0;
padding:0;
text-indent:-9999px;
border:none;
}
#comment_show {
border:none;
margin:0 auto;
padding:0;
width:285px;/*画像幅を設定*/
}
#comment_module li.lastItem {
display:block;
width:285px;/*画像幅を設定*/
}
#comment_show h4,
#comment_show p {
display:none;
}
/*----------------コメント欄のカスタム-------------------*/
#comment_present{display:none;}
#comment_module{
padding-top:5px;
border-top:1px solid #93c946;/*コメントエリア上部のライン設定*/
}
#comment_module .comment_body {
margin:0;
padding:0;
}
#comment_module .comment_footer {
border-top:1px dashed #93c946;/*コメント記入者名上のライン設定*/
margin-top:5px;
padding-top:5px;
}
#comment_module, #trackback {
line-height:1.5;/*コメント記入者名の行間設定*/
}
