body {
	background-image: url("../images/e_daruma_bg.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

a:link {
	color:#0000ff;
}
a:active {
	color:#0000ff;
}
a:visited {
	color:#0000ff;
}
a {
	text-decoration: underline;
}
a:hover {
	color:#ff0000;
	text-decoration: underline;
}

