@charset "utf-8";

/* フラッシュ
---------------------------------------------------- */
#flash {
	height: 280px;
	width: 610px;
	margin-bottom: 20px;
}

/* 新着情報
---------------------------------------------------- */
#news_bg {/* 新着情報に特別な背景がある場合 */
	background-image: url(/e-display/images/top/news.jpg);
	background-repeat: no-repeat;
	width: 570px;
	padding-left: 20px;
	margin-bottom: 20px;
	height: 200px;
}
#news {
	height: 200px;
	width: 590px;
	overflow: auto;
}
.news_day {
	padding-top: 5px;
	color: #000000;
	background-color: #CCCCCC;
	padding-left: 5px;
	width: 120px;
}
.news_title {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
.news_comment {
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* コンテンツ
---------------------------------------------------- */
.icon_box {
	float: left;
	width: 130px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 16px;
}
