@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 "Premium Design Template for livedoor Blog";
 :created "2012-11-21";
 :release [:revision "1.02"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/20382492.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
        background: url("http://www.blog-text.jp/style_library/style_catcher/136-green/body_back.gif");	
	margin: 0;
	padding: 0;
	color: #000000;
}
#wrapper {
	padding-top: 0px;
}
#container {
	background-color: #a0bf78;
	width: 880px;
	margin: 0 auto;
}
* html #container {
	position: relative;
	top: -1px;
}
*:first-child+html #container {
	position: relative;
	top: -1px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
	background-color: #e2edd5;
}


/* 2カラムレイアウトのとき */
body.layout-2col #content {
	padding-top: 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1), -1px -1px 2px rgba(0,0,0,0.1);
}
body.layout-2col #content-inner1 {
	padding-bottom: 0px;
}
body.layout-2col #content-inner2 {
	zoom: 1;
}
body.layout-2col #content-inner2:after {
	content: "";
	display: block;
	clear: both;
}
body.layout-2col #main {
	float: left;
	width: 643px;
	margin-top: -15px;
}
body.layout-2col #sidebar {
	font-size: 14px;
	float: right;
	width: 235px;
	margin-top: -15px;
	padding: 0 1px;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #000000;
	font-family: "Meiryo UI",Tahoma,"MS UI Gothic","ヒラギノ角ゴ ProN W",Osaka,Sans-Serif;
}
a{
	color:#000000;
	text-decoration:underline;
}
	a:link{}
	a:visited{}
	a:active{}
a:hover{color:#ffffff;background-color:#2b3da4;text-decoration:none;}
}
table#header a{
	color: #ffffff;
}

#blog-title a:link{text-decoration: none;}
#blog-title a:visited{text-decoration: none;}
#blog-title a:active{text-decoration: none;}
#blog-title a:hover{
	color:#ff0000;text-decoration:none;
}
#blog-description {
	color: #ffffff;
}
.archives-title {
	color: #222;
}

.footer-outer,
.footer-outer a {
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
}
.page-index #blog-header {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_blog-header.png) no-repeat center bottom;
}
#blog-header hgroup {
	position: static!important;
	width: 880px;
	margin: 60px auto 35px;
}
#blog-menu {
	height: 50px;
	background: #232323;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
#blog-menu-inner {
	position: relative;
	width: 880px;
	height: 50px;
	margin: 0 auto;
	*zoom: 1;
}
#blog-menu-inner:after {
	content: "";
	display: block;
	clear: both;
}
#blog-menu ul {
	float: right;
}
#blog-menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 50px;
	line-height: 50px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_blog-menu-item.png) no-repeat 0 center;
}
#blog-menu a {
        color:#ffffff;
	display: block;
	padding: 0 30px;
	font-size: 14px;
	font-weight: bold;
}
#blog-menu a:hover {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_blog-menu-hover.png) repeat-x 0 0;
}
#blog-menu li:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 50px;
	background: none;
}
#blog-menu li:first-child a {
	display: block;
	width: 40px;
	height: 50px;
	padding: 0;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_blog-menu-ico.png) no-repeat center center;
	text-indent: -9999px;
}
#blog-menu li:first-child a:hover {
	opacity: 0.5;
}

