@charset "utf-8";
/* CSS Document */


#eventschedule {
	width:650px;
	color:#333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

#eventschedule table{
margin:0;
padding:0;
}


#eventschedule .glaph{
width:650px;
margin-top:10px;
padding:0;
border-collapse:collapse;
}

#eventschedule .date{
width:30%;
padding:8px 12px;
border:1px solid #999;
background-color:#eff0f4;
}

#eventschedule .event{
line-height:130%;
width:70%;
padding:8px 12px;
border:1px solid #999;
text-align:left;
}

p{
	padding-bottom:20px;
}
#eventschedule .color_red {
	color: #FF0000;
	padding-top: 10px;
	text-align: left;
}

#eventschedule .year-month {
	clear:both;
	margin:12px 0 12px 0;
	background-image:url(../_image/eventschedule/eventschedule_h3.gif);
	background-position:0 bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#12559E;
	text-indent:22px;
	height:35px;
	font-size:16px;
	text-align:left;
}

