@charset "EUC-JP";

/* 年月 */
div#dateZone {
	font-size: 130%;
	font-weight: bold;
	width: 100%;
	margin-bottom: 0.2em;
	padding: 0;
	text-align: center;
}
div#dateZone em {
	font-style: normal;
	text-decoration: none;
}

/* ページナビ */
div#naviZone {
	font-size: 14px;
	width: 98%;
	margin: 3px 0px;
	padding: 0;
	text-align: right;
}
div#naviZone select {
	background-color: #696969;
}

/* リストエリア */
div.contentZone ul {
	margin: 1em 0;
	list-style-type: none;
	display: block;
}

div.contentZone li {
	font-family:"ＭＳ ゴシック", Osaka;
	padding-left: 16px;
	margin-top: 1em;
	background-image: url("/images/te_a0002/dot1_ou.gif");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
div.contentZone li a:link, a:visited, a:active {
	text-decoration: underline;
}
div.contentZone li a:hover {
	text-decoration: none;
}

/* 段区切り */
div.clear {
	clear: both;
	margin-bottom: 2em;
}