#blog-pict {
	position: relative;
	width: 880px;
	margin: 0 auto 15px;
}
#blog-pict .blog-pict-inner {
	width: 860px;
	height: 279px;
	padding: 10px;
	border-radius: 5px;
	background: #1a1a1a;
	box-shadow: 0 1px 0 #2d2d2d;
}
#blog-pict .blog-pict-inner ul {
	list-style-type: none;
}
#blog-pict .blog-pict-main-item {
	position: absolute;
	top: 10px;
	left: 10px;
}
#blog-pict .blog-pict-main a {
	display: block;
}
#blog-pict .blog-pict-main .inner {
	display: block;
	width: 860px;
	height: 279px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_blog-pict-main.gif) repeat 0 0;
	border-radius: 5px;
	overflow: hidden;
}
#blog-pict .blog-pict-main .inner2 {
	display: table-cell;
	vertical-align: middle;
	height: 279px;
}
#blog-pict .blog-pict-main img {
	width: 650px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	vertical-align: middle;
}
#blog-pict .blog-pict-list {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 270px;
	box-shadow: -1px 0 10px rgba(0,0,0,0.3);
}
#blog-pict .blog-pict-list-item {
	zoom: 1;
	position: relative;
	height: 72px;
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_blog-pict-list-item.png) repeat-x 0 0;
}
#blog-pict .blog-pict-list-item.active {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_blog-pict-list-item-active.png) repeat-x 0 0;
	border-bottom: 1px solid #bbb;
}
#blog-pict .blog-pict-list-item.first {
	border-top-right-radius: 5px;
}
#blog-pict .blog-pict-list-item.last {
	border-top: none;
	border-bottom-right-radius: 5px;
}
#blog-pict .blog-pict-list-item:after {
	content: "";
	display: block;
	clear: both;
}
#blog-pict .blog-pict-list-thm {
	float: left;
	margin-right: 10px;
}
#blog-pict .blog-pict-list-thm a {
	display: block;
	padding: 3px;
	border: 1px solid #d1d1d1;
	background: #fff;
}
#blog-pict .blog-pict-list-thm span {
	display: table-cell;
	vertical-align: middle;
	width: 66px;
	height: 66px;
	background: #b2b2b2;
	text-align: center;
}
#blog-pict .blog-pict-list-txt {
	overflow: hidden;
}
#blog-pict .blog-pict-list-ttl {
	height: 55px;
	margin-bottom: 5px;
	line-height: 1.3;
	overflow: hidden;
}
#blog-pict .blog-pict-list-ttl a {
	color: #0594ad;
}
#blog-pict .blog-pict-list-ttl a:visited {
	color: #0574ad;
}
#blog-pict .blog-pict-list-time {
	font-size: 10px;
	color: #333;
}
#blog-pict .arrow {
	display: none;
	position: absolute;
	top: 40px;
	left: -7px;
	width: 7px;
	height: 14px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_blog-pict-list-item-arrow.png) no-repeat 0 0;
}
#blog-pict .active .arrow {
	display: block;
}

#blog-header-inner {
	padding: 25px 60px 15px;
}

#blog-title {
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
	filter: Alpha(opacity=75);
	-moz-opacity: 1;
	opacity: 1;
}

#blog-title a {
	color: #000;
}
#blog-description {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 15px 15px 0;	
	border-top: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0 -1px 10px rgba(0,0,0,0.2);
}
.page-article .article {
	padding: 0;
}
.first-article {
	border-top: none;
	box-shadow: none;
}


/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
	zoom: 1;
}
.page-article .article-header {
	padding: 15px 15px 25px;
	border-bottom: 1px solid #1f1f1f;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.1) inset;
}
.article-header:after {
	content: "";
	display: block;
	clear: both;
}
.article-title {
    font-size: 18px;
    font-weight: bold;
    padding: 3px 0px 0px 0px;
    margin-bottom: 15px;
    max-height: 130px;
    overflow: hidden;
}
.article-title a{
	color:#000000;
	text-decoration:none;
}
	.article-title a:link{}
	.article-title a:visited{}
	.article-title a:active{}
.article-title a:hover{color:#ffffff;background-color:#5e7e2c;text-decoration:none;}


/* 日付・カテゴリ・コメント */
.article-rating {
	padding: 0 10px;
}
.article-rating img {
	vertical-align: baseline;
}
.article-info {
	padding: 12px 18px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset, 1px 1px 0 rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.2);
	zoom: 1;
}
.article-info:after {
	content: "";
	display: block;
	clear: both;
}
.article-date {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.article-meta {
	float: right;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-bottom: 2px solid #557177;
	clear: both;
	margin: 1em 0 5px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_article-footer.png) repeat-x left top;
}
.page-article .article-footer {
	margin: 1em 10px 5px;
}
.article-comment-count dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_article-meta.png) no-repeat 0 0;
}
.article-category dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_article-meta.png) no-repeat 0 -20px;
}
.article-social-btn {
	text-align: right;
	border-top: 2px solid #557177;
}
.page-article .article-social-btn {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_article-footer.png) repeat-x left bottom;
}


