@charset "utf-8";
.contents {
	font-family: verdana;
	font-size: 11px;
	line-height: 160%;
}
.contact {
	font-family: verdana;
	font-size: 11px;
	line-height: 160%;
	color:#00C;
	font-weight: bold;
	text-decoration: none;
}

.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	line-height: 160%;
	font-weight: bold;
	color: #006;
}
.index {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}

A:link {
	text-decoration: color:#00C; underline;
}
A:visited {text-decoration: color: #00C}
A:active {text-decoration: color: #00C}
A:hover {
	text-decoration: underline;
	color: #000;
}

