@charset "utf-8";
/* CSS Document */

.boxLink {
}
.hover {
	cursor: pointer;
}

.boxLink2 {
	background: #ffffff;
}
.hover2 {
	background: #f5f5f5;
	cursor: pointer;
}
.hover2 a:link, .hover2 a:visited {
	text-decoration: underline;
}