@charset "utf-8";

*{
	margin:0;
	padding:0;
}

img {
border:0 none;
vertical-align:bottom;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul li{
	width:180px;
	height:70px;
	margin-top:9px;
	border:solid 1px #a4a5a5;

}

ul li:first-child{ margin-top:0; }

