/*****************************
 * syamail.css
 *****************************/

/* [div.diary] ///////////////////////*/
.diary {
	width: 560px;
	padding: 10px 10px 20px 60px ;
}

/* [h5] */
.diary h5 {
	padding-left: 5px;
	color: #fff;
}
.diary h5.area-1 {
	background-color: #F4B3D1;
}
.diary h5.area-2 {
	background-color: #A9D053;
}
.diary h5.area-3 {
	background-color: #7ECDF4;
}
.diary h5.area-4 {
	background-color: #A19BC8;
}

/* [dl] */
.diary dl {
	overflow: hidden;
	margin-bottom: 10px;
}
.diary dt {
	padding: 0 5px;
	color: #DD3570;
}
.diary dd.content2 {
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 10px 0;

}
/*
.diary dd.content2 img.photo {
	float: left;
	margin: 0 15px 10px 0;
}
*/
.content2 img.photo {
	float: left;
	margin: 0 15px 10px 5px;
}

.diary dd.content2 img.emoji {
	vertical-align: bottom;
}

/* [ul] */
.diary ul {
	text-align: right;
}

/* [div.comment] /////////////////////*/
.diary h6 {
	text-align: center;
	color: #fff;
	background: #ccc;
}
.diary .comment {
	margin: 15px 0;
	border: 1px solid #ccc;
}
.diary .comment p {
	padding: 5px 10px;
}
.diary .comment p.bd {
	border-bottom: 1px dotted #ccc;
}

/* [form] ////////////////////////////*/
.diary form {
	margin: 10px 0;
}
.diary form th {
	text-align: left;
	vertical-align: top;
	width: 100px;
}
.diary form .submit {
	text-align: center;
}

/* [ul.syamail-comment] //////////////*/
.syamail-comment {
	width: 545px;
	overflow: hidden;
	margin: 0 auto 5px;
	padding: 0;
	font-size: 1em;
}
.syamail-comment li {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	font-size: 1em;
}
.syamail-comment li .date {
	font: bold 11px Arial;
	color: #666;
}
.syamail-comment li .username {
	font-weight: bold;
	font-size: 1em;
}
.syamail-comment li .content {
	width: 460px;
	float: left;
	font-size: 1em;
}
.syamail a:hover {
	text-decoration: underline;
}

