@charset "utf-8";

/*--------------------------------------------
 PHANTASY STAR 20th イベント
 イラストコンテスト 応募作品一覧
----------------------------------------------
 update：2007/12/26
---------------------------------------------*/


body#indexPage h2{
	background: url(../image/h2.jpg) no-repeat;
}

/*--------------------------------------------
 h3
---------------------------------------------*/
h3.grandprix {
	background: url(../image/h3_01.gif) no-repeat;
}

/*--------------------------------------------
 ハル
---------------------------------------------*/
.halBox {
	width: 660px;
	margin: 0 auto 0 auto;
	padding: 0 0 1px 0;
	background: url(../image/background_hal.gif) no-repeat top center;
}
.halBoxBottom {
	width: 660px;
	height: 10px;
	margin: 0 auto 18px auto;
	background: url(../image/background_hal_bottom.gif) no-repeat;
}
.halBox p {
	margin: 0px 10px 8px 15px;
}
.halBox p.first {
	padding-top: 15px;
}

/*--------------------------------------------
 ページリスト
---------------------------------------------*/
.pageList {
	width: 180px;
	margin: 0 auto 12px auto;
}
.pageList li {
	float: left;
	width: 16px;
	height: 13px;
	padding: 0 2px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
.pageList li a {
	display: block;
	width: 16px;
	height: 13px;
	font-weight: 100;
	color:#0000FF;
}
.pageList li.pnaviPrev {
	width: 45px;
	padding: 0 5px 0 0;
	background: url(../image/prev.gif) no-repeat 0 0;
	text-align: right;
	font-weight: 100;
	color:#000000;
}
.pageList li.pnaviNext {
	width: 45px;
	padding: 0 0 0 5px;
	background: url(../image/next.gif) no-repeat right 0;
	text-align: left;
	font-weight: 100;
	color:#000000;
}
.pageList li.pnaviPrev a,
.pageList li.pnaviNext a {
	display: block;
	width: 45px;
	height: 13px;
	color:#0000FF;
}

/*--------------------------------------------
 作品リスト
---------------------------------------------*/
.illustList {
	width: 672px;
	margin: 0 auto 12px auto;
}
.illustList li {
	float: left;
	width: 102px;
	height: 102px;
	padding: 5px;
}
.illustList li a img {
	border: 1px #7ea2a0 solid;
}
.illustList li a:hover img {
	border: 1px #FF6600 solid;
}


.javaCaution {
	color:#006699;
	text-align: center;
}

