@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/12/20
 */

/* !index.html
---------------------------------------------------------- */

.h2_event{
	width:960px;
	height:120px;
	margin-bottom:36px;
}

.eventCont{
	width:900px;
	margin:0 auto;
}

.eventBox01{
	overflow:hidden;
	*zoom:1;
	margin-bottom:36px;
}

.eventBox01Left{
	float:left;
	width:562px;
}

.eventBox01Right{
	float:right;
	width:328px;
}

.eventBox02{
	margin-bottom:36px;
}

.eventBox02In01{
	width:198px;
	border:1px solid #eddcb5;
	padding:5px;
	margin-right:10px;
	position:relative;
	height:228px;
	float:left;
}

.eventBox02In02{
	border:1px solid #cccccc;
	padding:9px;
	width:220px;
	height:220px;
	position:relative;
	float:left;
}

.eventBox02Txt{
	background:url(../img/bg_index01.gif) left top no-repeat;
	width:198px;
	height:228px;
}
.eventBox02List{
	padding:17px 24px 0;
}
.eventBox02List li span{
	color:#ffcc00;
}
.eventBox02Img{
	width:220px;
	height:220px;
}
.eventBox02In01 .eventBox02Icon{
	position:absolute;
	left:99px;
	top:-21px;
}
.eventBox02In02 .eventBox02Icon{
	position:absolute;
	left:116px;
	top:-21px;
}



