@charset "utf-8";
/* CSS Document */

.btn_header:link {
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	color: #001f90;
	text-decoration: none;
}

.btn_header:visited {
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	color: #001f90;
	text-decoration: none;
}

.btn_header:hover {
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	color: #0202d2;
}

.btn_header:active {
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	color: #0202d2;
}

.test_in {
	font-family: "細明體";
	font-size: 12px;
	color: #000000;
}
.test_loca {
	font-family: "細明體";
	font-size: 15px;
	font-weight: bold;
	color: #595858;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
.btn_sub_bg {
	background-image: url(../images/sub_btn/btn_bg.gif);
	font-family: "細明體";
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	text-align: center;
}
.btn_sub_bg:hover {
	background-image: url(../images/sub_btn/btn_bg.gif);
	font-family: "細明體";
	font-size: 16px;
	font-weight: bold;
	color: #0074fe;
	text-align: center;
}

.bg_school_logo{
	background-image: url(../images/logo/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.menu {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;	
	text-align:center;
	background-color: #000080;
}

.menu a{
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	color:white;
	text-decoration: none;
}

.menu a:hover{
	color:white;
	text-decoration: none;
}

.menu_over {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;	
	text-align:center;
	background-color:#262693;
}

.menu_over a{
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	color:white;
	text-decoration: none;
}

.menu_over a:hover{
	color:white;
	text-decoration: none;
}

#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 13px Times New Roman;
	line-height:22px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #262693;
}

.subtitle {
	color:#595858;
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}

.year_selection_box {
	border: 1px solid #7F9DB9;
	z-index:-1;
}

td{
	font-family: "細明體";
	font-size: 14px;
	color: black;
}

.photo_album_title{
	font-family: "細明體";
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}

.photo_album_content{
	font-family: "細明體";
	font-size: 14px;
	color: #000080;
}

.photo_album_list_desc {
	font-family: "細明體";
	font-size: 12px;
	color: black;
}

.photo_album_list_desc a:link{
	font-family: "細明體";
	font-size: 12px;
	color: black;
	text-decoration:none;
}

.photo_album_list_desc a:visited{
	font-family: "細明體";
	font-size: 12px;
	color: black;
	text-decoration:none;
}

.photo_album_list_desc a:hover{
	font-family: "細明體";
	font-size: 12px;
	color: black;
	text-decoration:underline;
}

.photo_album_date{
	font-family: "細明體";
	font-size: 11px;
	color: black;
}