@charset "UTF-8";

h2#news_header em {
	position: relative;
	z-index: -1;
}
#topimg {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 130px;
}
#info_head {
	margin: 0px;
	padding: 0px;
}
#info_body {
	padding: 0px;
	margin-bottom: 20px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-top: 0px;
	clear: both;
}
#info_body ul {
	margin-left: 0.5em;
}
#info_body ul li {
	background-image: url(../image/point.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px 0 0.5em;
	padding: 6px 0px 5px 12px;
}
#info_body ul li + li {
	background-image: url(../image/point.gif);
	background-position: left 10px;
	padding-left: 12px;
	background-repeat: no-repeat;
	list-style: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
