.mybasebox {
	width: 170px;
	float: left;
	margin-right: 10px;
}
.myphotos {
	width: 579px;
	padding-left: 10px;
	float: left;
}
.tags-photo-box {
	padding: 5px;
	height: 70px;
	overflow: hidden;
	width: auto;
	background-color: #EEEEEE;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 12px;
}
.tags-photo-box a.entryLinkbox {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	line-height: 180%;
	text-decoration: none;
}
.tags-photo-box a.entryLinkbox:hover {
	background-color: #F6F6F6;
}
.tags-photo-box img.tags-photo {
	float: left;
	background-color: #FFFFFF;
	margin-right: 5px;
	border-radius: 4px;
}
.tags-photo-box .ttl {
	font-size: 17px;
	font-weight: bold;
	color: #FF0091;
	height: 18px;
}
.tags-photo-box .com {
	height: 34px;
	overflow: hidden;
}
.tags-photo-box .blog-title {
	padding: 3px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 18px;
	width:200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #0063DC;
	text-align: right;
}
.tags-photo-box .date {
	font-style: italic;
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.tags-photo-box .t {
	width: 160px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
