@charset "utf-8";

#indexHead {
	background: url(../images/index_head_bg.jpg) no-repeat;
	height: 577px;
	position: relative;
	overflow: hidden;
	margin: 0px;
}
#indexHead #banner{
	position: absolute;
	left: 338px;
	top: 15px;
}
#indexHead h1 {
	text-indent: -9999px;
}
#indexHead p {
}
#indexHead p a {
	display: block;
	width: 335px;
	height: 330px;
	text-indent: -9999px;
}
#indexWrap {
}
#indexWrap ul {

}
#indexWrap li {
	float: left;
}
#indexPickup {
	padding: 20px 0px 0px;
}
#indexPickup ul {
	padding: 20px;
	width: 760px;
}
#indexPickup table {
	width: 760px;
	margin: 0px auto;
}
#indexPickup table td {
	padding: 10px;
	width: 50%;
	text-align: center;
}
#indexPickup table img {
	text-align: center;
	margin: 0px 0px 5px;
}
#indexPickup table p {
	text-align: left;
	color: #333;
}

#indexPickup li {
	display: block;
	padding: 0px 10px;
	width: 360px;
	float: left;
	text-align: center;
	margin: 0px 0px 10px;
}
#indexPickup li img {
	margin: 0px 0px 5px;
}
#indexPickup li p {
	text-align: left;
	width: 360px;
	color: #222;
}
#indexPickupTbl {
	padding-top: 10px;
}
#indexPickupTbl h3 {
	color: #000;
	line-height: 20px;
	border-bottom: 1px solid #000;
	margin: 0px auto 10px;
	width: 760px;
	text-align: center;
	font-weight: bold;
	background: #CCC;
}
#indexPickupTbl table {
	margin: 0px auto 10px;
	width: 760px;
}
#indexPickupTbl td {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0px 0px 3px;
	width: 25%;
	text-align: center;
}
#indexPickupTbl td a {
	color: #06C;
}

