@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : nekomemo
==================================================
*/

/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャー
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
	11. Others - ねこメモのアンテナ専用エリア
	12. Others - Amazonアソシエイト専用エリア
	13. Others - スクロールバー専用エリア
	14. Others - コメント装飾

==================================================
*/


/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

body ,
textarea {
	font-family: Verdana, 'MS UI Gothic', Osaka, sans-serif;
}

body {
	color: #333;
}

a:link {
	color: #ff6600;
	text-decoration : none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
	text-decoration: none;
}


table#header a:link ,
table#header a:active ,
table#header a:visited ,
table#header a:hover {
	color: #0000fe;
}

#blog-title a:link ,
#blog-title a:visited {
	color: #fff;
}
#blog-title a:hover {
	color: #0e6ae0;
}

p#blog-description {
	color: #eee;
}

h2.archives-title {}

div#main a:link ,
div#main a:active {}

div#main h2.article-title a:link ,
div#main h2.article-title a:active ,
div#main h2.article-title a:visited {
	color: #cc3300;
	text-decoration: none;
}

div#main h2.article-title a:hover {
	text-decoration: underline;
}

div#main dl.article-category dd a:link ,
div#main dl.article-category dd a:active ,
div#main dl.article-category dd a:visited ,
dl.article-category dd a:hover {
	color: #575e69;
}

div#main div.pager a {
	color: #333;
}

div.article-date-outer {
	color: #666;
}

ul.ping-info li.ping-date ,
ul.comment-info li.comment-date {
}

div.sidetitle {
	color: #fff;
}

div#sub div.sidetitle a ,
div#extra div.sidetitle a {
	color: #fff;
}

div#sub table.caltblday a:visited ,
div#extra table.caltblday a:visited {
	color: #000000;
}

div#footer p ,
div#footer p a {
	color: #fff;
}

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	min-width: 1128px;
	background: url(http://nekomemo.com/parts/wallpaper.png) repeat 50% 0;
	text-align: center;
	line-height: 1.5;
	font-size: 12pt;
	font-family: "Verdana" , "MS UI Gothic" , "Osaka" , sans-serif;
}

div#container {
	width: 1128px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #eeeeee;
	position: relative;
	font-size: 75%;
}

div#content {
	margin: 0 10px;
	height: 1%;
}

div#main ,
div#sub ,
div#extra {
	overflow: hidden;
}

div#main {
	float: left;
	display: inline;
	width: 100%;
	padding-top: 15px;
}

div#main div.column-inner {
	margin: 0 170px;
}

div#sub {
	float: left;
	margin-left: -100%;
	display: inline;
	width: 160px;
	padding-top: 15px;
}

div#sub div.column-inner {}

div#extra {
	float: left;
	margin-left: -160px;
	display: inline;
	width: 160px;
	padding-top: 15px;
}

div#extra div.column-inner {}

/* ----------------------------------------------- */
/** clearfix */

div#container:after ,
div#content:after ,
ul.article-navigator:after ,
ul.archives-navigator:after ,
div.article-body:after ,
div.article-body div.article-body-more:after ,
div#trackback-form ul:after,
.top-rss-wrap:after,
.bottom-rss-wrap:after,
.blog-header-wrap:after,
.blog-header-nav:after,
.footer-link ul:after,
.footer-sub-2:after,
.article-antena01:after,
.article-bottom-rss-section-2-inner:after,
.article-header-bottom:after,
.article-category:after,
.article-comment-count dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer ,
h2.archives-title ,
h2 ,
div.article-footer ,
h2.article-title ,
ul ,
div.index-navigator-outer ,
div.pager,
.top-rss-wrap,
.bottom-rss-wrap,
.blog-header-wrap,
.blog-header-nav,
.footer-link ul,
.footer-sub-2,
.article-antena01,
.article-bottom-rss-section-2-inner,
.article-header-bottom,
.article-category,
.article-comment-count dl {
	height: 1%;
}

/** peek-a-boo bug */
div.article-outer ,
div#trackback-form ,
div#trackbacks-list ,
div#comments-list ,
div#comment-form {
	height: 1%;
}

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

