@charset "UTF-8";
#masonry {
	margin: 0 auto;
	width: 100%;
	overflow: auto;
	margin-top: 95px;
	background-image: url(../images/top_back.png);
	height: 620px;
}
.grid {
	margin-right: 25px;
	margin-bottom: 25px;
	border: solid 1px #483021;
	padding: 0px;
	float: left;
}
.grid:hover {
	border: solid 1px #a6c00c;
}
.top-1 {
	background: url(../images/top_seihon_over.png) no-repeat;
}
.top-1 a {
	display: inline-block;
}
.top-1 a:hover {
	background-color: transparent; /* IE6対応 */
}
.top-1 a:hover img {
	visibility: hidden;
}
.top-2 {
	background: url(../images/top_jihishuppan_over.png) no-repeat;
}
.top-2 a {
	display: inline-block;
}
.top-2 a:hover {
	background-color: transparent; /* IE6対応 */
}
.top-2 a:hover img {
	visibility: hidden;
}
.grid.top-2:hover,
.grid.top-3:hover {
	border: solid 1px #5fb4dc;
}
.top-3 {
	background: url(../images/top_catalog_over.png) no-repeat;
}
.top-3 a {
	display: inline-block;
}
.top-3 a:hover {
	background-color: transparent; /* IE6対応 */
}
.top-3 a:hover img {
	visibility: hidden;
}
.grid.top-7 {
	height: 100px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 0px;
	float: left;
}
.grid.top-7:hover {
	border: solid 1px #5fb4dc;
}

.top-7 {
	background: url(../images/top_onde_over.png) no-repeat;
}
.top-7 a {
	display: inline-block;
}
.top-7 a:hover {
	background-color: transparent; /* IE6対応 */
}
.top-7 a:hover img {
	visibility: hidden;
}
.top-4 {
	background: url(../images/top_info_over.png) no-repeat;
}
.top-4 a {
	display: inline-block;
}
.top-4 a:hover {
	background-color: transparent; /* IE6対応 */
}
.top-4 a:hover img {
	visibility: hidden;
}
.top-5 {
	background: url(../images/top_greeting_over.png) no-repeat;
}
.top-5 a {
	display: inline-block;
}
.top-5 a:hover {
	background-color: transparent; /* IE6対応 */
}
.top-5 a:hover img {
	visibility: hidden;
}
.top-6 {
	background: url(../images/top_rectuit_over.png) no-repeat;
}
.top-6 a {
	display: inline-block;
}
.top-6 a:hover {
	background-color: transparent; /* IE6対応 */
}
.top-6 a:hover img {
	visibility: hidden;
}
#footer {
	margin-top: 30px;
}
