
#page nav
{
	display: none;
}

#headerSP {
    background-color: #FEFC60;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
}
#headerSP a
{
	background: center center no-repeat transparent;
	background-image: url(../img/img/memnumark.png);

	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 10px;
}
#headerSP a.friends
{
	background-image: url(../img/img/memnumark.png);
}
#headerSP a.right
{
	left: auto;
	right: 10px;
}
#headerSP img {
    width: 80px;
    display: block;
    margin: 0 auto;
}
