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





/***** イベント ***********************************************************************/
ul#eventList1 li {
	margin-right: 5px;
	padding-right: 5px;
	font-size: 1.2em;
	border-right: #cccccc 1px solid;
	float: left;
}


ul#eventList1 span {
	padding-left: 10px;
	background: url(../images/icon1.gif) 0 0.4em no-repeat;
}


/***** ID *****/
div#eventMonthFrame {
	height: 2em;
	position: relative;
}


ul#eventList1 {
	padding-left: 5px;
	border-left: #cccccc 1px solid;
	position: absolute;
	right: 0;
	top: 5px;
}


p#eventMonth {
	font-size: 1.7em;
	font-weight: bold;
	color: #0097e0;
	position: absolute;
	left: 0;
	top: 0;
}


/***** CLASS *****/
h3.eventCaption {
	font-size: 1.4em;
	font-weight: bold;
}


div.eventFrameTop {
	margin-top: 10px;
	padding-top: 10px;
	background: url(../images/drawn_line.gif) 0 0 repeat-x;
}


div.eventFrame {
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	background: url(../images/drawn_line.gif) 0 100% repeat-x;
}


p.eventP {
	margin-top: 0.2em;
	font-size: 1.3em;
}