@charset "EUC-JP";

/* JugemHeader 2010.04.15 */

/*----------------------------------------
	Css Sprite
----------------------------------------*/

div#JugemHeader {
	z-index:10;
	width:100%;
	min-width:950px;
	height:34px;
	background:#ebebeb url("/common/img/jugemheader/bg.gif") repeat-x;
	/*
	IE6 bg fixed 
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0)); 
	*/
}

hr#JugemHeaderHR {
	display:none;
}

/*----------------------------------------
	JUGEM Header
----------------------------------------*/

dl.JugemList {
	position:relative;
	float:left;
	line-height:1.0;
}
	
	dl.JugemList dt {
		position:absolute;
		top:7px; left:6px;
	}

	dl.JugemList dd  {
		width:500px;
		padding:10px 0 0 82px;
	}
	
	dl.JugemList dd ul,
	dl.JugemList dd ul li {
		display:inline;
		font-size:11px !important;
		padding-right:7px;
		vertical-align:middle;
	}
	
	dl.JugemList dd ul li.JugemListText {
		padding-right:4px;
		font-size:10px;
	}
	
	
	dl.JugemList dd ul li img {
		vertical-align:middle;
	}
	
	dl.JugemList dd ul li a { color:#333; text-decoration:none; }
	dl.JugemList dd ul li a:hover { color:#da3e00; text-decoration:none; }
	
dl.PaperboyList {
	float:right;
	padding:0 8px 0;
}

	dl.PaperboyList dt {
		display:none;
	}

p#PaperboyNews {
	float:right;
	height:20px;
	padding:9px 0 0 32px;
	margin:0;
	font-size:11px;
	background:url("/common/img/jugemheader/icon_new.gif") no-repeat;
	background-position:0 12px;
}

	p#PaperboyNews span {
		display:none;
	}

	p#PaperboyNews a { color:#333; text-decoration:underline; }
	p#PaperboyNews a:hover { color:#da3e00; text-decoration:none; }

/*----------------------------------------
	Float Clearfix
----------------------------------------*/

.clearfix,
div#JugemHeader {
	zoom:1;/*for IE 5.5-7*/
}

.clearfix:after,
div#JugemHeader:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


