@charset "UTF-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "モザイクブロック";
 :shortdesc "ver06_hr_colormosaic_2c";
 :created "2013-09-20";
 :release [:revision "1.00"; :created "2013-09-20"];
 :page <>;
 :rights "NHN Japan Corp.".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: #fafcfc url(http://babymetalmatome.com/C5d.png) repeat;
}
#wrapper {

}

#header{
z-index: 2;
  top: -1px;
  width: 350px;
  height: 102%;
  position: fixed;
	background: url(http://babymetalmatome.com/side2.png) no-repeat left top;
	border-left: 5px solid #ff0000;
	padding-left: 10px;
}


#container {
z-index: 0;
	margin: 0 0 0 350px;
}

#content {
	position: relative;
	width: 970px;
}
.page-index #content {
	padding-top: 330px;
}
.page-index #sidebar {
	margin-top: -580px; 
/* 元693px
----------------------------------------------- */
}
.page-article #sidebar {
	margin-top: -245px;
}
#main {
	padding: 0px 0 10px;
}
#sidebar {}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 750px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 0px 0 10px;
	width: 220px;
}
body.layout-2col #sidebar-inner {
	background: #000 url(http://babymetalmatome.com/side3.png) repeat-y;
	box-shadow:0px 0px 20px;
	padding: 20px 10px 20px;
	color: #cfcfcf;
	margin: 0px 0px 10px 0px;
}

#sidebar-inner a{
color: #cfcfcf;
}
#sidebar-inner a:hover {
color: #ff0000;
}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	border-radius: 0 0 0 4px;
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	border-radius: 0 0 4px 0;
	float: right;

}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	border-radius: 0 0 4px 0;
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	border-radius: 0 0 0 4px;
	float: left;
}




/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #080000;
	font: 14px/1.2 Verdana,sans-serif;
}
a{
color: #333;
	text-decoration:none;
}
a:link {
color: #333;
}
a:visited {
color: #333;
}
a:hover {
color: #ff0000;
	text-decoration:none;
}
a:active {
color: #333;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 5px 12px;
	border: 1px solid #AAA;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(#FEFEFE, #FEFEFE 25%, #E7E7E7);
	text-shadow: 0 1px 0 white;
	float: right;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
	padding: 20px 0 10px;
	margin-bottom: 0px;
}
.page-article #blog-header,
.page-category #blog-header,
.page-monthly #blog-header {

}
#blog-header hgroup {

}
#blog-title {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
#blog-description a {
	color: #fff;
}



/* メインカラム
----------------------------------------------- */
/* ヘッドライン */
.headline {
	height: 310px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 724px;
}
.headline-content {
	background: #1a1a1a;
	width: 300px;
	height: 310px;
	float: right;
	position: relative;
}
.headline-image {
	float: left;
	width: 424px;
	height: 310px;
	overflow: hidden;
	background: #1a1a1a;
}
.headline-image-hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.headline-image-layer a {
	display: block;
	width: 424px;
	height: 310px;
	box-shadow: 0 0 5px #666 inset;
	position: absolute;
	top: 0;
	left: 0;
}
.headline-date {
	color: #fff;
	font-size: 12px;
	padding: 30px 30px 20px;
}
.headline-title {
	color: #fff;
	font-size: 27px;
	padding: 0 15px;
	line-height: 31px;
	height: 186px;
	overflow: hidden;
}
.headline-title a {
	color: #fff;
}
.headline-title a:hover {
	color: #ff0000;
}
.headline .article-meta {

	padding: 0 30px;
}
.headline .article-category dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_category_w.gif) no-repeat 0 0;
	width: 12px;
}
.article-category a:link {
	color: #fff;
}
.article-category a:visited {
	color: #fff;
}
.article-category a:hover {
	color: #ff0000;
}
.article-category a:active {
	color: #fff;
}

