@charset "utf-8";	
/* 載入 */

/*-----index-----*/
.wrapper_index {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 515px;
	margin-bottom: 18px;
}
.wrapper_index h1 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	text-indent: -9999px;
	height: 163px;
	width: 584px;
	margin:0 auto;
	padding-bottom:215px;
}
.wrapper_index p {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	text-shadow: 1px 1px #438cb9;
	text-align: center;
    padding-top: 14px;
}


/*-----year-----*/
.year {
	background-color: #50bfdb;
	height: 38px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:8px;
}
.year li {
	float: left;
	border-right:1px solid #FFF;
	padding:0 20px;
	line-height:14px;
	margin:13px 0;
}
.year li a {
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.year li a:hover {
	color:#ffe068;
}
.year li a.focus {
	color:#ffe068;
	background-image:url(../images/history_year_icon.png);
	background-repeat: no-repeat;
	background-position: center 26px;
	padding-bottom: 17px;
}
