#header{
	width:100%;
	height:40px;
	background:#3b3b3b;
	position:absolute;
	z-index:10;
	top:0;
	margin-top:-40px;
	overflow:hidden;
}

/*header共通設定*/
#header a{	
	text-decoration: none;
	outline:none;
	text-indent:-9999px;
	overflow:hidden;
}

/*left*/

#header .left{
	width:160px;
	height:40px;
	float:left;
	padding-left:16px;
}

#header .rejet{
	width:72px;
	height:40px;
	background:url(../img/header/rejet.gif) no-repeat;
	float:left;
}

#header .rejet a{
	display:block;
	width:72px;
	height:40px;
}

#header ._5pb{
	width:56px;
	height:40px;
	background:url(../img/header/5pb.gif) no-repeat;
	float:left;
}

#header ._5pb a{
	display:block;
	width:56px;
	height:40px;
}


/*right*/

#header .right{
	width:400px;
	height:16px;
	float:right;
	padding-right:12px;
	padding-top:12px;
}

#header .music{
	width:76px;
	height:16px;
	padding-left:16px;
	background:url(../img/header/line.gif) no-repeat;
	float:right;
	overflow:hidden;
}

#header .music a{
	cursor:pointer;
}

#header a.jp-pause{
	background:url(../img/header/on.gif) no-repeat;
	display:block;
	width:76px;
	height:16px;
}

#header a.jp-play{
	background:url(../img/header/off.gif) no-repeat;
	width:76px;
	height:16px;
	display:block;
}

#header .follow{
	width:72px;
	height:16px;
	padding:0 2px 0 7px;
	background:url(../img/header/line.gif) no-repeat;
	float:right;
}

#header .follow a{
	width:72px;
	height:16px;
	background:url(../img/header/follow.gif) no-repeat;
	display:block;
}

#header .share{
	width:37px;
	height:16px;
	padding-right:5px;
	background:url(../img/header/line.gif) no-repeat;
	float:right;
	overflow:hidden;
}

#header p.more{
	width:32px;
	height:16px;
	background:url(../img/header/share.gif) no-repeat;
	cursor:pointer;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:2px;
}

#header .share li{
	float:right;
}

#header li.facebook{
	display:block;
	width:16px;
	height:16px;
	float:right;
	background:url(../img/header/facebook.gif) no-repeat;
	padding-right:5px;
}

#header li.twitter{
	display:block;
	width:16px;
	height:16px;
	float:right;
	background:url(../img/header/twitter.gif) no-repeat;
	padding-right:10px;
}

#header li.mixi{
	display:block;
	width:18px;
	height:17px;
	float:right;
	background:url(../img/header/mixi.gif) no-repeat;
	padding-right:10px;
}

#header li.facebook a,
#header li.twitter a{
	display:block;
	width:16px;
	height:16px;
}

#header li.mixi a{
	display:block;
	width:18px;
	height:17px;
}


