#PageTitle {
	margin: 12px 0 0 0;
	width: 720px;
	border-bottom: 1px solid #a6a6a6;
}



#NewEvent {
	margin: 22px 0 0 0;
	width: 720px;
	background: #eaeaea url(images/new-event.gif) no-repeat left top;
}

#NewEvent ul {
	padding: 40px 25px 20px 25px;
	line-height: 2.5;
	list-style: none;
}

#NewEvent ul li {
	border-bottom: 1px dashed #c7c7c7;
}

#NewEvent ul li a {
	color: #515151;
	text-decoration: none;
}

#Koumuten {
	margin: 20px 0 0 453px;
}

#Koumuten a {
	padding-top: 33px;
	height: 0;
	display: block;
	overflow: hidden;
	color: #fff;
	background: url(images/koumuten.gif) no-repeat;
}

* html #Koumuten a {
	height: 33px;
}

.Entry {
	margin: 40px 0 0 0;
	width: 720px;
}

.Entry .Head {
	padding: 0 0 6px 0;
	border-bottom: 1px solid #e0e0e0;
}

.Title {
	padding: 10px 0 0 0;
	font-size: 140%;
	font-weight: bold;
	float: left;
}

.Date {
	padding: 8px 0 0 0;
	color: #666;
	font-size: 120%;
	text-align: right;
}

.Text {
	margin: 15px 0;
	line-height: 2;
}