body { 
text-align:center;
line-height:1.5;
margin:0;
padding:0;
background-color:#f5f5f5;                       /* 外側背景色 */
font: 100% 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
} 

ul {
list-style-type: square;
}


.tag_list a {
background-color: #f5f5f5;
padding: .2em .5em;
transition:background-color 0.2s linear 0s;
font-size: 12px;
}

.tag_list a:hover {
background-color: #ececec;
}

h4 {
margin: 10px 0;
padding: 0 0 0 6px;
border-left: 10px solid #20b2aa;
text-weight: bold;
font-size: 20px;
}

h5 {
margin: 5px 0;
padding-left: 5px;
border-left: 6px solid #a52a2a;
border-bottom: 3px solid #a52a2a;
text-weight: bold;
font-size: 16px;
}


#outline { 
background-color:#f5f5f5;                     /* サイト背景色 */
}

/******************************************* ▼ 画像関連 ▼ */
.eimage {
float: right;
padding-left: 5px; padding-bottom: 5px;

}

img.double-border {
	border: 3px solid #ddd;
	background: #fff; /*Inner border color*/
}

img.shadow {
	background: url(shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

/******************************************* ▲ 画像関連 ▲ */


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:1000px;                                         /* 全体 */
margin:0 auto; 
}

#center { 
width:680px;                                          /* 中央 */
float:right; 
} 
#right { 
width:310px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:685px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */

/******************************************* ▼Featured Content▼ */

#featured{ 
	width:680px;  
	position:relative; 
	border:0; 
	height:250px; 
	background:#ffffff;
	margin-bottom: 5px;
overflow: hidden;
}

#featured li {
margin: 0;
}

#featured ul.ui-tabs-nav{ 
	position:absolute; 
	bottom: 0;
	list-style:none; 
	width:680px; height: 39px; z-index: 1;
margin: auto 0 0 0;
}
#featured ul.ui-tabs-nav li{
        float: left;
	padding:0 0 0 -1px;
	font-size:14px;
	color:#666666; 
}
#featured ul.ui-tabs-nav li span{
display: table-cell;
width: 170px;
height: 35px;
	font-size:14px; color:#4169e1; font-weight: bold;
	line-height:18px; text-align: center; vertical-align: middle;
overflow: hidden;

}

#featured li.ui-tabs-nav-item a{ 
position: relative;
	display:block; 
	height:39px; width: 170px; text-align: center; text-decoration: none;
	color:#333333;  background:#ffffff; border-top: 5px solid #cccccc;
	overflow: hidden;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; border-top-color: #f2f2f2;
}
#featured li.ui-tabs-selected{ 
	background:url('http://blog-imgs-38.fc2.com/k/u/l/kultur2/selected-item.gif') center top no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#cccccc; z-index: 2; border-top-color: #3fc5ff;
}
#featured .ui-tabs-panel{ 
	width:680px; height:250px; 
	background:#999999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:140px; 
	right:0;
	height:80px;
	width:400px;
	background: url('http://blog-imgs-38.fc2.com/k/u/l/kultur2/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px;
	color:#ffffff; padding:5px; margin:0;
	background-color: rgba(63, 197, 255, 0.6);
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; padding:3px; 
	font-size:13px; 
	line-height:15px; color:#f0f0f0;
text-align: left;
}
#featured .info a{ 
	text-decoration:none; 
	color:#ffffff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/******************************************* ▲Featured Content▲ */


/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#0033cc; text-decoration:none;}      /* 通常 */
a:active  {color:#0033cc; text-decoration:none;}      /*実行中*/
a:visited {color:#0033cc; text-decoration:none;}      /*訪問済*/
a:hover   {color:#0033cc; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
height: 80px;
border: 0px solid;                     /* 外枠の色     */
margin-top: 10px;
}

#header_body { 
background-color:#ffffff;                     /* 背景色       */
border:0px solid #ffffff;                     /* 内枠の色     */
}
#header_adsense {
height: 60px;
float: right;
display: block;
margin: 20px 5px 0 0;
} 

#socialbutton {
float: left;
margin:30px 0 0 25px;
overflow: hidden;
}

#socialbutton img {
padding-left: 5px;
}

/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */

h1 { 
font-size:18pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:10px 30px; 
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#000000; text-decoration:none; } /* 通常 */
h1 a:active  { color:#000000; text-decoration:none; } /*実行中*/
h1 a:visited { color:#000000; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#0000ff; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */


/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#000000;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 10px; 
}
/***************************************** ▲ サイト紹介文 ▲ */

/******************************************* ▼メニューバー▼ */
/* ▼メニューバー▼ */
ul#menu_bar {
font-size: 80%; /* 文字サイズ */
height:35px; /* 高さ */
padding-left:4px;
margin-left:0px;
margin-top: 10px; /* 上の間隔 */
margin-bottom:5px; /* 下の間隔 */
background-color:#efefef; /* 背景色 */
}

#menu_bar li {
list-style-type:none;
float:left;
line-height:30px; /* 高さ */
margin:0px;
padding:0px;
}

#menu_bar li a {
display:block;
text-align:center;
font-weight: bold;
width:123px; /* １つのメニューボタンの幅 */
border-right:1px solid #e0e0e0; /* 区切り線 */
color:#ffffff; /* リンク文字の色 */
background-color:#333333; /* メニューボタンの背景 */
text-decoration:none;

}

#menu_bar li a:hover{
background-color: #ffffff;
color: #4682b4;
text-decoration: none;

}
/* ▲メニューバー▲ */

/******************************************* ▲メニューバー▲ */

.entry_wrapper {
clear: both;
}

.ently_text .entry_image {
	position: relative;
float: left;
	padding-left: 10px;
}

.ently_text .entry_image img {
	max-width: 200px; /* リスト表示の時のサムネイルの幅の上限 */
	max-height: 220px;
	border: 4px solid #FFFFFF;
	-webkit-box-shadow: 0px 1px 1px 0px #999999;
	-moz-box-shadow: 0px 1px 1px 0px #999999;
	box-shadow: 0px 1px 1px 0px #999999;
}

.ently_text .entry_discription {
font-size: 117%;
	margin-left: 238px; /* サムネイル幅を変更した場合はこちらも調整して下さい */
min-height: 150px;
}


/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#e0e0e0 0px solid;               /* 外枠の色/太さ/実線 */
background-color:#FFFFFF;               /* 背景色             */
margin-top: 10px;
margin-bottom:20px;                     /* 次の記事までの間隔 */
} 
.ently_title { 
font-size:1.2em;                    /* 文字サイズ(記事タイトル)*/
font-weight: bold;
background-color:#ffffff;          /* 背景色    (記事タイトル)*/
border-left:#4682b4 10px solid;          /* 枠        (記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:10px 10px;
margin:0;
} 

                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#000000; text-decoration:none; } /* 通常 */
h2 a:active  { color:#000000; text-decoration:none; } /*実行中*/
h2 a:visited { color:#000000; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#000000; text-decoration:underline; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:11pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
border-top:   #e0e0e0 1px solid;      /* 枠(上)    (記事本文) */
border-left:  #666666 0px solid;      /* 枠(左)    (記事本文) */
border-right: #666666 0px solid;      /* 枠(右)    (記事本文) */
border-bottom:#666666 0px solid;      /* 枠(下)    (記事本文) */
} 


.ently_body h3 {
    margin: 0 0 1.0em;
    padding: 0.8em;
    border: 2px solid #B92A2C;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin: 20px 20px 5px 20px; 
margin-bottom: 10px; /* 記事末尾の間隔調整 */
}

.ently_text ul {
margin-left: 20px;
}

.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px; 
padding-bottom: 8px;
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */

#footer_plg {
margin-top: 10px;
	padding-bottom: 20px;
	border-left: 1px dotted #9FA0A0;
	zoom:100%;
}

#footer_plg:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


.plugin1_outline { 
	float: left;
	width: 225px;
	padding: 0 10px;
	border-right: 1px dotted #9FA0A0;
} 

.plugin1_outline:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.plugin1_title { 
font-size:16px;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:inherit;             /* 背景色    (タイトル) */
border: none;            /* 枠        (タイトル) */
padding:2px 15px;
} 

.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:inherit;                 /* 背景色    (本体) */
border-top: none;
padding: 0; 
line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}

.plugin1_body a:hover {
color: #de030b;
text-decoration: none;
}

/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border-top:   #e0e0e0 0px solid;                /* 個別枠(上) */
border-right: #e0e0e0 0px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 0px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 0px solid;                /* 個別枠(左) */
margin-bottom:15px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size: 16px;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
border-left: #8b0000 10px solid;            /* 枠        (タイトル) */
padding:2px 10px; 
} 
.plugin2_body { 
font-size:85%;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 1px solid;          /* 枠(上)    (本体) */
border-left:  #666666 0px solid;          /* 枠(左)    (本体) */
border-right: #666666 0px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 0px solid;          /* 枠(下)    (本体) */
padding:5px 5px 5px 5px; 
line-height:16px;
}

