@charset "utf-8";



/* ニュース&トピックス ------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.4;
	text-align: left;
	color: #646464;
	background-color: #ffffff;
	background-image: url(../../images/common/news_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
dl {
	width: 560px;
	white-space: normal;
	background-image: url(../image/moesd/news_hana.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 280px;
}

dt {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 4px;
}
dd {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #646464;
}