.blog-header-left {
	width: 727px;     /* 715 */
	float: left;
	margin-left: 10px;
	display: inline;
}
* html .blog-header-left {
	overflow: hidden;
}
.blog-header-right {
	width: 384px;     /* 396 */
	float: right;
}

/* ブログタイトル */
div.blog-title-outer {
	width: 384px;     /* 388 */
	height: 582px;     /* 582 */
	text-align: left;
	overflow: hidden;
	position: relative;
}
div.blog-title-outer-2 {
	background: url(http://nekomemo.com/parts/birdcall_title_alpha.png) repeat 0 0;
	position: absolute;
	left: 0;
	bottom: 20px;
}

h1#blog-title {
	margin: 0;
	padding: 0;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	padding: 1em 1em 0.3em;
}
p.blog-header-archives {
	font-size: 140%;
	color: #fff;
	line-height: 1.1;
	padding: 0 1em 0.3em;
	margin: 0;
	text-align: center;
}

p#blog-description {
	margin: 0;
	padding: 0 1em 1em;
	line-height: 135%;
}

/* Popular Plugin */
.top-popular-plugin {}

/* BlogRoll */
.top-rss-wrap {
	text-align: left;
}
.top-rss-wrap h2 {
	font-size: 18px;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}
.top-rss-inner {
	width: 360px;     /* 355 */
	height: 410px;     /* 350 */
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff;
}
.top-rss-1 {
	width: 360px;     /* 355 */
	float: left;
}
.top-rss-2 {
	width: 360px;
	float: right;
}
.top-ad {
	margin-top: 4px;
	margin-bottom: 4px;
}
.mid-ad {
	margin: 5px 0 20px 0;
	padding: 0 19px;
}
.mid-ad1 {
	margin: 15px 5px 10px 22px;
	width: 315px;
	height: 255px;
	float: left;
}
.mid-ad2 {
	margin: 15px 5px 10px 0px;
	width: 315px;
	height: 255px;
	float: left;
}
.mid-ad3 {
	padding: 18px 0;
	width: 338px;
	height: 282px;
	clear: both;
}
.clear {
	clear: both;
} 
.clear hr {
	display: none;
}

/* ヘッダーカテゴリ */
.blog-header-nav {
	margin: 20px 0 0 12px;   /* 20 0 0 18 */
	padding: 0;
}
.blog-header-nav li {
	float: left;
	width: 48px;
	display: inline;
	margin: 0 7px 0 6px;   /* 0 8 0 7 */
}
.blog-header-nav li a {
	display: block;
	height: 60px;
	background-image: url(http://nekomemo.com/parts/icon_set.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.blog-header-nav li.blog-header-nav-1 a{background-position: 0 0;}
.blog-header-nav li.blog-header-nav-2 a{background-position: 0 -60px;}
.blog-header-nav li.blog-header-nav-3 a{background-position: 0 -120px;}
.blog-header-nav li.blog-header-nav-4 a{background-position: 0 -180px;}
.blog-header-nav li.blog-header-nav-5 a{background-position: 0 -240px;}
.blog-header-nav li.blog-header-nav-6 a{background-position: 0 -300px;}
.blog-header-nav li.blog-header-nav-1 a:hover{background-position: -48px 0;}
.blog-header-nav li.blog-header-nav-2 a:hover{background-position: -48px -60px;}
.blog-header-nav li.blog-header-nav-3 a:hover{background-position: -48px -120px;}
.blog-header-nav li.blog-header-nav-4 a:hover{background-position: -48px -180px;}
.blog-header-nav li.blog-header-nav-5 a:hover{background-position: -48px -240px;}
.blog-header-nav li.blog-header-nav-6 a:hover{background-position: -48px -300px;}


/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {
	margin-bottom: 10px;
}
div.archives-title-outer-2 {}
div.archives-title-outer-3 {}

h2.archives-title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
}

/* =============================================== */
/** 05. Pager - ページャー */
/* ----------------------------------------------- */

div.pager {
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	padding-bottom: 15px;
}

div.index-navigator-outer ,
div.archives-pager-outer ,
div.article-pager-outer {}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */
ul.index-navigator {
	color: #555;
}

ul.index-navigator li a, ul.index-navigator li.current span {
	display: inline-block;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 10px;
	text-decoration: none;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #ff6600;
	color: #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	padding-top: 15px;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	padding-top: 15px;
}

ul.article-pager li {
	float: left;
	display: inline;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 100px;
	margin-bottom: -99px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border: 2px solid #ffc2c2;
	background: #fff;
}

/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
	position: relative;
	zoom: 1;
}

