@charset "UTF-8";
/* CSS Document */
#main_eventbox{
margin:0 auto;
width:850px;
background-position:0 100%;
}


.event_box{
margin-top:20px;
padding:0;
float:left;
width:850px;
}

.event_info_box{
padding:0;
float:left;
width:850px;
height:30px;
margin-top:10px;
}

#eventinfo{
	width:130px;
	height:30px;
	float:left;
	font-size:18px;
	font-weight:600;
	color:#CC0000;

}

#content_sub_box{
margin-bottom:20px;
padding:0;
height:100px;
width:850px;
background-color:#00FFCC;
}

#event_top_border{
height:30px;
width:720px;
float:right;
background-image: url(../../img/lineimg.png);
background-repeat:repeat-x;
}

#event_border{
height:20px;
width:850px;
float:right;
background-image: url(../../img/lineimg.png);
background-repeat:repeat-x;
}

.event_text_box{
float:left;
margin-top:10px;
width:850px;
margin-bottom:15px;
}

.event_logo{
float:left;
width:200px;
}

.event_title{
float:left;
height:30px;
width:800px;
font-size:18px;
margin-left:20px;
}

.event_time{
float:left;
height:30px;
width:800px;
font-size:15px;
margin-left:20px;
}

.event_text{
margin-left:20px;
float:right;
width:630px;
font-size:12px;

}

