@charset 'utf-8';
#link-box
{
	width: 500px;
}

#link-box h2
{
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #937A1C;
	padding: 6px;
	line-height: 1.0;
}

#link-box .link-list
{
	border: 0 none;
}

.link-item th,
.link-item td
{
	border: 0 none;
	background-color: transparent;
	vertical-align: middle;
}

.link-item th
{
	text-align: right;
}

.link-item img
{
	vertical-align: middle;
	border: none;
}

#mikihouse a
{
	background-repeat: no-repeat;
	display: block;
	background-image: url(/img/link-banner/gogo-hover.png);
}

#mikihouse a:hover img
{
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}