/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 10px;
	font-size: 100%;     /* -- 80 -- */
}

div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	padding-left: 10px;
	float: left;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
}

/*
div.article-category-outer dl.article-category dt ,
div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 100%;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}
*/

.article-comment-count dl {
	margin: 0;
	padding: 0;
}
div.article-category-outer .article-category dt,
.article-comment-count dt {
	text-indent: -9999px;
	float: left;
	width: 20px;
	height: 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
}
div.article-category-outer .article-category dd,
.article-comment-count dd {
	float: left;
	line-height: 1;
	margin: 4px 0 0;
	padding: 0 4px;
}
div.article-category-outer .article-category dt {
	background-position: 0 0;
}
.article-comment-count dt {
	background-position: 0 -70px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}

/** 記事タイトル */
div.article-title-outer {}

h2.article-title {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	background: #ffc2c2;
}
h2.article-title:first-letter {
	font-size: 28px;
}

/* Social Button */
.nekomemo-social-btn {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: -2px;
	height: 20px;
}
.nekomemo-social-btn li {
	display: inline;
}
.nekomemo-social-btn li.social-btn-buzzurl img {
	vertical-align: baseline;
}
.nekomemo-social-btn li.social-btn-twitter iframe {
	width: 96px !important;
}

.article-comment-count {
	float: left;
	font-size: 100%;
	padding-left: 10px;
}
.article-comment-count a:link,
.article-comment-count a:visited,
.article-comment-count a:hover,
.article-comment-count a:active {
	color: #575e69;
}


/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	padding: 30px 10px 5px;
	line-height: 1.5;
	font-size: 100%;
}

div.article-body-inner {
	width: 100%;
	overflow: hidden;
}


div.article-body-inner .sub-title {
	font-size: 135%;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 7px;
	margin-top: 1px;
	border-left: 3px solid #999;
}

div.article-body-inner fieldset {
	margin: 0;
	padding: 0;
}

/* 記事本文　カスタマイズ */
.name {
	color: #380;
	color : #380\9;
	font-weight:bold;
}

.res_header {
	font-size:12px;
}

.t_h {
	font-size:12px;
	padding-top: 30px;
}

.t_i {
	margin-left:22px;
}

.p_thre {
	font-size:16px;
	font-weight:bold;
	padding-left:22px;
}

.res_body {
	font-size:16px;
	font-weight:bold;
	padding-left:22px;
}

.t_b {
	font-size:16px;
	font-weight:bold;
	padding-left:22px;
	padding-top: 4px;
}

.t_i {
	margin-left:22px;
}

.p_thre_n {
	font-size:16px;
	font-weight:bold;
	padding-left:22px;
	color:#0066CC;
}

.res_body_n {
	font-size:16px;
	font-weight:bold;
	padding-left:22px;
	color:#0066CC;
}

.p_thre_nq {
	font-size:16px;
	color:#0066CC;
	font-weight:bold;
}

.res_header_b {
	padding-left:22px;
	font-size:12px;
}

.res_body_b {
	font-size:16px;
	font-weight:bold;
	padding-left:44px;
}

.AA{
	font-family:"ＭＳ Ｐゴシック","MS PGothic","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-left:22px;
	line-height:1.3em;
	overflow-x:auto;
}

.article_fotter {
	font-size:14px;
}

.other_blog {
	font-size:14px;
}

/** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}
div.article-body span.article-continue a {
	display: block;
	width: 120px;
	height: 32px;
	text-indent: -9999px;
	background: url(http://nekomemo.com/parts/more.png) no-repeat 0 0;
}

div.article-body div.article-body-more ,
div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}

/*** blockquote & pre */
div.article-body blockquote {
        border:1px solid #999;
        background-color:#FFF9EF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	padding:5px 5px;
	margin: 0 20px;
}
div.article-body pre {
	background-color: #f5f5f5;
	padding: 5px 15px;
	margin: 5px 0;
	color: #595d68;
}
/*** img */
div.article-body img.pict {
	border: 1px solid #999;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 10px 0;
}

/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.related-articles {
	font-size: 14px;
}

div.article-footer {
	text-align: right;
	padding: 0 10px;
	margin-top: 30px;
}

ul.article-post {
	margin: 0;
	padding: 5px 0 0;
	text-align: right;
}

ul.article-post li {
	min-height: 16px;
	font-size: 100%;
}
ul.article-antena01 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.article-antena01 li {
	display: inline;
	border-left: 1px solid #333;
	margin-left: 7px;
	padding-left: 7px;
}
ul.article-antena01 li:first-child {
	border: 0;
}
p.article-postedby {
	margin: 0 0 10px;
	padding: 0;
	font-size: 80%;
}

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
	padding: 10px 20px;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	border-left: 3px solid #2581f1;
}

/*** 指定しやすいようstyleReset */
h4.ping-title ,
ul.ping-info ,
ul.ping-info li ,
ul.comment-info,
ul.comment-info li {
	padding: 0;
	margin: 0;
}

ul.ping-info li ,
ul.comment-info li {
	list-style-type: none;
}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

li.trackback-set {
	padding: 0 0 10px 20px;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 0 0 20px 20px;
}

ul.comment-info li.comment-author {
	display: inline;
	color: #380;
	font-weight: bold;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	border-left: 0.2em solid #ccc;
	font-family:'ＭＳ Ｐゴシック','ＭＳＰゴシック','MSPゴシック','MS Pゴシック';
	padding-left: 0.5em;
	margin: 5px 0 20px 15px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {
	padding: 15px 0 15px 5px;
}

div#comment-form-body table {
	border: 0;
	width: 95%;
	line-height: 25px;
	font-size: 100%;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 180px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 90%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

/*** コメント注釈 */
.comment-annotation{
	font-size: 14px;
	color: #CC0000;
	text-align: left;
}

/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
	font-size: 135%;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 7px;
	margin: 1px 0 0;
	border-left: 3px solid #999;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid orange thin;
	padding: 10px;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 0 9px;
	margin-left: 5px;
}

/* 記事したBlogRoll */
/* BlogRoll */
.bottom-rss-section {
	text-align: left;
	margin: 0 15px 30px;
}
.bottom-rss-section h2 {
	font-size: 135%;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 7px;
	margin: 1px 0 10px 0;
	border-left: 3px solid #999;
}
.bottom-rss-section-3 {
	height: 660px;
	font-size: 135%;
	color: #333;
	line-height: 1.6;
	padding-left: 3px;
	margin: 1px 0 10px 0;
	background: #FFF;
	border: 2px solid #ffc2c2;
}
.bottom-rss-section-4 {
	height: 300px;
	font-size: 135%;
	color: #333;
	line-height: 1.6;
	padding-left: 7px;
	margin: 1px 0 10px 0;
	background: #FFF;
	border: 2px solid #ffc2c2;
}
.bottom-rss-inner {
	width: 360px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff;
}
.bottom-rss-1 {
	float: left;
}
.bottom-rss-2 {
	float: right;
}

/* article BlogRoll */
.article-bottom-rss-section {
	margin: 10px 20px 30px;
	text-align: left;
}
.article-bottom-rss-section h2 {
	font-size: 135%;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 7px;
	margin: 1px 0 0 10px;
	border-left: 3px solid #999;
}
.article-bottom-rss-1,
.article-bottom-rss-2 {
	width: 670px;
	height: 307px;
	overflow: hidden;
}