/* 関連記事 */
.article-body .related-articles {
	font-size: 13px;
	margin:2em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 15px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul a{
	color:#000000;
	text-decoration:underline;
}
	.article-body .related-articles ul a:link{}
	.article-body .related-articles ul a:visited{}
	.article-body .related-articles ul a:active{}
.article-body .related-articles ul a:hover{color:#ffffff;background-color:#2b3da4;text-decoration:none;}
}
.article-body .related-articles ul li {
	margin: 4px 0;
	padding-left: 13px;
}
.related-articles ul li:before {
    content: "※";
}


/* 続きを読む */
.article-continue {
	text-align: right;
}
.article-continue a {
	color:#fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 122px;
	height: 35px;
	line-height: 32px;
	padding: 0;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_article-continue.png) no-repeat 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
}
.article-continue a:hover {
	text-decoration: underline;
}


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


/* メッセージボード */
.message-board {
	line-height: 1.8;
	overflow: hidden;
	margin-top: 0!important;
	padding: 20px 35px;
}
div.message-board-outer {
	width: 880px;
	margin: 0 auto 15px;
	border-radius: 5px;
	background: #1b1b1b;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}


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


/* 記事本文
----------------------------------------------- */
.article-first-image {
	float: left;
	margin: 0 20px 40px 0;
}
.article-first-image a {
	display: block;
	padding: 7px;
	border-radius: 5px;
	background: #1e1e1e;
	box-shadow: -1px -1px 2px #121212 inset, 1px 1px 0 rgba(255,255,255,0.1);
}
.article-first-image span {
	display: block;
	width: 125px;
	height: 125px;
	border-radius: 5px;
	background: #666;
}
.article-first-image img {
	border-radius: 5px;
}
.article-body {
	overflow: hidden;
	margin: 0 0 15px;
        letter-spacing: -0.01em;
	font-size: 15px;
}
.page-article .article-body {
	line-height: 1.6;
	margin: 0 10px 10px;
}
.page-article .article-body a{
	color:#003366;
	text-decoration:underline;
}
	.page-article .article-body a:link{}
	.page-article .article-body a:visited{}
	.page-article .article-body a:active{}
.page-article .article-body a:hover{color:#ffffff;background-color:#2b3da4;text-decoration:none;}
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
	color: #000000;
	line-height: 1.7;
        padding: 38px 8px 30px 12px;
        margin: 0px 10px 0px 10px;
	background-color:#e2efd1;
	border: 2px solid #445920;
}
.article-body-inner blockquote:before {
	color: #e2edd5;
}
.article-body-inner img.pict {
    border: 5px solid #ffffff;
    box-shadow: 10px 5px 10px rgba(51, 51, 51, 0.6);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.page-article #article-options {
	padding: 0 30px;
}
#article-options .article-option-title {
	font-size: 18px;
	margin-bottom: 15px;
}
#article-options .comment-set,
#article-options .trackback-set {
	font-size: 16px;
	margin-bottom: 15px;
	padding: 15px 18px;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	background: #9eb6ba;
}
#article-options .comment-info {
	font-size: 17px;
	margin: 0;
}
#comment-form dt {
	font-size: 18px;
	color: #000;
}
.comment-date,
.ping-blog-name,
.ping-date {
	font-size: 16px;
	border-left: 1px solid #aaa;
	color: #000;
}
.comment-author {
	font-weight: normal;
}
.comment-body {
	margin-left: 16px;
	padding-bottom: 0;
	font-size: 15px;
	color: #000;
}
.ping-excerpt {
	color: #000000;
	margin-left: 16px;
	font-size: 15px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background: #749c36;
    border: 1px solid #000000;
    color: #fff;
}
ul.index-navigator li.current span {
    background-color: #aed17a;
    color: #333333;
    text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
    background-color: #a5591b;
    text-decoration: none;
}
ul.index-navigator a:visited {
    color: #fff;
}


/* 記事ページ、月別アーカイブページ */
.pager {
	padding: 0 40px;
}
ul.article-pager li a,
ul.archives-pager li a {
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: #749c36;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #ffffff;
    font-weight: bold;
    margin: 50px 0px 30px 0px;
}

ul.article-pager li a:hover, ul.archives-pager li a:hover {
    background-color: #ca8004;
    text-decoration: none;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#fff;
	margin-top: 25px;
	padding: 5px;
}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
        background-color: #cee3b0;
	line-height: 1.5;
	overflow: hidden;
	position: relative;	
}
.sidewrapper a{
	color:#000000;
	text-decoration:underline;
}
	.article-body a:link{}
	.article-body a:visited{}
	.article-body a:active{}
