@charset "Shift-JIS";

.mente {
	margin: 20px;
	padding: 8px 8px 2px;
	border: 3px solid #ccc;
}

.mente dt,
.mente dd {
	padding: 0 8px;
}

.mente dt {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	color: red;
}

.mente strong {
	font-weight: bold;
}

.mente p {
	margin: 0 0 8px 0 !important;
}

.mente-date {
	margin: 8px 0;
}

.mente-date dt {
	display: inline-block;
	*display: inline;
	*zoom :1;
	margin-bottom: 3px;
	padding: 2px 5px;
	border: none;
	background: #666;
	color: #fff;
}

.mente-date dd {
	padding: 0;
}

