@charset "UTF-8";
/* CSS Document */

#feed a:link {
	text-decoration:none;
	color: #000;
	font-size: 15px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;
	height: 20px;
	width: 540px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	margin-bottom: -1px;
}
#feed a:visited {
	text-decoration:none;
	color: #000;
}
#feed a:active {
	text-decoration:none;
	color: #000;
}
#feed a:hover {
	color: #660000;
}
#feed .entry {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 540px;
	height: 42px;
	margin-bottom: -1px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
#feed .blogtitle {
	font-size: 15px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;
	height: 20px;
	width: 440px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
}
#feed .datecopy {
	float: left;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 16px;
	width: 100px;
	color: #666666;
}
#feed2 a:link {
	text-decoration:none;
	color: #000;
}
#feed2 a:visited {
	text-decoration:none;
	color: #000;
}
#feed2 a:active {
	text-decoration:none;
	color: #000;
}
#feed2 a:hover {
	color: #660000;
}
#feed2 .entry {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 540px;
	height: 42px;
	margin-bottom: -1px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
#feed2 .blogtitle {
	font-size: 15px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis;
	height: 20px;
	width: 440px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
}
#feed2 .datecopy {
	float: left;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 16px;
	width: 100px;
	color: #666666;
}
