
/***********************************************************/
/*commonHeaderÝè*****************************************/
/***********************************************************/


#commonHeader{
	/*width:800px;*/
	width:100%;
	background-image:url(../img/commonHeader_bg.jpg);
	background-repeat:repeat-x;
	height:46px;

	/*ie6*/
	_height:44px;
}

#commonHeader h1{

	font-size:10px;
	font-weight:normal;
	text-align: center;
	padding: 2px 0px 0px 0px;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:46px;
	
	/*ie6,7*/
	
}
#commonHeader ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}

#commonHeader ul.logo{
	margin:0px auto 0px auto;
	width:800px;


}

#commonHeader ul.logo li{
	padding:0px;
	margin:0px;
	float:left;
}

#commonHeader ul.logo li.lievo{
	padding-top:9px;
}



/*  pullDownBox  *******************/


.pullDownBox {
	visibility: hidden;
	position: absolute;
	z-index: 9999;

	/*¥FirerFox*/
	margin-top:0px;
	/*¥Ie6,7*/
	/margin-top:46px;
}

#commonHeader .gamelist{
	padding: 10px 10px 10px 10px;
	border:2px solid #222;
	background-color:#333;
	width:560px;

	/*¥FirerFox*/
	margin-left: -462px;

	/*¥Ie6,7*/
	/width:555px;
	/margin-left: -582px;
}

#commonHeader .gamelist dl{
	margin:0px;
	text-align:left;
}
#commonHeader .gamelist dt{
	clear:both;
	float:left;
	width:120px;

	margin:0px;

}

#commonHeader .gamelist dd{
        margin-left:120px;
	height:60px;
	padding-left:5px;
/*
	border:dotted #666;
	border-width:0px 0px 1px 0px;*/
}


#commonHeader .gamelist dd div.tit{
	font-weight:bold;
	font-size:14px;
	color:#FFFF33;
	padding-top:3px;
}