/* 記事index */
.article-index {
	padding: 0 0 0 0;
	width: 728px;
	margin: 0 0 20px 0;
}
.article-index-hover {
	background: #f6f6f6;
}
.article-index-even {
	margin-right: 40px;
}
.article-index-header {
	float: left;
	width: 298px;
	height: 164px;
}
.article-index-header-title{
	width: 410px;
	height: 149px;
	float: right;
	background: #1a1a1a;
	padding: 10px 5px 5px  15px;
}
.article-index-image {

}
.article-index-image img {

}
.article-index-image a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.article-index-date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #fff;
}
.article-index-title {
	color: #fff;
	font-weight: bold;
}
.article-index-title a {
	color: #fff;
	display: block;
	font-size: 23px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.article-index-title a:hover {
	color: #ff0000;
}
.article-index-body {
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	color: #333;
}
.article-index-body * {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333 !important;
	display: inline;
	text-align: left !important;
}
.article-index-body img,
.article-index-body br {
	display: none;
}
.article-index-body b,
.article-index-body strong {
	font-weight: normal;
}

/* アーカイブ */
.article-archive {
	margin-bottom: 38px;
	position: relative;
}
.article-archive-main {
	float: right;
	width: 470px;
}
.article-archive-image {
	float: left;
	width: 152px;
}
.article-archive-image a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.article-archive .director-social-btn {
	position: absolute;
	bottom: 0;
	left: 170px;
}

.article-archive-image img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
	margin: 2px;
}

.article-archive-date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #999;
}
.article-archive-title {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	height: 56px;
	overflow: hidden;
}
.article-archive-title a {
	color: #fff;
}


/* 記事全体 */
.article {
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.first-article {
	padding:0px 0px 5px 0px;
	background: #fff;
	width: 728px;
	overflow: hidden;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 10px;
	position: relative;
}
.article-header-content {
	background: #1a1a1a;
	color: #fff;
	margin-bottom: 10px;
}
.article-title {
	padding: 4px 2px 0px 4px;
}
.article-title a {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 36px;
	color: #fff;
}

/* 日付 */
.article-date {
	color: #fff;
	font-size: 12px;
	padding: 0px 2px 0px 4px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	background: #1a1a1a;
	margin-top: 1em;

}
.article-footer .director-social-btn {
	text-align: center;
	padding: 10px 0;
}
.article-meta {
	padding: 16px 0;
}
.article-header .article-meta {
	padding: 5px 0 16px;
}
.article-footer .article-meta {
	float: right
}
.article-meta li {
	float: left;
	margin: 0 8px 0 0;
}
.article-meta li.article-clap {
	height: 15px;
	line-height: 15px;
}
.article-meta li.article-clap img {
	height: 15px;
	width: 15px;
}
.article-footer .article-meta li {
	border-left: 1px solid #ccc;
	margin: 0;
	padding-left: 8px;
}
.article-footer .article-meta li.article-comment-count {
	border-left: 0;
	padding-left: 8px;
}
.article-archive .article-meta li {
	border-left: 1px solid #ccc;
	margin: 0;
	padding-left: 8px;
}
.article-archive .article-meta li.article-comment-count {
	border-left: 0;
	padding-left: 0;
}

.article-social-btn {
	border-top: 1px solid #cecece;
	margin-bottom: -1px;
}
.article-header .director-social-btn {
	text-align: right;
}
.director-social-btn {
	list-style: none;
	margin: 0;
	padding: 0;
}
.director-social-btn li {
	display: inline;
}
.director-social-btn li.social-btn-buzzurl img {
	vertical-align: baseline;
}
.director-social-btn li.social-btn-twitter iframe {
	width: 105px !important;
}
.article-category a{
}
.article-category a{
}
.article-category a{
}
.article-category dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_category_w.gif) no-repeat 0 0;
	width: 12px;
}
.article-comment-count dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_comment.png) no-repeat 0 0;
	width: 12px;
	height: 15px;
}
.article-comment-count dd {
	margin-top: 0;
}
.article-ping-count dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_ping_g.png) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
	width: 12px;
	height: 15px;
}
.article-ping-count dd {
	float: left;
	line-height: 1;
	padding: 0 8px;
}
.article-category dd {
	white-space: nowrap;
}
.article-category dd.article-category2 {
	border-left: 1px solid #ccc;
}
/* 関連記事 */
.related-articles {
	margin:4em 0;
	line-height:1.3
}
.related-articles h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.related-articles ul li {
	margin:4px 0 0 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	font-size: 16px;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
#message-board {
margin-top: 0px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 16px;
	padding:0px 10px 0px 10px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {

}
.article-body-inner h4 {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_h4.gif) no-repeat 0 9px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left: 40px;
        margin-bottom:-15px;
}
.article-body-inner blockquote {
	padding: 5px 5px 5px;
	border-radius: 4px;
	background:#eaeaea;
}
.article-body-inner blockquote:before {
	color: #ddd;
	content: "";
	position: static;
	font-size: 0;
}
.article-body-inner img.pict{
	border: 1px solid #fff; 
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3); 
	margin: 2px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
	padding: 20px 10px;
	border-bottom: 1px dotted #aeafae;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-top: 10px;
	color: #666;
}
.comment-body img {
max-height:300px;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}