.plugin2_body ul {
list-style-type: none;
}

.plugin2_body li {
margin:0 12px 8px 12px;
border-bottom: #f4f4f4 1px solid;

}

.plugin2_body li a {
color: #18c;
-webkit-transition: color ease-out 0.15s, background-color ease-out 0.15s;
transition: color ease-out 0.15s, background-color ease-out 0.15s;
}

.plugin2_body li a:hover {
color: #de030b;
background-color: #f8f8ff;
text-decoration: none;
}


/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:7px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:7px;
}

#sidebar_adsense {
margin-bottom: 15px;
}


/* 画像キャプションサイドバー */


.caption {
    position:relative;
    display:block;
    /* 画像と同じサイズ */
    width:280px;
    height:157px;
    margin:10px;
    padding:0;
    background-color:#000;
}

.caption img {
z-index:0;
margin:0;
padding:0;
overflow: hidden;
border: 2px solid #000;
-webkit-transition: color ease-out 0.15s, background-color ease-out 0.15s;
transition: color ease-out 0.15s, background-color ease-out 0.15s;
}

.caption img:hover {
filter:alpha(opacity=80);
opacity:0.8;
}

.caption span {
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:1;
    margin:0;
    padding:5px;
color: #fff;
    background-color:#000;
filter: Alpha(opacity=90);
opacity: 0.9;
z-index: 10;
}

.caption span:hover {
color: #ffa500;
}

.boxgrid	{ 
	width: 225px; 
	background: #161613; 
	height: 100px;
	margin-bottom: 10px; 
	border: solid 1px #555; 
	overflow: hidden; 
	position: relative;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0;
border: none;
}
.boxgrid p{ 
	padding:0; 
	color: #afafaf; 
	font-weight:bold; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 50px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.boxcaption h6 {
font-size: 120%;
font-weight: bold;
color: #fff;
margin: 10px 10px 5px 10px;
}

.boxcaption a {
color: #fff;
text-decoration:none;
}

.boxcaption a:link {
color: #fff;
    text-decoration:none;
}

.boxcaption a:visited {
color: #fff;
    text-decoration:none;
}

a:hover {
    color:#de030b;
    text-decoration:none;
}

.captionfull .boxcaption {
	top: 110px;
	left: 0;
}
.caption .boxcaption {
	top: 50px;
	left: 0;
}


.recent_img br {
clear: left;
}


.recent_img img {
float:left;
border: 0;
margin-right:10px; /* 画像の右余白 */
margin-bottom:10px; /* 画像の下余白 */
}


/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
border-top:   #e0e0e0 1px solid;                /* 個別枠(上) */
border-right: #e0e0e0 1px solid;                /* 個別枠(右) */
border-bottom:#e0e0e0 1px solid;                /* 個別枠(下) */
border-left:  #e0e0e0 1px solid;                /* 個別枠(左) */
margin-bottom:20px;
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
border: #666666 1px solid;            /* 枠        (タイトル) */
padding:5px 20px; 
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:   #e0e0e0 1px solid;          /* 枠(上)    (本体) */
border-left:  #666666 1px solid;          /* 枠(左)    (本体) */
border-right: #666666 1px solid;          /* 枠(右)    (本体) */
border-bottom:#666666 1px solid;          /* 枠(下)    (本体) */
padding:5px 20px; 
}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#e0e0e0 0px solid;           /* 外枠の/色太さ/実線     */
background-color:#ffffff;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:16px;                       /* 文字サイズ(タイトル) */
color:#000000;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border-left:#2e8b57 10px solid;             /* 枠        (タイトル) */
padding:10px 20px; 
} 
.comment_body { 
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
border-top:   #e0e0e0 1px solid;  /* 枠(上)    (コメント本文) */
border-left:  #666666 0px solid;  /* 枠(上)    (コメント本文) */
border-right: #666666 0px solid;  /* 枠(上)    (コメント本文) */
border-bottom:#666666 0px solid;  /* 枠(上)    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
word-wrap: break-word; /* 半角英数字の折り返し */
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 60%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 90%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
border:#e0e0e0 0px solid;             /* 外枠の/色太さ/実線   */
background-color:#ffffff;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:16px;                 /*文字サイズ(ブロックタイトル)*/
color:#000000;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
background-color:#ffffff;       /*背景色    (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
border-left:#333333 10px solid;       /*枠        (ブロックタイトル)*/
padding:10px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
border-top:   #e0e0e0 1px solid;  /* 枠(上)    (ブロック本文) */
border-left:  #666666 0px solid;  /* 枠(左)    (ブロック本文) */
border-right: #666666 0px solid;  /* 枠(右)    (ブロック本文) */
border-bottom:#666666 0px solid;  /* 枠(下)    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#e0e0e0 1px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#ffffff;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#e0e0e0 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:0px solid #e0e0e0;                       /* 外枠の色   */
background-color:#333333;                       /* 背景色     */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#999999;                                  /* 文字色     */
border:1px solid #fefefe;                       /* 内枠の色   */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#999999; }     /* 通常         */
#footer_body a:active  { color:#999999; }     /* 実行中       */
#footer_body a:visited { color:#999999; }     /* 訪問済み     */
#footer_body a:hover   { color:#0000ff; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */

/******************************************* ▼ 下部広告 ▼ */
#underads {
height: 280px;
}

