@charset "shift_jis";
/* CSS Document */

* {
	list-style:none;
	}

#free * {
	margin:0px;
	padding:0px;
	text-align:center;
	}
	
#free {
	width:750px;
	margin:0 auto;
	text-align:center;
	}
	
#free img {
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	}

#free a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


#free ul {
	width:750px;
	}
	
#free ul li {
	float:left;
	list-style:none;
	}