body {
	color: #333;
}


a {
	text-decoration: none;
}

a:link {
	color:#33c;
}
a:hover {
	color:#e33;
	background-color: #efe;
}

/* サブメニュー */
.submenu {
	border: 1px solid #11bb44;
}
table.submenu tr td table tr td a:hover {
	background-color: #fff;
}

.contents {
	border: 1px solid #11bb44;
}

table.contents td {
	padding: 10px;
	font-size: 90%;
	line-height: 110%;
}

/* 更新履歴 */
div.update h3 {
	margin-top:0px;
	font-size:120%;
}
div.update ul {
	margin-bottom:2em;
}
div.update ul li {
	margin-left:-1em;
}
div.update p {
	font-size:90%;
}

/* フッタ */
div.footer h3 {
	margin-top:0px;
	margin-bottom:0.5em;
	font-size:130%;
}
div.footer h4 {
	font-size:110%;
	margin-bottom:0em;
}
div.footer p {
	margin-top:0.5em;
	font-size:90%;
	line-height:100%;
	padding-left:1em;
}
div.footer p.map {
	padding:0px;
}

div.pagefooter hr {
	text-align: center;
	width: 80%;
	border: 1px solid #009933;
}

/* ページナビ */

.returntopnavi {
	font-size: 80%;
	text-align: right;

}
.pagenavi {
	font-size: 80%;
	text-align: left;

}

/* */
div.subindex dd {
	margin-left: 3em;
	margin-bottom: 1em;
	font-size:80%;
}

/* メイン */

.contents2 {

	border: 1px solid #11bb44;
}

.contents2 p {
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 0.8em;
}
.contents2 hr {
	text-align: center;
	width: 85%;
	border: 1px dashed #339900;
}

.contents2 ul li {
	font-size: 85%;
}
.contents2 dl dt {
	font-size: 85%;
	font-weight: bold;


}
.contents2 dl dd {
	font-size: 85%;
}
.contents2 ol li {

	font-size: 85%;
}
