@charset "utf-8";
/*=======================================================
	PHANTASY STAR UNIVERSE
	「PSU2周年記念 サンクスフェスタ」特設サイト
---------------------------------------------------------
	description:
	edit: 2008/07/29
	update:
=======================================================*/

#list{
	background: url(../../../image/headding/h3_contest_list.gif) no-repeat;
}

.pageList{
	width: 220px;
	margin: 15px auto;
	zoom: 1;
	
}

.pageList:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.pageList li{
	display: inline;
	float: left;
	width: 10px;
	margin-right: 15px;
}

.pageList li.firstChild{
	width: 45px;
}

.pageList li.lastChild{
	width: 45px;
}


#contestList01Page .pageList .base a{
	font-weight: bold;
	color: #ff0000;
}

#contestList02Page .pageList .base a{
	font-weight: bold;
	color: #ff0000;
}

#contestList03Page .pageList .base a{
	font-weight: bold;
	color: #ff0000;
}

#contestList04Page .pageList .base a{
	font-weight: bold;
	color: #ff0000;
}


#contestList01Page #contents .pageList li.firstChild{
	padding-left: 20px;
	width: 25px;
	color: #999;
	background: url(../image/arrow_prev_close.gif) no-repeat left 3px;
}

#contents .pageList li.firstChild a{
	display: block;
	padding-left: 20px;
	background: url(../image/arrow_prev_on.gif) no-repeat left 3px;
}

#contents .pageList li.lastChild{
	margin-right: 0;
}


#contestList04Page #contents .pageList li.lastChild{
	margin-right: 0;
	width: 25px;
	padding-right: 20px;
	color:#999;
	background: url(../image/arrow_next_close.gif) no-repeat right 3px;
}

#contents .pageList li.lastChild a{
	display: block;
	padding-right: 20px;
	background: url(../image/arrow_next_on.gif) no-repeat right 3px;
}

#illustList{
	width: 660px;
	margin: 0 auto;
	zoom: 1;
}

#illustList:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#illustList li{
	float: left;
	width: 110px;
	height: 100px;
	margin-bottom: 8px;
}

#illustList li a{
	display: block;
	width: 100px;
	height: 100px;
	border: #eee solid 1px;
}

#illustList li a:hover{
	border: #ff0000 solid 1px;
}


