@charset "utf-8";
/* CSS Document */
img {
    width: 100%;
    height: auto;
}
#intro{
	color:#FFF;
	width:90%;
	padding:5px;
	text-align:center;
	line-height:1.5em;
	margin: 0 auto;
}


#entList{
	width:90%;
	margin:12px auto;
}

#entList li{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align:center;
	background-color:#e4cc8f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e4cc8f),color-stop(50%, #8a5e0e), to(#e4cc8f));
	margin-bottom:5px;

}


#entList li a{
	display:block;
	color:#FFF;
	padding:10px 0;
	text-shadow:0 -1px #000;
	text-decoration:none;
	font-weight:bold;
}

#entList li:last-child a{
	font-weight:normal;
}

#bannerBox{
	text-align: center;
}


#copyright{
	background-color:#000;
	color:#FFF;
	font-size:9px;
	text-align:center;
	width:100%;
	padding:15px 0;
}