.sidewrapper a:hover{color:#ffffff;background-color:#5e7e2c;text-decoration:none;
}
.sidewrapper .sidetitlebody {
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.sidewrapper .sidetitle {
        text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding: 8px 8px;
	border-top: 2px solid #384b50;
	border-bottom: 2px solid #384b50;
}
.sidewrapper .side {
	padding: 13px 0px 10px 0px;
	margin: 0px 5px 0px 5px;
}
.sidewrapper .side .sidebody,
.side ul.recent-article-image li {
	line-height: 1.5;
	font-size: 13px;
	margin: 0;
	padding: 10px 0 8px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_rh_exclusive_black_2c/bg_sidebody.png) repeat-x left top;
}
.sidewrapper .side .sidebody:first-child,
.side ul.recent-article-image li:first-child {
	background: none;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 13px;
}
.side ul.recent-article-image li img {
	border: 3px solid #1e1e1e;
	box-shadow: 0 1px 0 #363636; 
	border-radius: 3px;
}
.sidewrapper .side form {
	margin: 0 10px !important;
	overflow: hidden;
}
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper:first-child .sidetitlebody {
	border-top: none;
}
.sidewrapper:first-child .sidetitle {
	padding-top: 12px;
	border-top: none;
}
.sidewrapper a img.pict{
  border: 3px solid #fff;
  box-shadow:5px 5px 8px rgba(51, 51, 51, 0.8);
}


/* カレンダー */
.calendarhead {
        margin-top: 5px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.calendarheadbody .calendarhead a{
	color:#000000;
	text-decoration:none;
}
	a:link{}
	a:visited{}
	a:active{}
.calendarheadbody .calendarhead a:hover{color:#000000;background-color:#ffffff;text-decoration:none;
}
table.caltblwk .weekday {
	color: #000;font-size: 15px;font-weight: bold;
}
table.caltblwk .sun {
	color: #ff0000;font-size: 15px;font-weight: bold;
}
table.caltblwk .sat {
	color: #9f0080;font-size: 15px;font-weight: bold;
}
table.caltblday {
	width: 90%;
	color: #000000;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #e2efd1;
	border: 1px solid #675b38;
	height: 17px;
	line-height: 17px;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background-color: #5e7e2c;
	color:#fff;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
	border: 2px solid #675b38;
	text-decoration:none;
}
table.caltblday .calon a:hover {
	border: 2px solid #675b38;
	background-color: #ca8004;
	font-weight: bold;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	position: relative;
	height: 56px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #484848;
        background-color: #aed17a;
}
.archives-header h1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 36px;
	line-height: 20px;
	margin: 20px 0px 0px 15px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}


/* ページトップへ */
.to-pagetop {
	bottom: 0px;
}
.to-pagetop a img {
	opacity: 0.25;
}
.to-pagetop a:hover img {
	opacity: 0.5;
}


/* 記事下広告 */
#ad2 {
	padding: 1.5em 40px;
}
#ad2 a.adtitle {
	color: #5faef1;
}
#ad2 a.adurl {
	color: #009881;
}
#ad2 a.addescription {
	color: #b2b2b2;
}
#ad2 .adhover a.adtitle {
	color: #ee4f80;
}
#ad2 .adhover a.adurl {
	color: #009881;
}
#ad2 .adhover a.addescription {
	color: #808080;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;
}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}


/* ギャラリー */
ul.galleryThumbnail {
	margin: 0 -11px;
}
ul.galleryThumbnail li {
	margin-left: 6px;
}
ul.galleryThumbnail li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
ul.galleryThumbnail li img {
	border: 3px solid #1e1e1e;
	box-shadow: 0 1px 0 #363636;
}


/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0px;
    border: none;
    text-align: left;
}
.blogroll-channel {
    height: 170px;
    margin-bottom: 0px;
    padding: 3px;
    border-right: solid 2px #303f16;
    border-left: solid 2px #303f16;
    border-top: solid 2px #303f16;
    border-bottom: solid 2px #303f16;
    background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_0.png);
    overflow-y: scroll;
}

.blogroll-channel a{
	color:#000000;
	text-decoration:none;
}
	a:link{}
	a:visited{}
	a:active{}
.blogroll-channel a:hover{color:#ffffff;background-color:#5e7e2c;text-decoration:none;}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 20px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: -0.02em;
    border-bottom: solid 1px #000000;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #000000;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

*/
/* -----------------------------