﻿@charset "utf-8";

h2.ContentsTitle {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.TheContents ul {
	border-top: 1px dotted #4e281e;
}
.NewsList,.NewsList li {
	padding: 0px;
	margin: 0px;
}
.NewsList li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #4e281e;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	list-style-type: none;
	font-size: 1.1em;
	height: 17px;
}
.NewsList li span {
	width: 135px;
	display: inline-block;
	background-image: url('/module/images/PinkArrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
}
