@charset "utf-8";
/* eventnews.css　
--------------------------------------------------------- */

#eventnews_top {
	background-image: url(_src/eventnews/tit_eventnews01.jpg);
	width: 920px;
	height: 200px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}

#title_eventnews {
	background-image: url(_src/eventnews/tit_eventnews02.gif);
	width: 690px;
	height: 40px;
	margin-top: 18px;
}


.eventnews_list {
	width: 690px;
	line-height:40px;
	text-align: left;
	vertical-align: middle;
	color: #666666;
}

.eventnews_list a:hover {
	color: #ac2626;
}

.eventnews_line {
	width: 690px;
	height: 1px;
	border-bottom: 1px dotted #cccccc;
}

.subtitle {
	width: 690px;
	height: 30px;
	margin-top: 30px;
}

.subtitle_icon {
	float: left;
	width: 5px;
	height: 30px;
	background-color: #d59292;
}

.subtitle_text {
	float:left;
	width: 675px;
	line-height:30px;
	vertical-align:middle;
	background-color: #f2f2f2;
	font-size: 20px;
	color: #ac2626;
	padding-left: 10px;
}

.eventnews_image {
	margin-top: 30px;
	margin-bottom: 20px;
}


