/* CSS Document */

/* リンクに関するCSS */

body {
	background-image: url(../img/bg7.gif);
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {text-decoration: none;}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {text-decoration: none;}