/* セット */

@charset "UTF-8";

div.billboard {
	height: 230px;
	width: 660px;
	display: block;
	background: url(../images/billboard.png) 0 -1150px;
	margin-bottom: 10px;
}

div.billboard p {
	text-indent: -9999px;
}

#content a {
	border: 5px solid #fffeff;
	display: table;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content a:hover {
	border: 5px solid #754C24;
	display: table;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}