/*****************************
 * top-syamail.css
 *****************************/

/* [div.diary-top] ///////////////////*/
.diary-top {
width:195px;
	height: 445px;
	overflow: auto;
	font-size: 1em;
	float:left;
	padding:0 0 0 5px;

}

.top-syamail-mid {
	/*background: url(../img/common/sidemenu.gif) repeat-y;*/
	z-index:0;
	float:left;
	width:200px;
	padding:0px 0px 20px 0px;
	}
/*
.top-syamail-mid dl{
	width:190px;
	}
	
.top-syamail-mid dt span{
	font: bold 11px Arial;
	color: #666;
	}
*/	
.diary-top dl {
	
	padding: 0 0 5px;
	border-bottom: 2px solid #999;
	font-size: 1em;
}
.diary-top dt {
	font-size: 1em;
}
.diary-top dt ._date {
	font: bold 11px Arial;
	color: #666;
}
.diary-top dt a {
	font-weight: bold;
	color: #DD3570;
}
.diary-top dd {
	margin: 0;
	padding: 0;
}
.diary-top ._photo {
	text-align: left;
}
.diary-top ._photo img {
	display: block;
	margin: 5px auto;
	padding: 1px;
	border: 1px solid #ccc;
}
.diary-top ._subject {
	font-weight: bold;
	color: #0088dd;
}
.diary-top ._content {
	line-height: 1.5;
	letter-spacing: 0.5px;
}
.diary-top {
	text-align: left;
}
._content p {
	text-align: right;
}

.diary-top ._content p a {
	color: #DD3570;
}
.diary-top a:hover {
	text-decoration: underline;
}

