@charset "UTF-8";
body {
	font-size: small;
	line-height: 16px;
	background-color: #FFF;
	margin: 0px;
}
h1 {
	font-size: 14px;
	color: #F90;
	padding: 5px;
	border: thick double #F90;
	text-align: center;
}
h2 {
	font-size: 12px;
	padding: 5px;
	color: #F00;
	border: medium dashed #F00;
	text-align: center;
}
.navititle {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	text-align: center;
}
.comment {
	font-size: 14px;
	background-color: #FFF;
	padding: 5px;
	border: 1px dotted #F90;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F60;
}
