@charset "utf-8";

.DecoItem {
	float: left;
	width: 108px;
	height: 86px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

.DecoThumb {
	float: left;
	width: 108px;
	height: 86px;
	font-size: x-small;
	background: url("http://img01.pipa.jp/deco/img/DecoThumb_100.png") no-repeat top left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #2c89e0;
}

.DecoThumb a {
	color:#2c89e0;
}

.DecoThumb a:hover {
	background-color:#87cdde;
	color:#FFFFFF;
}

.DecoThumbDraft {
	background: url("http://img01.pipa.jp/deco/img/DecoThumbDraft.png") no-repeat top left;
}

.DecoThumbFriend {
	background: url("http://img01.pipa.jp/deco/img/DecoThumbFriend.png") no-repeat top left;
}

.DecoThumb .DecoKeyword {
	float: left;
	width: 100%;
	height: 15px;
	white-space:nowrap;
	overflow: hidden;
}

.DecoThumb .DecoDate {
	float: left;
	width: 100%;
	height: 15px;
	white-space:nowrap;
	overflow: hidden;
}

.DecoThumb .DecoImgFrame {
	float: left;
	width: 100%;
	height: 41px;
	background: #afdde9;
}

.DecoThumb .DecoImgFrame .Img20 {
	float: left;
	width: 20px;
	height: 20px;
	margin: 9px 42px 10px 42px;
	background: #ffffff;
	border: solid 2px #2c89e0;
}

.DecoThumb .DecoImgFrame .Img120 {
	float: left;
	width: 100px;
	height: 33px;
	margin: 2px 2px 2px 2px;
	background: #ffffff;
	border: solid 2px #2c89e0;
}

.DecoThumb .DecoImgFrame .DecoThumbFriendOnly {
	float: left;
	height: 15px;
	width: 136px;
	padding: 17px 0px 16px 0px;
}

.DecoThumb .DecoName {
	float: left;
	width: 100%;
	height: 15px;
	white-space:nowrap;
	overflow: hidden;
}

.DecoThumb .DecoCommentNum {
	float: left;
	width: 100%;
	height: 15px;
	white-space:nowrap;
	overflow: hidden;
}

