#main {
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
table#contents {
	width: 870px;
}
#contents .navi {
	background-image: url(images/midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 76px;
}

a {
	color: #CE0299;
	text-decoration: none;
}

table#sample img {
	padding: 1px;
	display: block;
	background-color: #CCCCCC;
	border: 1px solid #EEEEEE;
}
table#sample a {
	padding: 2px;
	display: block;
	background-color: #E4E4E4;
}
table#sample a:hover {
	padding: 2px;
	display: block;
	background-color: #CE0299;
}
