@charset "utf-8";
/* CSS Document */
.iepngfix {  
behavior: expression(IEPNGFIX.fix(this));  
} 
#container div#header h2#eventinfo {
	display:block;
	width:261px;
	height:20px;
	background:url(../img/title_event.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:95px;
	left:444px;
} 
#container div#content h3#new{
	background:url(../img/infot_new.png) no-repeat;
	width:630px;
	height:29px;
	text-indent:-9999px;
	margin-bottom:15px;
}
* html #container #content h3#new{
	behavior:expression(IEPNGFIX.fix(this));
}


#container div#content h3#past{
	background:url(../img/infot_past.png) no-repeat;
	width:630px;
	height:29px;
	text-indent:-9999px;
	margin-bottom:20px;
	margin-top:30px;
}
* html #container #content h3#past{
	behavior:expression(IEPNGFIX.fix(this));
}

/* box1 */
#container #content div.box1{
	margin-bottom:10px;
	display:block;
	float:left;
}
#container #content .box1 div.left{
	float:left;
	width:200px;
}
#container #content .box1 div.left img.fl{
	border:solid 1px #999999;
	margin-bottom:30px;
}
#container #content .box1 div.right{
	margin-left:210px;
	width:405px;
	margin-bottom:20px;
	padding:0;
	text-align:justify;
	text-justify:
	inter-ideograph;
}
#container #content .box1 div.right p{
	display:block;
	color:#333333;
	font-size:12px;
	line-height:150%;
	margin-bottom:10px;
}
#container #content .box1 div.right p.txs{
	color:#333333;
	font-size:11px;
	line-height:130%;
}
#container #content .box1 div.right .guest_box{
	float:left;
	margin-top:15px;
	margin-bottom:10px;
	width:405px;
}
#container #content .box1 div.right .guest_box img{
	float:left;
	margin-right:25px;
	width:100px;
}
#container #content .box1 div.right .guest_box p{
	color:#333333;
	float:left;
	font-size:12px;
	line-height:150%;
	display:block;
	width:280px;
}
#container #content .box1 div.right .guest_box p span{
	font-weight:bold;
}


/* box2 */
#container #content div.box2{
	clear:both;
	
}
#container #content .box2 div.left{
	float:left;
	width:108px;
}
#container #content .box2 div.left img.fl{
	border:solid 1px #999999;
}
#container #content .box2 div.right{
	margin-left:125px;
	width:490px;
	padding:0;
	text-align:justify;
	text-justify:
	inter-ideograph;
}
#container #content .box2 div.right p{
	display:block;
	width:490px;
	color:#333333;
	font-size:12px;
	line-height:130%;
	margin-bottom:10px;
}
#container #content .box2 div.right p.txs{
	width:490px;
	color:#333333;
	font-size:11px;
	line-height:130%;
}

img.border{
	margin:20px auto;
	clear:both;
}

/* event list */
#container #content h4.event_title{
	clear:both;
	font-weight:bold;
	width:630px;
	font-size:14px;
	margin-bottom:5px;
}
#container #content p.e_day{
	color:#333333;
	font-size:12px;
	line-height:140%;
	margin-bottom:5px;
}
#container #content p.e_cont{
	color:#333333;
	font-size:12px;
	line-height:140%;
	margin-bottom:10px;
}