.article-bottom-rss-section-1 .blogroll-channel a.blogroll-link {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

.blogroll-channel .blogroll-category-name {
	margin: 0px 0px;
	font-size: 1%;
	color: white;
	font-weight: normal;
	line-height: 0.1;
}
.article-bottom-rss-section-2 .blogroll-channel .blogroll-category-name {
	margin: 0px 0px;
	font-size: 1%;
	color: white;
	font-weight: normal;
	line-height: 0.1;
}

.article-bottom-rss-section-2 .blogroll-channel .blogroll-list {
list-style-type: none;
font-size: 14px;
line-height: 1.5;
}

.article-bottom-rss-section-1-inner {
	width: 720px;
	height: 600px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	overflow-x: hidden;
	overflow-y: hidden;
}
.article-bottom-rss-section-2-inner {
	width: 720px;
	height: 600px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.article-bottom-rss-section-3-inner {
	width: 686px;
	height: 278px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.article-bottom-rss-section-2-1,
.article-bottom-rss-section-2-2 {
	width: 349px;
	float: left;
}
.article-bottom-rss-section-3-1,
.article-bottom-rss-section-3-2 {
	width: 330px;
	float: left;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */
div.sidewrapper {
	padding: 0;
	border: 1px solid #666;
	margin-bottom: 10px;
	background: #fff;
}
div.sidetitlebody {}
div.sidetitle {
	font-weight: bold;
	text-align: center;
	background: #666;
	padding: 5px 10px;
}

div.sidetop ,
div.sidebottom {
	display: none;
}

div.side {
	margin: 0;
	padding: 2px;     /* -- 10 -- */
	text-align: center;
}

div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 2px 3px;   /* -- 0 0 5 9 -- */
	margin-left: 2px;       /* -- 5 -- */
	text-align: left;
}

/* ----------------------------------------------- */
/** Calendar */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	font-weight: bold;
	text-align: center;
	background: #666;
	padding: 5px 10px;
	color: #fff;
}

div.caltop ,
div.calbottom {
	display: none;
}

div.calbody {}

table.caltbl {
	width: 160px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto;
	width: 160px;
	color: #8d8d8d;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

/* ----------------------------------------------- */
/** Plugins */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}
.side input.sf {
	width: 60%;
}

/* RT Blogparts */
.top-popular-plugin div.popularArticlesWithImage.A ul li a {
	border-width: 2px;
}
.top-popular-plugin div.popularArticlesWithImage.A div.title {
	width: 164px !important;
	padding: 2px 5px 10px !important;   /* 2 5 9 */
}
/*
.top-popular-plugin div.popularArticlesWithImage.A div.image {
	top: 2px;
	left: 2px;
	position: absolute;
	z-index: 1;
}
.top-popular-plugin div.popularArticlesWithImage.A div.title {
	top: 0;
	bottom: auto;
	width: 164px !important;
	height: 105px !important;
	font-weight: normal;
	z-index: 0;
}
.top-popular-plugin div.popularArticlesWithImage.A div.retweet {
	background: transparent url(http://nekomemo.com/parts/ribbon_pink.png) no-repeat 0 0 !important;
	width: 75px;
	height: 53px;
	right: auto;
	left: 0;
	font-weight: normal;
	padding: 4px 0 0 4px;
	text-align :left;
	text-shadow: none;
	z-index: 1;
}
*/

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	font-size: 75%;
}

/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	width: 1128px;
	margin: 0 auto;
	padding: 10px 0;
}

div.footer-outer-2 {}

div#footer {}

div#footer p {}


/* footer link */
.footer-link {
	background: #4c4c4c;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 75%;
}

.footer-link ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1128px;
}
.footer-link ul li {
	float: left;
	border-right: 1px solid #999;
}
* html .footer-link ul li {
	float: none;
	display:inline;
}
.footer-link ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
}
* html .footer-link ul li a {
	display: inline;
}
.footer-link ul li a:hover {
	background: #999;
}


/* footer plugin */
.footer-sub {
	background: #333;
	color: #888;
	font-size: 75%;
}
.footer-sub-2 {
	width: 1128px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}
