@charset "utf-8";
/*----------------------------------------

tmpTop.css

----------------------------------------*/



#wrapper #contents #main .topmenu {
	width:570px;
	margin:0 0 0 -10px;
}
#wrapper #contents #main .topmenu ul {}
#wrapper #contents #main .topmenu ul li {
	display:block;
	float:left;
	width:275px;
	height:100px;
	padding:0 0 10px 10px;
}
#wrapper #contents #main .topmenu ul li a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}




/*clearfix
----------------------------------------*/
.topmenu {
	_height:1px;
	min-height:1px;
}
.topmenu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
