.article-tags, .article-tags>dt, .article-tags>dd,
.tagcloud, .tagcloud>li,
.recent-article-image, .recent-article-image>li,
.popularArticlesWithImage.plugin {
	margin: 0;
	padding: 0;
}

.recent-article-image {
	list-style-type: none;
}

/* = LDServices
=============================================== */
#ld-services {
	text-align: center;
}

/* = ArticleTagsList
     ArticleTagsListInternal
=============================================== */
.article-tags {
	clear: both;
}
.article-tags>dt,
.article-tags>dd {
	display: inline;
}
.article-tags>dd {
	margin-left: 5px;
}
/* default_2008 style */
.default_2008 .article-tags {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/tag.gif) no-repeat;
	padding-left: 20px;
	height: 1%;
	min-height: 16px;
	line-height: 20px;
}
.default_2008 .article-tags>dd {
	margin-left: 7px;
}

/* old type (article_tags) */
.article_tags {
	clear: both;
}
.article_tags>dt,
.article_tags>dd {
	display: inline;
}
.article_tags>dd {
	margin-left: 5px;
}

/* = TagCloud - Plugin
=============================================== */
.side .tagcloud {
	text-align: left;
	overflow: hidden;
	line-height: 1.2;
}
.side .tagcloud>li {
	display: inline;
}

/* font size */
.side .tagcloud>li.tag-weight-0 {
	font-size: 100%;
}
.side .tagcloud>li.tag-weight-1 {
	font-size: 120%;
}
.side .tagcloud>li.tag-weight-2 {
	font-size: 165%;
}
.side .tagcloud>li.tag-weight-3 {
	font-size: 200%;
}
.side .tagcloud>li.tag-weight-4 {
	font-size: 230%;
}

/* = galleryThumbnail - Plugin
=============================================== */
.galleryThumbnail {
	margin: 0;
	padding: 0;
	text-align: left;
}
.galleryThumbnail>li {
	display: inline;
	overflow: hidden;
}
.galleryThumbnail>li a {
	background: transparent!important;
}
.galleryThumbnail>li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.galleryThumbnail>li img {
	margin-bottom: 3px;
	border: none;
	vertical-align: baseline;
}


/* = recent_article_image - Plugin
=============================================== */
.recent-article-image>li {
	background-image: url('https://placehold.jp/16/c7e4f9/ffffff/112x63.png?text=%E3%83%84%E3%82%A4%E9%80%9F%E3%81%BE%E3%81%A8%E3%82%81');
	background-repeat: no-repeat;
	margin-bottom: 15px;
	min-height: 63px;
	padding-left: 122px;
	position: relative;
}
.recent-article-image>li:last-child {
	margin-bottom: 0;
}

.recent-article-image>li>a>img {
	border: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 112px;
	height: 63px;
}

/* = popular_articles - Plugin
=============================================== */
.side .popular-articles table {
	font-size: 100%;
}

.side .popular-articles table td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

.side .popular-articles table td.populararticles-rank {
	white-space: nowrap;
}

.side .popular-articles table td.populararticles-title span {
	margin-left: 3px;
}

.side .popular-articles div.popular-articles-freearea {
	padding-top: 5px;
	text-align: left;
}

/* = messagebox - Plugin
=============================================== */
.side div.message-box p.message-properties {
	margin: 0;
	padding: 0;
	text-align: left;
}
.side div.message-box dt,
.side div.message-box dd {
	margin: 0;
	padding: 0;
	text-align: left;
}

.side div.message-box dl {
	margin: 0 0 5px;
	padding: 0;
}

.side div.message-box dl.message-detail textarea {
	height: 100px;
	width: 90%;
}

/* message-form tag */
.message-form-outer table.form {}
.message-form-outer table.form th {
	white-space: nowrap;
	width: 1%;
}

.message-form-outer table.form tr.message-author th,
.message-form-outer table.form tr.message-email th,
.message-form-outer table.form tr.message-body th,
.message-form-outer table.form tr.message-author td,
.message-form-outer table.form tr.message-email td,
.message-form-outer table.form tr.message-body td {
	padding: 3px;
}

/* Popular Articles with Image (Tag, Plugin)
----------------------------------------------- */

.popularArticlesWithImage>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.popularArticleWithImage {
	margin-bottom: 15px;
	min-height: 63px;
	padding-left: 122px;
	position: relative;
}
.popularArticleWithImage:last-child {
	margin-bottom: 0;
}
.popularArticleWithImage>div>a:hover{
	text-decoration: none;
}
.popularArticleWithImage>div>a:link>.title{
	color: #04c!important;
}
.popularArticleWithImage>div>a:visited>.title{
	color: #800080!important;
}
.popularArticleWithImage>div>a:hover>.title{
	text-decoration: underline;
}
.popularArticlesWithImage .image{
	background-color: #c7e4f9;
	background-image: url('https://placehold.jp/16/c7e4f9/ffffff/112x63.png?text=%E3%83%84%E3%82%A4%E9%80%9F%E3%81%BE%E3%81%A8%E3%82%81');
	height: 63px;;
	left: 0;
	position: absolute;
	top: 0;
	width: 112px;
}
.popularArticlesWithImage .title {
	background-color: transparent!important;
	display: inline;
}
.popularArticlesWithImage .comment,
.popularArticlesWithImage .retweet,
.popularArticlesWithImage .pv{
	overflow: hidden;
	display: inline-block!important;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}