#comments .article-option-title {
	margin-bottom: 15px;
}
.comment-set {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin-bottom: 14px;
	padding: 0 20px;
	background: #fff;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #1a1a1a;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #eaf2fa;
	text-decoration: none;
}
ul.index-navigator a:visited {
	color: #555;
}
ul.index-navigator li.paging-prev a,
ul.index-navigator li.paging-next a,
ul.index-navigator li.paging-first a,
ul.index-navigator li.paging-last a {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	width: 8px;
}
ul.index-navigator li.paging-prev a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_prev.gif);
}
ul.index-navigator li.paging-next a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_next.gif);
}
ul.index-navigator li.paging-first a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_first.gif);
}
ul.index-navigator li.paging-last a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_last.gif);
}

/* 記事ページ、月別アーカイブページ */
.article-pager-type2 {
	padding: 20px 0;
	border-bottom: 1px dotted #aeafae;
}

ul.article-pager li a {

}

ul.article-pager li a:hover {
	text-decoration: underline;
}
.is-prev-article .director-article-pager .pager-inner {
	background:  url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_prev_article.gif) no-repeat 0 50%;
}

ul.article-pager {
	list-style-type: none;
	margin:0;
	padding:0;
/** ++ border高さを揃えるため */
overflow: hidden;
}
.is-next-article ul.article-pager {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_next_article.gif) no-repeat 100% 50%;
}

ul.article-pager li {
	float: left;
	display: inline;
	width: 49%;
	margin: 0;
	padding: 1px 0 0;/** 1px余白（上部） */
	line-height: 1.25;
/** ++ border高さを揃えるため */
margin-bottom: -99px;/** 1px余白（下部） */
padding-bottom: 100px;
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
	background: transparent none !important;
}

ul.article-pager li.prev a {
	margin: 0 10px 0 0;
}
ul.article-pager li.next a {
	margin: 0 0 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 dotted #aeafae;
}

div.article-pager-outer {
	height: 1%;
}

ul.archives-pager li a {
	border: 1px solid #ddd;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}

ul.archives-pager li a:hover{
        background-color: #eaf2fa;
}

/* ブログのフッター
----------------------------------------------- */

#blog-footer {
	margin: 0 0 0 325px;
color: #7a7a7a;
     padding: 20px;
     background: #f1f1f2;
        min-width: 950px;
     font-size: 12px;
	height:650px;
}

#blog-footer a {
color: #7a7a7a;
}
#blog-footer a:hover {
color: #ff0000;
}

#footer{
     margin:0 auto;
     text-align: center;
     max-width: 960px;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 0 40px;
}
.sidewrapper:after{
}
.sidewrapper .sidetitle {
color: #cfcfcf;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
}
.sidewrapper .sidetitle a {
color: #cfcfcf;
}

.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.sidewrapper .side .sidebody:after {
	border-bottom: 1px solid #fff;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .side .sidebody:first-child {
	padding-top: 0;
}
.sidewrapper .side .sidebody:last-child {
	border-bottom: 0;
}
.sidewrapper .side .sidebody:last-child:after {
	border-bottom: 0;
}

.side div.message-box dl.message-detail {
	margin-bottom: 10px;
}
.side div.message-box input[type="submit"] {
	float: right;
	margin: 0 3px;
}

ul.type_graph li dl.graph dd.count_image img {
	height: 7px !important;
}
ul.type_graph li {
	margin-bottom: 18px !important;
}