.footer-pluginwrapper {
	float: left;
	width: 175px;    /* -- 205 -- */
	display: inline;
	margin: 0 5px 20px;    /* -- 0 10 10 -- */
}

.footer-plugin-title {
	font-size: 120%;    /* -- 100 -- */
	color: #fff;
	margin: 0 0 5px;
	padding: 0;
}
.footer-plugin-side {
	font-size: 100%;    /* -- 90 -- */
}
.footer-plugin-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-plugin-list li {
	background: url(http://nekomemo.com/parts/side_body_w.gif) no-repeat 0 8px;
	padding: 0 0 3px 9px;    /* -- 0 0 1 9 -- */
	text-align: left;
}

/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	overflow: hidden;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle span {
	font-size: 82%!important;
}

a.adtitle {
	color: #0287ff;
}

a.addescription {
	color: #000!important;
}

a.addescription span {
	font-size: 75%!important;
}

a.adurl {
	color: #0287ff;
	text-decoration: none;
}

a.adurl span {
	font-size: 75%!important;
	text-decoration: none;
}

.adhover a.adtitle:hover ,
.adhover a.adurl:hover ,
.adhover a.addescription:hover ,
.adhover a.adld:hover {
	color: #0000fe;
}

a.adld {
	color: #666!important;
	text-decoration: underline;
}

/* =============================================== */
/** 11. Others - ねこメモのアンテナ専用エリア
/* ----------------------------------------------- */

.a_movie {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #0088FF;
font-family: 'Arimo', serif;
font-weight: 600;
letter-spacing: 0.1em;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 10px;
border: solid 1px #777;
border-radius: 3px;
}
.a_gif {
width: 110px;
background-color: #E9E9E9;
font-size: 14px;
color: #FF6600;
font-family: 'Arimo', serif;
font-weight: 600;
letter-spacing: 0.1em;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 12px;
border: solid 1px #777;
border-radius: 3px;
}
.a_pic {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #FF4466;
font-family: 'Arimo', serif;
font-weight: 600;
letter-spacing: 0.1em;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 10px;
border: solid 1px #777;
border-radius: 3px;
}
.a_story {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #32CD32;
font-family: 'Arimo', serif;
font-weight: 600;
letter-spacing: 0.1em;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 19px;
border: solid 1px #777;
border-radius: 3px;
}
.a_news {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #BA55D3;
font-family: 'Arimo', serif;
font-weight: 600;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 8px;
border: solid 1px #777;
border-radius: 3px;
}
.a_neta {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #B8860B;
font-family: 'Arimo', serif;
font-weight: 600;
letter-spacing: 0.1em;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 20px;
border: solid 1px #777;
border-radius: 3px;
}
.a_game {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #9ACD32;
font-family: 'Arimo', serif;
font-weight: 600;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 6px;
border: solid 1px #777;
border-radius: 3px;
}
.a_q_a {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #FE52FE;
font-family: 'Arimo', serif;
font-weight: 600;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 11px;
border: solid 1px #777;
border-radius: 3px;
}
.a_art {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #A3A0E0;
font-family: 'Arimo', serif;
font-weight: 600;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 2px;
border: solid 1px #777;
border-radius: 3px;
}
.a_aa {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #CCB700;
font-family: 'Arimo', serif;
font-weight: 600;
letter-spacing: 0.1em;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 15px;
border: solid 1px #777;
border-radius: 3px;
}
.a_ss {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #909090;
font-family: 'Arimo', serif;
font-weight: 600;
letter-spacing: 0.1em;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 17px;
border: solid 1px #777;
border-radius: 3px;
}
.a_item {
width: 100px;
background-color: #E9E9E9;
font-size: 14px;
color: #F08080;
font-family: 'Arimo', serif;
font-weight: 600;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 1px;
border: solid 1px #777;
border-radius: 3px;
}
.a_picup {
width: 100px;
background-color: #FFF8DC;
font-size: 14px;
color: #B22222;
font-family: 'Arimo', serif;
font-weight: 600;
letter-spacing: 0.1em;
text-shadow: #999 0.1px 0.1px 1px;
padding:3px 5px;
border: solid 1px #777;
border-radius: 3px;
}

/* =============================================== */
/** 12. Others - Amazonアソシエイト専用エリア
/* ----------------------------------------------- */

.amazon-title-bg {
  background-color: #998855;
  width: 146px;
  height: 34px;
  text-align:left;
  line-height: 1.3;
  padding:2px 4px;
  position: relative;
  top: -34px;
  filter:alpha(opacity=70);
  -moz-opacity:0.70;
  -khtml-opacity: 0.70;
  opacity:0.70;
}
a.amazon-title {
    color:#FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-style:normal;
}
a.amazon-title:link {/*未訪問のリンク*/
    color:#FFFFFF;
    font-style:normal;
}
a.amazon-title:visited {/*訪問後のリンク*/
    color:#999999;
    font-style:normal;
}
a.amazon-title:hover {/*マウスをのせたとき*/
    color:#CCCCCC;
    font-style:normal;
}
a.amazon-title:active {/*クリック中*/
    text-decoration:none;
}

/* =============================================== */
/** 13. Others - スクロールバー専用エリア
/* ----------------------------------------------- */

.scrollbar {
    margin:0px;
    padding:0px;
    line-height:1.3;
    overflow:auto;
    border: 0px solid #A9A9A9;
    text-align:left;
    height:150px;
    scrollbar-arrow-color:#000000;
    scrollbar-3dlight-color:#666666;
    scrollbar-face-color:#999999;
    scrollbar-track-color:#333333;
    scrollbar-shadow-color:#666666;
}


/* =============================================== */
/** 14. Others - コメント装飾
/* ----------------------------------------------- */

/* アンテナシェア コメント投票de文字装飾 www.antennash.com */
/* 投票数が0、又は+と-の評価が同数の場合はブログのデフォルト文字装飾になります */

/* 人気レベル 1～7 */
.antennash_comvote_lv1 {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.antennash_comvote_lv2 {
	color: #339900;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
.antennash_comvote_lv3 {
	color: #663366;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.antennash_comvote_lv4 {
	color: #ff6600;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
.antennash_comvote_lv5 {
	color: #ff00ff;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.antennash_comvote_lv6 {
	color: #0000ff;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}
.antennash_comvote_lv7 {
	color: #ff0000;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}

/* 人気レベル -1～-3(マイナス) */
.antennash_comvote_lv-1 {
	color: #777777;
	font-size: 10px;
	line-height: 12px;
}
.antennash_comvote_lv-2 {
	color: #aaaaaa;
	font-size: 9px;
	line-height: 10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.antennash_comvote_lv-3 {
	color: #eeeeee;
	font-size: 8px;
	line-height: 9px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* 投票数表示、バー、投票ボタン全体 */
.antennash_comvote_form {
	padding: 2px 4px;
	overflow: hidden;
}
/* 投票数表示(Good) */
.antennash_comvote_rate_g {
	color: #4D983B;
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数表示(Bad) */
.antennash_comvote_rate_b {
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数バー(Good) */
.antennash_comvote_bar_g {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #8DC67E;
	background: -webkit-gradient(linear, left top, left bottom, from(#8DC67E), to(#4E993B));
	background: -webkit-linear-gradient(top, #8DC67E, #4E993B);
	background: -moz-linear-gradient(top, #8DC67E, #4E993B);
	background: -ms-linear-gradient(top, #8DC67E, #4E993B);
	background: -o-linear-gradient(top, #8DC67E, #4E993B);
	background-image: -ms-linear-gradient(top, #8DC67E 0%, #4E993B 100%);
}
/* 投票数バー(Bad) */
.antennash_comvote_bar_b {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #dddddd;
}
/* 投票ボタンエリア */
.antennash_comvote_btbox {
	float :right;
	margin: 0;
}

/* 投票ボタンデザイン */
.antennash_comvote_button {
	width: 100px;
	height: 22px;
	border: 1px solid #4D983B;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	background: #EDF5EC;
	color: #4D983B;
	padding: auto;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}
.antennash_comvote_button:hover {
	background: #4D983B;
	color: #fff;
}
.antennash_comvote_button:active {
	background: #EDF5EC;
	color: #4D983B;
}
#antenash_comvote{
font-size: 14px;
}

/* ポップアップレス(超高速版のみ) */
.popstyle {
display: none;
position: absolute;
}
a:hover {
position:relative;
text-decoration:none;
}
a:hover .popstyle {
top: 2em;
left: 2em;
display: block;
width: 600px;
padding: 4px 0 10px 20px;
border: #333 1px solid;
background-color:#fff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
color:#333 !important;
font-size:12pt !important;
font-weight:normal !important;
}

/* =============================================== */
/** 15. Others - 記事末尾画像リンク
/* ----------------------------------------------- */

.g-link {
	width: 180px;
	height: 141px;
	position: relative;
}
.g-link p{
	position: absolute;
	left: 0;
	bottom: 0.5em;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 3%;
	width: 97%;
	background: #998855;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}
.g-link a {
	text-decoration: none;
}
.g-link a:hover p{
	color: #ffcc00;
	text-decoration: none;
}

/* =============================================== */
/** 16. Others - 記事内見出し
/* ----------------------------------------------- */

    .heading2{
    position:relative;
    padding:9px;
    padding-left:15px;
    font-weight: bold;
    font-size: 18px;
    background-color: #FFF9EF;
    border: 1px dashed #f4a460;   /*-- 51A2C1 --*/
    border-left: 5px solid #f4a460;   /*-- 51A2C1 --*/
    }

/* =============================================== */
/** 17. Others - Twitter アイコン
/* ----------------------------------------------- */

div.twi_icon {
background-color: #ffffff;
background-image: url(http://livedoor.blogimg.jp/nekomemo/imgs/0/0/004a7810.png);
background-repeat: no-repeat;
background-position: center;
}


#wrapper {
	width: 640px;
	margin: 0 auto;/*ブラウザの中央に配置*/
}
.container {
	width: 660px;/*boxが横に並ぶだけの幅を確保*/
	overflow: hidden;/*wrapperからはみ出る部分を非表示にする*/
}
.box {
	width: 225px;/*内容領域の幅。下の左右のpaddingを合わせてボックスが200pxになります。*/
	padding: 5px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 5px;/*各ボックスの右側に20pxの外余白*/
	background: #fff;
}

.banner-box-1{
      float : left ;
      width : 300px ;
      height : 420px ;
      font-weight: bold;
      font-size: 14px;
      }
.banner-box-2{
      float : left ;
      width : 420px ;
      height : 420px ;
      }

#social-icon a {
	font-size: 40px;
	font-family: 'WebSymbolsRegular';
	color: #fff;
	color: rgba(0,0,0,0.1);
	text-decoration: none;
	padding: 0 5px;
	-moz-transition-duration: 0.3s;
	-webkit-transition: 0.3s;
}
#social-icon a.facebook:before {content: "facebook公式ページ";}
#social-icon a.google-plus:before {content: "g";}
#social-icon a.twitter:before {content: "twitterをチェック";}
#social-icon a.hatena:before {content: "はてなブックマーク";}
#social-icon a.blog-ranking:before {content: "人気blogランキング";}
#social-icon a.facebook:hover {color: #3b5998;}
#social-icon a.google-plus:hover {color: #c53727;}
#social-icon a.twitter:hover {color: #00a1e9;}
#social-icon a.hatena:hover {color: #0075c2;}
#social-icon a.blog-ranking:hover {color: #FF3322;}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols-regular-webfont.eot');
    src: url('websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('websymbols-regular-webfont.woff') format('woff'),
         url('websymbols-regular-webfont.ttf') format('truetype'),
         url('websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =============================================== */
/** 18. Others - No Image
/* ----------------------------------------------- */

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.absolute {
    position: absolute;
    bottom: 20px;
    color: #fff;
    background: rgba(0,0,0,.4);
    width: 100%;
    max-width: 600px;
    padding: 1em 0;
}
.absolute p {
    margin: 0;
    padding: 0 0.4em;
    font-size: 300%;
    text-align: center;
}

/* End */