/* =reset & global
============================================================================ */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: none;
}

html { font: normal 75% "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Arial, sans-serif;	}

a, a:visited { text-decoration: none; }	
ol, ul { list-style: none; }
legend { display: none; }

/* =main
============================================================================ */

ul {
	background-color: #ffc;
	border: 5px solid #f77;
	padding: 3px;
	margin-top: 100px;
}

ul li {
	line-height: 1.5em;
}

ul a {
	background: #f77 url(../bg.png) repeat-x 0 100%;
	color: #fff;
	padding: 4px 6px;
	border-right: 2px solid #d00;
}

ul a:hover {
	background-image: none;
}
