@import url("../common/_common.css");

h2 {
/* total-width: 600px; */
	margin: 5px 30px 0; padding: 3px 4px 0;
	width: 532px; height: 16px;
	clear: both;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	background-image: url("../common_img/datebg.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #333;
}
p { /* total-width: 600px; */
	margin: 0 30px 20px; padding: 8px 5px;
	width: 528px;
	border-color: #999;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	font-size: 90%;
	line-height: 1.5em;
}
.Annotation {
	font-size: 80%;
}
blockquote {
	margin: 1em; padding: 5px;
	border: 1px solid #999;
	background-color: #eee;
}

