@charset "utf-8";
body {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	background-color: #CF9;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 16px;
	text-decoration: underline;
	text-align: left;
}

h3 {
	font-size: 18px;
	color: #6C6;
	padding: 5px;
	border: thick double #6C6;
	text-align: left;
}
.navititle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
body table tr td p a {
	color: #FF6;
	background-color: #696;
}
body table tr td a {
	color: #FF9;
	background-color: #696;
}

a:visited {
	color: #E7FF99;
	text-decoration: none;
	background-color: #696;
	background-image: none;
}
a:hover {
	color: #696;
	text-decoration: none;
	background-color: #FF6;
}