.plugin-monthly select {
	width: 95%;
}

.side ul.recent-article-image li {
	line-height: 1.5;
	margin-bottom: 15px;
	padding-left: 3px;
}
.side ul.recent-article-image li img {
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
	border-radius: 3px;
	margin-right: 20px;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	background-color: #333;
	border: 1px solid #fff;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #fff;
}
table.caltblday td a:visited {
	background-color: #333;
}




/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	color: #b2b2b2;
	font-size: 15px;
	margin-bottom: 20px;
}
.archives-header-title {
	color: #808080;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}

.sidewrapper input.sf, .sidewrapper input.sfbtn {
	padding: 0;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {

}
#blog-header.hide-text #blog-title a {

}
#blog-header.hide-text #blog-title a:hover {

}


/* サイドナビゲーション */
div.side-navi {
	position:fixed;
	right:5px;
	bottom:50px;
	z-index:100;
}
div.side-navi ul{
	margin:0;padding:0;
	list-style:none;
}
div.side-navi ul li{
	margin:0;padding:0;
	line-height:40px;
	text-align:center;
}
div.side-navi ul li a{
	margin:0;padding:0;
	display:block;
	width:45px;
	height:45px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	background:#000000;
	border:solid #f0f0f0;
	border-width:0 1px 1px 1px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
div.side-navi ul li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
div.side-navi ul li:first-child a{}
div.side-navi ul li:last-child a{}
div.side-navi ul li.sn-prev a,
div.side-navi ul li.sn-next a,
div.side-navi ul li.sn-top a{
	height:35px;
	padding-top:10px;
}
div.side-navi ul li.sn-comment{
	line-height:15px;
}
div.side-navi ul li.sn-comment a{
	height:37px;
	padding-top:8px;
}
div.side-navi ul li.sn-prev a{
	background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_prev.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-next a{
	background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_next.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-top a{
	background:#000000 url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_top.gif) no-repeat 50% 25%;
}


/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px auto; } 
.ad-center { text-align:center; }
.ad-type-side { margin:0; }

.ad-outer { margin:0 auto; padding:0; }
.ad-by { text-align:left; margin-bottom:4px; font-size:11px; }
.ad-box { text-align:left; }
.ad-box a{ display:block; margin:0 8px 0 0!important; padding:6px 8px!important; overflow:hidden; }
.ad-box a:hover { padding:4px 6px!important; }
.ad-box a span.ad-url { margin-left:10px; }
/* for IE6-7 */
* html .ad-outer .ad-box a{ height:1%; }
*+html .ad-outer .ad-box a{ height:1%; }

.ad-by a, .ad-by a:hover { color:#333333 !important; font-weight:bold !important; }
.ad-box a, .ad-box a:hover { text-decoration:none; }
.ad-box a span.ad-title { font-size:15px; color:#ef0b41; font-weight:bold; text-decoration:underline; line-height:150%; }
.ad-box a:hover span.ad-title { text-decoration:none; }
.ad-box a span.ad-url,
.ad-box a:hover span.ad-url { font-size:11px; color:#aa091f; line-height:150%; }
.ad-box a span.ad-description,
.ad-box a:hover span.ad-description { display:block; font-size:12px; color:#333333; line-height:150%; }
.ad-box a:hover{
	background:#e6ecf2;
	border:2px solid #e6ecf2;
	-moz-border-radius:5px; /* for fx */
	-webkit-border-radius:5px; /* for safari */
}


.headline,
.article-wrap,
.article-archive,
.article-ping-count,
.article-meta-wrap,
.side div.message-box  {
	zoom: 1;
}
.headline:after,
.article-wrap:after,
.article-archive:after,
.article-ping-count:after,
.article-meta-wrap:after,
.side div.message-box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#PR{
	margin-bottom: 10px;
}

#rss{
	width:728px;
	height:220px;
	background: #ECF0F1;
	overflow: hidden;
	color: #333;
	margin: 5px 0 20px 0;
	overflow-y: scroll;
}
#rss2{
	width:728px;
	height:270px;
	background: #ECF0F1;
	overflow: hidden;
	color: #333;
	margin: 5px 0 20px 0;
	overflow-y: scroll;
}

#rssl{
	width:340px;
	height:600px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	margin:-20px 0 0px -5px ;
}
#rssl2{
	width:340px;
	height:600px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	margin:-5px 0 0px -5px ;
}
#rssr{
	width:373px;
	height:450px;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	margin:-5px 0 0px 0px ;
}

