@charset "utf-8";

#home #header #image {
	height: 450px;
}

#home h1 a {
	width: 700px;
	margin-left: 0;
}

#pickup {
	margin: 20px auto;
}


#pickup #lists {
	overflow: hidden;
}

#pickup #prev,
#pickup #lists,
#pickup li {
	float: left;
}

#pickup li {
	margin-right: 23px;
}

#pickup #prev {
	visibility: hidden;
}

#pickup #next {
	float: right;
}

#pickup #prev,
#pickup #prev a,
#pickup #next,
#pickup #next a {
	display: block;
	width: 47px;
	height: 47px;
}

#pickup #prev,
#pickup #next {
	margin-top: 52px;
}

#pickup #prev a {
	background: url('images/button_arrow_l.png') 0 0;
}

#pickup #prev a:hover,
#pickup #next a:hover {
	opacity: 0.7;
	filter: alpha( opacity=70 ); /*IE6,7*/
	-ms-filter: "alpha( opacity=70 )"; /*IE8*/
}

#pickup #next a {
	background: url('images/button_arrow_r.png') 0 0;
}

#pickup #lists {
	width: 990px;
	height: 150px;
	margin-left: 8px;
	position: relative;
}

#pickup #lists ul {
	height: 157px;
	position: absolute;
	top: 0;
	left: 0;
}

#pickup #lists ul li a img {
	height: 150px;
	width: 230px;
}

#home #contents #main h2 {
	background: url('images/h2_home_news.png') no-repeat;
	text-indent: -9999px;
}

#home #contents #main #newsHome li {
	margin: 20px 0 0 50px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #1253a4;
}

#home #contents #main #newsHome li .newsDate {
	width: 105px;
	float: left;
	font-weight: bold;
}

#home #contents #main #newsHome li .newsNote {
	margin-left: 110px;
}

#home #contents #main #newsHome li .newsNote h3 {
	padding-left: 95px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 10px;
}

#home #contents #main #newsHome li.iInfomation .newsNote h3 {
	background: url('images/icon_infomation.png') no-repeat;
}

#home #contents #main #newsHome li.iSchool .newsNote h3 {
	background: url('images/icon_school.png') no-repeat;
}

#home #contents #main #newsHome li.iEvent .newsNote h3 {
	background: url('images/icon_event.png') no-repeat;
}

#home #contents #main #newsHome li.iInfomation .newsNote .newsExp {
	font-size: 95%;
}

#home #contents #main #newsHome a#toInfoList {
	width: 180px;
	height: 34px;
	float: right;
	display: block;
	background: url('images/button_toNewsList.png') no-repeat;
	text-indent: -9999px;
	margin: 50px 0 0 0;
}

#home #contents #main #newsHome a#toInfoList:hover {
	background-position: 0 -34px;
}



