/* header --------------------------------------- */
#common-header {
	background:url(common-header/common-header.png) repeat-x;
	width:100%;
	height:70px;
	padding:0;
	margin:0;
	_text-align:center;
	overflow:hidden;
	position:relative;
	z-index:10;
}
* html #common-header{	/* IE6 GIF */
	behavior: expression(IEPNGFIX.fix(this));

} 

#common-header ul {
	width:800px;
	height:70px;
	margin:0 auto;
	_margin:0;
}
#common-header ul li {
	float:left;
	display:block;
}
#sega {
	width:97px;
	padding:14px 0 0 0px;
}
#st {
	width:81px;
	padding:19px 0 0 520px;
}
#puyo {
	width:93px;
	padding:15px 0 0 6px;
}


/* IE6 png linkon ----------------- */
* html #common-header {
	padding:0;
	background:none;
}

* html #common-header #ie6header {
	width:100%;
	height:70px;
	z-index:1;

	background:url(common-header/common-header.png) repeat-x;
	behavior:expression(IEPNGFIX.fix(this));
}
* html #common-header ul {
	position:relative;
	top:-70px;
}