#rss a:visited {
color: #333;
}
#rss a:a:link {
color: #333;
}
#rss a:a:link {
color: #333;
}
#rss a{
color: #333;
}
#rss a:hover {
color: #ff0000;
	text-decoration:none;
}
#rss .blogroll-category-name,#rss2 .blogroll-category-name{
color: #333;
	text-align: center;
}


.ads728{
	margin-bottom: 20px;
}
#blog-footer-twitter{
	width:520px;
	height:600px;
	float: left;
	margin: 0 0 0 20px;
}
#blog-footer-youtube{
	float: left;
	width:215px;
	height:600px;
margin:0px 0 0px 20px ;
}


#blog-footer-news{
	float: left;
	width:280px;
	height:600px;
margin:0px 0 0px 20px ;
}
#footerl-r2{
	padding: 5px 8px 3px 8px;
	height:275px;
	background: #333;
	overflow: hidden;
	margin:0px 0px 10px 0px;
color: #fff;
}
#footerl-r2　a{
color: #ff0000;
}
#newsfeed li{
list-style-type:disc;
list-style-position: inside;
	margin:0px 0px 10px 0px;
	text-align: left !important;
}
#newsfeed li a{
color: #cfcfcf;
}
#newsfeed li a:hover {
color: #ff0000;
}

#tvfeed li{
list-style-type:disc;
list-style-position: inside;
	margin:0px 0px 10px 0px;
	text-align: left !important;
color: #cfcfcf;
}
#tvfeed li a{
color: #cfcfcf;
}
#tvfeed li a:hover {
color: #ff0000;
}

    .item{
      width: 215px;
      float: left;  
}
.item img{
    width: 215px;
}
.item p{
    font-size:10px;
    margin: 0 0 10px;
}
.amazontext{
	text-align:left;
	width:295px;
	height:28px;
	font-size: 12px;
	background:#c00000;
	padding:5px 0px 0px 5px;
	position:absolute;
	margin:-33px 0px 0px 0px;
	opacity:.60;
	color:#FFF;
	overflow: hidden;
}
.amazontext2{
	text-align:left;
	width:275px;
	height:28px;
	font-size: 12px;
	background:#c00000;
	padding:5px 0px 0px 5px;
	position:absolute;
	margin:-33px 0px 0px 0px;
	opacity:.60;
	color:#FFF;
	overflow: hidden;
}
.share {
  width: 100px;
  text-align: right;
  margin: 3px 7px 0px 5px;
  float: right;
}
.share a {
  text-decoration: none;
  border: 2px solid #fff;
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 20px;
	background: #1a1a1a;
}
.share a:hover i {
  background-position: bottom left;
}
.share i {
  background-image: url("http://babymetalmatome.com/twittergif.gif");
  background-position: top left;
  height: 21px;
  width: 27px;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  margin: 2px 0px 1px 8px;
}
.share span {
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: right;
  min-width: 25px;
  float: right;
  padding: 2px 10px 0px 0px;
  font-family: sans-serif;
  font-size: 18px;
}


.comment {
  width: 100px;
  text-align: right;
  margin: 3px 7px 0px 5px;
  float: right;
}
.comment a {
  text-decoration: none;
  border: 2px solid #fff;
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 20px;
	background: #1a1a1a;
}
.comment a:hover i {
  background-position: bottom left;
}
.comment i {
  background-image: url("http://babymetalmatome.com/Commentgif.gif");
  background-position: top left;
  height: 21px;
  width: 27px;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  margin: 2px 0px 1px 8px;
}
.comment span {
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: right;
  min-width: 25px;
  float: right;
  padding: 2px 10px 0px 0px;
  font-family: sans-serif;
  font-size: 18px;
}

