@charset "utf-8";
body {
	font-size: 10px;
	line-height: 16px;
	background-color: #FFFFCC;
	margin: 0px;
}
h1 {
	font-size: 17px;
	color: #000099;
	padding: 5px;
	border: thick double #6666FF;
	font-family: "HGP明朝B";
}
h2 {
	font-size: 12px;
	background-color: #FF9900;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
}
.navititle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
	line-height: 20px;
}
.comment {
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #FF9900;
}
.noborer {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.list {
	font-size: 10px;
	line-height: 15px;
	background-color: #CCCCFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-type: square;
	color: #CCCCFF;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
a:link {
	color: #3300CC;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #9999FF;
	text-decoration: none;
	background-color: #FFFFCC;
}
