body {
	background: #edeef2 url(../img/bg.gif);
	background-repeat: repeat-x;
	font-family: '微軟正黑體', '微軟雅黑體', '新細明體';
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

#header {
	clear: both;
	height: 95px;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}

#title {
	color: #fff;
	float: left;
	font-size: 26px;
	font-weight: bold;
	padding: 30px;
	width: 400px;
}

#title_menu {
	background: url(../img/top_bg.png);
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 135px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 600px;
}

#menu {
	background: #03406A url(../img/bg_menu.png);
	clear: both;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 46px;
	line-height: 45px;
	position: static;
	z-index: 99;
}

#mneu ul {
	list-style: none;
}

#menu ul li{
	float: left;
	list-style-type: none;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #333;
	text-decoration: none;
}

.menudeco{
	width: 1px;
	height: 45px;
	background: #65A5D1;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .4) inset;
	line-height: 45px;
	margin-right: 35px;
	margin-left: 35px;
}

#content {
	background: #fff url(../img/content_bg.png);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	clear: both;
	color: #333;
	display: block;
	padding: 15px 25px 60px 25px;
	margin-right: 25px;
	margin-left: 25px;
}

#center {
	text-align: center;
}

.fadein {
	height: 326px;
	margin-bottom: 15px;
	position: relative;
	*width: 885px;
	_width: 885px;
}

.fadein img {
	border: 1px solid #0d4f7c;
	margin: 0px auto;
	*margin: 0px auto;
	_margin: 0px auto;
	position: absolute;
	top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
	vertical-align : middle;
}

#main {
	margin: 12px;
	text-align: center;
}

.first-letter {
	float: left;
	font-size: 32px;
	font-weight: bold;
	height: 45px;
	line-height: 1.7em;
	padding-right: 7px;
}

.article{
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	*padding-left: 23px;
	_padding-left: 23px;
	width: 885px;
}

#table_menu tbody tr td {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	text-align: center;
	width: 650px;
}

#content_header {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#content_header a{
	color: #666;
	text-decoration: none;
}

#content_header a:hover{
	color: #0d4f7c;
	text-decoration: none;
}

#content_menu {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	margin-right: 17px;
	width: 180px;
}

#content_article {
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8em;
	padding-right: 17px;
	width: 690px;
}

.article_title {
	color: #0B4C79;
	font-size: 17px;
	font-weight: bold;
	line-height: 2.3em;
}

#content_article img {
	padding-bottom: 10px;
}

#content_footer {
	clear: both;
	color: #fff;
	text-align: right;
}

.triangle {
	margin-top: 3px;
	vertical-align: middle;
}

#footer {
	clear: both;
	color: #0d4f7c;
	font-size: 12px;
	font-weight: bold;
	height: 60px;
	line-height: 1.7em;
	padding: 12px;
	text-align: center;
	width: 100%;
}

.item {
	width: 125px;
	height: 125px;
	border: 4px solid #0d4f7c;
	margin: 5px 10px 5px 0;
	overflow: hidden;
	position: relative;
	float: left;
}

.item .caption {
	width: 125px;
	height: 125px;
	background: #000;
	color: #fff;
	font-weight: bold;
	
	position: absolute;
	left: 0;
	display: none;
	
	filter: alpha(opacity=80);    /* ie  */
	-moz-opacity: 0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.item .caption a {
	text-decoration: none;
	color: #0cc7dd;
	font-size: 16px;	
	
	padding: 5px;
	display: block;
}

.item .caption p {
	padding: 5px;	
	margin: 0;
	font-size: 10px;
}

.item img {
	border: 0;
	position: absolute;
	left: 0px;
}

.clear {
	clear: both;
}

#table_photo img {
	margin-left: 7px;
	margin-right: 7px;
}