@charset "utf-8";

/*--------------------------------------------
 PHANTASY STAR 20th イベント
 イラストコンテスト汎用クラス
----------------------------------------------
 update：2007/11/06
---------------------------------------------*/

#contents {
	position: relative;
	overflow: visible;
}

#illustNavi {
	position: absolute;
	width: 348px;
	left: 400px;
	top: -44px;
	z-index: 10000;
	
	overflow: hidden;
}
body #illustNavi:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
/*\*/
* html body #illustNavi{
	height: 1em;
	overflow: visible;
}
/**/



#illustNavi li {
	float: left;
	display: block;
	width: 87px;
	height: 27px;
}
#illustNavi li a {
	display: block;
	width: 87px;
	height: 27px;
	
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
#illustNavi li#naviOutline a{
	background: url(../image/common/navi_outline.gif) no-repeat;
}
#illustNavi li#naviAward {
	background: url(../image/common/navi_award.gif) no-repeat;	
}
#illustNavi li#naviList {
	background: url(../image/common/navi_list.gif) no-repeat;	
}
#illustNavi li#naviReport {
	background: url(../image/common/navi_report.gif) no-repeat;	
}


