/* CSS Document */

/* contents */

#contents{
		width:760px;
		padding-top:20px;
		/* padding-bottom:20px; */
		margin-right:auto;
		margin-left:auto;
}


h1{
		font-size:0.9em;
		line-height:1.5;
		color:#993333;
		margin-bottom:20px;
		border-bottom:1px solid #9c7445;
		border-left:10px solid #c5989e;
		padding-left:10px;
}


p{
	font-size:0.9em;
	line-height:1.66;
	margin-bottom:20px;
}

	
/* eventList */

.eventList{
	font-size:0.9em;
	line-height:2;
	margin-bottom:250px;
	margin-left:30px;
}

.eventList li{
}	


/* eventGallery */

.eventGallery{
	clear:both;
	width:760px;
	margin-bottom:30px;
	overflow:auto;
}

.evImgR{
	float:right;
}

.evImgL{
	float:left;
}



	
	
	
	
	
	
	
	