@charset "utf-8";
#ttl_info_h4 {
	display: block;
	width: 350px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../image/info/ttl/ttl_info_h4.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
}
#ttl_news_h4 {
	display: block;
	width: 189px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../image/news/ttl/ttl_news_h4.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
}
#ttl_event_h4 {
	font-weight:bold;
	margin-bottom:20px;
	font-size: 32px;
}
#ttl_event02_h4 {
	display: block;
	width: 155px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../image/info/ttl/ttl_info02_h4.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:20px;
}

.news dl {
    line-height:170%;
}
.news dt{
	padding:3px 0 5px 30px;
}

.news dd {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding:0 0 10px 30px;
}
.news dd:last-child{
margin-bottom: 0px;
border:none;
}
