#header{
	height: 220px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1,#header h2,#header p {
	display: none;
}

#header ul {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#header ul li a {
	display:block;
	height: 23px;
	width: 80px;
	overflow:hidden;
	background-position: center center;
}
.mm01 {
	background-image: url(../img/common/mm01.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 80px;
	float: left;
	margin-right: 10px;
	background-position: center center;
}
.mm02 {
	background-image: url(../img/common/mm02.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 80px;
	float: left;
	background-position: center center;
}
.mm01 a:hover {
	background-image: url(../img/common/mm01r.jpg);
}
.mm02 a:hover {
	background-image: url(../img/common/mm02r.jpg);
}

