@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
a {
color:#990000;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:underline;
}

a.navi {
	color:#FFFFFF;
	text-decoration:none;
}
a.navi:hover {
	color:#000000;
	text-decoration:underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

