@charset "UTF-8";
/* CSS Document */

.titleBar {
	width: 100%;
	text-align: left;
	padding-top: 15px;
	margin-bottom: 5px;
	background: url("../img/titleBG.png") repeat-x left bottom;
	height: 40px;
}

.titleTxt {
	background: #FFFFFF;
	color: #0f73ac;  		  	/* 2024-04-18版面調整修改顏色*/
	font-size: 20px;
	font-weight: bold;
}

.subtitleBar {
	width: 100%;
	background: url("../img/subtitleBG.png") repeat-x left;
	height: 25px;
	margin-bottom: 10px;
}

.subtitleTxt {
	color: #0f73ac;  		  	/* 2024-04-18版面調整修改顏色*/
	font-size: 18px;
	font-weight: bold;
	background: #f0eeee;
	padding-right: 3px;
}

.navBarMenu ul li {
	list-style-type: none;
	color: aliceblue;
	display:inline;
}