@charset "shift-jis";
/* CSS Document */


* {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom;
}

#noro {
	width:750px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	line-height:100%;
	color:#000000;
	overflow:hidden;
	padding-bottom:5px;
}

#noro li{
	list-style:none;
}
#noro li{
	float:left;
	overflow:hidden;
}
#noro a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	background: #fff;
}
