@charset "UTF-8";
.diary {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.diarytitle {
	font-size: larger;
}
.diarymenu {
	float: right;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}
.diarymenu a {
	color: #FFFFFF;
	text-decoration: underline;
}
.diarymenu a:hover {
	text-decoration: none;
}
.diarycontent_date {
	padding-left: 10px;
	font-size: smaller;
	font-weight: bold;
	background-image: url(/images/forum_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.diaryalias {
	font-style: italic;
	font-weight: normal;
}
.diarycontent_date a {
	color: #FFFFFF;
	text-decoration: underline;
}
.diarycontent_date a:hover {
	text-decoration: none;
}
.diarycontent {
	font-size: smaller;
	line-height: 120%;
	font-style: italic;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
}
.diarycontent2 {
	font-size: smaller;
	line-height: 120%;
	font-style: italic;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.8);
}
.diary_submenu {
	font-size: 0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
}

