@charset "utf-8";
/* 
----  /news/css/index.html ----
*/


.asBox01 {
	overflow: hidden;
}

.asBox01 img {
	float: left;
	margin: 0 10px 0 0;
}


.eventBox {
	clear: both;
	overflow: hidden;
	height: auto;
	padding-bottom: 10px;
	background: #fff url(../img/index/speventbottom.jpg) bottom left no-repeat;
	margin: 20px 0 20px 0;
}

.eventBoxmid {
	border-left: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	overflow: hidden;
	zoom:100%; /* for IE6 \*/
	overflow:auto; /* for IE7 and Firefox */
}

.eventBox h3 {
	width: 578px;
	padding: 8px 0 8px 25px;
	font-size: 82%;
	color: #fff;
	background: #fff url(../img/index/speventback.jpg) top left no-repeat;
	overflow: hidden;
}
/* for IE6 \*/
* html .eventBox h3 {
	width: 603px;
}

.eventBox img.evimg {
	width: 120px;
	float: left;
	margin: 10px 10px 0 10px;
}

.eventBox p {
	width: 450px;
	float: left;
	margin: 8px 8px 10px 0 !important;
	font-size: 72% !important;
}
/* for IE6 \*/
* html .eventBox p {
	width: 445px;
}
















