a {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #8C7C6A;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
	background-color: #DDDDDD;
}
body {
	background-color: #333333;
}
.honbun {
	background-attachment: fixed;
	background-image:  url(img/back.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
}