/*--イベントのタイトル--*/
.eventTitle {
	font-size: 14px;
	font-weight: bold;
	padding-left: 9px;
	border-left: 10px solid #97834D;
	height: 16px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 6px;
	color: #97834D;
}
#event h4 {
	font-size: 16px;
	font-weight: bold;
	color: #4163D6;
	background-image: url(img/tit_back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	margin-bottom: 20px;
}
.eventTable {
	height: auto;
	width: 521px;
	margin-left: 10px;
}
.eventLink {
	color:#4164D6;
	font-weight: bold;
}
/*-点線--*/
#event .rightflame01 hr {
	border-top: 1px dotted #CCCCCC;
	color: #FFFFFF;
	margin-left: 10px;
}
/*--日付アーカイブ--*/
#archive {
	height: auto;
	width: 531px;
	margin-bottom: 20px;
	margin-left: 20px;
}

