@charset "UTF-8";

div.message {
	width: 520px;
	margin: 0 auto 25px;
	padding: 35px 0 25px;
	background: url(img/message-back.png) right 20px no-repeat;
	border-bottom: #ccc dotted 1px;
}
div.message p {
	width: 300px;
}
ul.entrys {
	width: 520px;
	margin: 0 auto;
}
ul.entrys li {
	display: inline;
	width: 250px;
}
ul.entrys li.firstChild {
	float: left;
}
ul.entrys li.lastChild {
	float: right;
}
ul.entrys li p {
	margin-bottom: 8px;
}
p.annotation {
	font-size: 80%;
}
p.bt {
	text-align: right;
}
ul.summary {
	width: 520px;
	margin: 20px auto;
}
ul.summary li {
	clear: both;
	overflow: auto;
	border-bottom: #ccc dotted 1px;
	padding: 10px 0;
}
ul.summary li h3 {
	color: #005BAB;
	font-weight: bold;
	font-size: 100%;
}
ul.summary li p.tit {
	float: left;
	width: 70px;
	padding-right: 10px;
	text-align: right;
	color: #005BAB;
}
ul.summary li p.text {
	padding-left: 30px;
	margin-left: 110px;
	border-left: #ccc solid 2px;
}
