@charset "utf-8";


#entries h2.date {
	font-size:100%;
	padding-bottom:3px;
}
#entries h3 {
	font-size:120%;
	color:#fcb4d6;
	margin:3px 0 20px;
}
#entries p.entryMoreLink {
	text-align:right;
	font-size:95%;
}
.entry {
	margin-bottom:40px;
}
/*===anchor===*/
#entries h3.entryTitle a:link {
	text-decoration:none;
	color:#fcb4d6;
}
#entries h3.entryTitle a:visited {
	text-decoration:none;
	/*color:#fae4eb;*/
	color:#fcb4d6;
}
#entries h3.entryTitle a:hover {
	text-decoration:underline;
	position:static;
	color:#fcb4d6;
}
#entries h3.entryTitle a:active {
	text-decoration:underline;
	color:#fcb4d6;
}