﻿@charset "utf-8";

h2 img {
	display: block;
}
.TheContents ul {
	padding: 0px;
	margin: 0px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #808080;
}
.TheContents ul li {
	padding: 6px 0px;
	margin: 0px;
	background-position: 5px 10px;
	list-style-type: none;
	height: 18px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	line-height: 18px;
	background-image: url('../images/PinkArrow.gif');
	background-repeat: no-repeat;
	text-indent: 18px;
	
}
