@charset "utf-8";

#flash {
	width: auto;
	height: 240px;
	margin: 0 auto;
}
.section01 {
	width: 100%;
	margin-bottom: 30px;
}
.sidenews {
	width:180px;
	height: 200px;
	overflow: auto;
	padding: 0 10px 30px 10px;
}
.news {
	width:100%;
	height: 100px;
	overflow: auto;
}
.sidenews dl,
.news dl {
	text-align: left;
}
.sidenews dd,
.news dd {
	border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}