/* charset */
@charset "utf-8";

.dreamnews .item {
	margin: 5px;
	padding:5px;
	border-bottom: 1px dotted #999;
}
.dreamnews p {
	margin: 10px;
}
.dreamnews .releaseinfo {
	text-align: right;
}
.dreamnews .dreamnews_title {
	font-size: 1.5em;
	font-weight: weight;
	line-height: 1.7;
	padding: 10px 0;	
	margin: 10px;
}
.dreamnews .dreamnews_publisher {
	text-align: right;
}
.dreamnews .dreamnews_publicdate {
	font-size: small;
	text-align: right;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px soli #ccc;
}
.dreamnews .dreamnews_outline {
	margin: 10px;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.dreamnews .dreamnews_link {
	margin: 10px;
	text-align: center;
	padding: 10px;
}
.dreamnews .dreamnews_image {
	margin: 10px auto;
	text-align: center;
}