#underads_google {
display: inline;
}

#underads_amazon {
display: inline;
}

/******************************************* ▲ 下部広告 ▲ */​


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }

/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:15px; margin-bottom: 4px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; text-align: right;} 
.readmore a {
	margin-top: 10px;
	padding: 5px 10px;
	background: #EAEAEA;
	border-top: 1px solid #DCDDDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
}

.readmore a:hover {
background: #8ADAE6;
	border-top: 1px solid #6BA9B3;
	color: #FFFFFF;
}

.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:12pt; }

/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* 引用部分 */
blockquote {
margin:2px;
padding:10px;
background:#f7f7f7; /* 背景 */
border:#e6e6e6 1px solid; /* 枠線 */
}

/* ブックマーク 拍手 */
.fc2_footer {
margin-top:20px; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#sitemap ul.sitemap_list {
margin-left:30px; /* 各記事リストの左余白 */
}

.display_no {
display:none;
}

/* カテゴリ一覧へ戻る */
.pgtop {
text-align:right; /* 右寄せ */
}
/* ▲ サイトマップ ▲ */

/* プラグインの文字配置 */
.ta_left { text-align: left }
.ta_right { text-align: right }
.ta_center { text-align: center }

/* プラグイン内の入力欄幅設定 */
.plugin1_body input[type="text"],
.plugin2_body input[type="text"],
.plugin1_body textarea,
.plugin2_body textarea {
width: 90%;
}

/* ▼ FC2バトンのスタイル ▼ */

/* 質問番号(Q) */
.q_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 質問本文 */
.baton_q {
margin-bottom:5px; /* 答えまでの余白 */
}

/* 答え番号(A) */
.a_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 答え本文 */
.baton_a {
margin-left: 0px;
padding-bottom:2px; /* 罫線までの余白 */
border-bottom: dotted 1px #cccccc; /* 罫線 */
margin-bottom: 20px; /* 次の質問までの余白 */
}

/* ▲ FC2バトンのスタイル ▲ */

.pagetop_link {
text-align:right; /* 右寄せ表示 */
font-size:9pt; /* 文字の大きさ */
margin-right:5px; /* 右の余白 */
}

#box{
 display:none;
}


.common-box {
border-color: #b8c5e7;
background-color: #ebf1fc;
font-size: 15px;
}


/********************************************* ▼ ソーシャルボタン ▼ */
.snsb {
	overflow: hidden;
margin: 15px 0 5px 0;
}

.snsb li {
	float: left;
	margin-right: 1px;
}
.snsb iframe {
	margin: 0 !important;
}


#zenback #zenback-widget {
background-color: #ffffff;
}

#ads_perma {
margin: 13px;
}

.entry_date {	
float: left;
	width: 400px;
	margin: 1px 0 5px 0;
	text-align: left;
color: #909090;
font-size: 110%;
list-style: none;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.entry_date li {
display: inline;
	margin-right: 1em;
}

.entry_state {
float: right;
overflow: hidden;
width: 180px;
margin: 0 20px 5px 0;
text-align: right;
font-size: 100%;
list-style-type: none;
}

.entry_state a {
color: #999999;
}

.entry_state li {
display: inline;
margin-left: 1em;
padding-right: 1em;
border-right: 1px solid #999999;
}


.entry_state li:last-child {
	padding-right: 0;
	border-right: none;
}

/******************************************* ▲ 下部広告 ▲ */​
