a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ---------------------------------------- イエロー */
a.button1:link {
	color: #ffffff;
	background: #F90;
}
a.button1:visited {
	color: #ffffff;
	background: #F90;
}
a.button1:hover {
	color: #ff0000;
	background: #FC0;
}

/* ---------------------------------------- グレー */
a.button2:link {
	color: #666;
	background: #CCC;
	padding: 5;
}
a.button2:visited {
	color: #666;
	background: #CCC;
}
a.button2:hover {
	color: #666;
	background: #eee;
}


#menu ul li a {
	display: block;
	padding: 5;
	width: 160;
	height: 30;
	*width: 170;
	*height: 40;
	font-weight: bold;
}


#menu ul li {
	margin: 0;
	font-size: 75%;
	line-height: 1.4;
	border-bottom: 1px solid #FFF;
	text-align: left;
}