.article-comment{
  margin: -3px 5px 0px 0px;
}
.article-share{
  margin: -3px 0px 0px 0px;
}
.CommentUrlimg{
  margin: 0px 10px 0px 0px;
}
.adsraku{
	margin:20px 0px 0px 0px;
}
.adsraku-ads{
	float: left;
	margin:0px 0px 5px 0px;
}
.adsraku-Rakuten{
	margin:-10px 0px 5px 0px;
	float: right;
}
.rakuten_motionWidget-main{
margin: -0px 0px 0;
}

.amazon{
clear:both;
}
#blog-footer-ranking{
	width:285px;
	height:500px;
	float: left;
	margin: 0 0 0 15px;
	overflow: hidden;
}
#blog-footer-rsslink{
	width:425px;
	height:500px;
	float: left;
	margin: 0 0 0 20px;
	overflow: hidden;
}
#blog-footer-link{
	width:180px;
	height:310px;
	float: left;
	margin: 0 0 0 20px;
	overflow: hidden;
}

#blog-footer-link ul{
	background: #333;
  text-align: left;
color: #cfcfcf;
list-style-type:disc;
list-style-position: inside;
	padding:2px 0px 0px 5px;

}
#blog-footer-link ul a{
color: #cfcfcf;

}
#blog-footer-Form{
	width:180px;
	height:180px;
	float: left;
	margin: 0 0 0 20px;
}
#blog-footer-Form .message-form-outer{
	background: #333;
	padding:2px 0px 0px 5px;
}

#blogroll-82114{
	background: #333;
}
#blog-footer #blogroll-82114 a{
color: #cfcfcf;
}
.Twitter_logo{
	margin: 0 0 0 10px;
}
#amazon{
	margin: 10px 0 15px 0;
}

#comment-form dt {
    float: none;
    width: auto;
    text-align: left;
}
#comment-form dd {
    margin: 0;
}
#comment-form .comment-form-body dt {
    display: block;
}
#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating {
    display: none;
}
.links{
	height:100px;
	overflow: hidden;
	overflow-y: scroll;
}
.comment-reply{
color: #ff0000;
}

#mypopup {
display: none;
position: absolute;
border:1px solid #bbb;
padding:5px 8px 8px;
font-size:12px;
color:#111;
background-color:#ffc;
list-style-type:none;
line-height:1.2;
text-align:left;
max-width:750px;
min-width:250px;
box-shadow: 3px 3px 3px #ccc;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
}

#mypopup li.comment-date, #mypopup li.comment-author{
display: inline;
color:#666;
}
.right{
	float: right;
	margin:0px -7px 10px 0px ;
}
.left{
	float: left;
}

.tw_format{
width: 500px;
}
.ads336{
	margin:0px 0px 15px 0px ;
}

.rakuten{
	margin:0px 0px 15px 0px ;
}

.scheduletwitter{
	margin:10px 0px 5px 0px ;
}

.tw_text{
	line-height: 20px;!important;..
}


      /*　プレイヤー（再生バー）の高さ、幅、背景色の指定　*/
      .audiojs { height: 30px; background: white; width: 75%;margin-top:10px; box-shadow:none;}
      /*　再生・停止ボタンの高さ、幅、パディングの指定　*/
      .audiojs .play-pause { width: 25px; height: 25px; padding: 0px 8px 0px 0px;border:0 }
      /*　再生・停止ボタンなどの p 要素　*/
      .audiojs p { width: 25px; height: 25px; margin: 0px 0px 0px -1px; }
      /*　進行状態・ロードの状態を表示する部分　*/
      .audiojs .scrubber { background: #cbcbcb; width: 60%; height: 3px; margin: 5px;margin-top:13px; }
      /*　進行状態を表示するバーの部分　*/
      .audiojs .progress { height: 10px; width: 0px; background: #8e9092; }
      /*　ロード状態を表示するバーの部分　*/
      .audiojs .loaded { height: 10px; background: #ccc;}
      /*　再生時間の部分　*/
      .audiojs .time {display:none; }
      .audiojs .error-message { height: 24px;line-height: 24px; }

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-bottom { margin:0px auto 30px; text-align:center; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 20px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:10px 0px 30px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:50px; 
}
#comment-form-author {
  display:none
}

.comment-form-author {
  display:none
}

.memorize {
  display:none
}

