@charset "utf-8";
/* CSS Document */

td {
	font-size: 10px;
}
:link {color:#333333; text-decoration:none;}
:visited {color:#333333; text-decoration:none;}
a:hover {color:#999999; text-decoration:none;}
a:active  { color: white }

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.brand_box {
	width:180px;
	height:45px;
	background-image:url(brand_waku1.gif);
	background-repeat:no-repeat;
	margin: 0px;
	}
	
.brand_img {
	width:84px;
	height:42px;
	border:0;
	margin:1px 8px 1px 5px;
	vertical-align: -16px;
	}

.brand_txt {
	text-align:center;
	margin-bottom: 5px;
	}