﻿/* イベント情報
------------------------------------------------ */
.evframe{
	width: 580px;
	margin-bottom: 10px;
}
.evframe_bg01{
	background:url(../event/image/evframe_t.gif) no-repeat top;
	padding-top: 12px;
	width: 580px;
}
.evframe_bg02{
	background:url(../event/image/evframe_c.gif) repeat-y top;
	width: 580px;
	coror: #fff;
}
.evframe_bg02 .title01{
	margin: 10px 0;
	border-bottom:1px dashed #666;
}
.evframe_bg02 .title02{
	font-size:14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 5px 0 5px 6px;
	border-left:6px solid #FFCC66;
}
.evframe_bg02 .ct{
	width:560px;
	margin:0 auto;
}
.evframe_bg02 .ctl{
	width:350px;
	float:left;
}
.evframe_bg02 .ctr{
	width:200px;
	float:right;
}
.evframe_bg03{
	background:url(../event/image/evframe_b.gif) no-repeat bottom;
	padding-bottom: 12px;
	width: 580px;
}
.evtitle{
	font-size:12px;
	font-weight: bold;
	color:#000099;
}

#evt_list{
	margin-top:10px;
}
#evt_list li{
	width:570px;
	margin-bottom:5px;
}
#evt_list li .day{
	width:80px;
	text-align:right;
	color:#FF0000;
	float:left;
}
#evt_list li .text{
	width:480px;
	float:right;
}