﻿body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	background-color: white;
}
img
{
	border: 0px;
}
.size
{
	width: 950px;
	margin: 0px auto;
}
  
.topline
{

    top: 0px;
    left: 10px;
    width: 100%;
    height:130px;
    background-color:gray;
}

/* header */
.header
{

	overflow: hidden;
	background-color: White;
}
.tnav
{
	height: 39px;
	overflow: hidden;
	background-image: url('image/tn.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;
	width: 750px;
	position: relative;
    top: 18px;
    left: 0px;
}
.tnavm ul
{
	margin: 0px;
	padding: 0px;
}
.tnavm li
{
	float: left;
	padding: 0 0px 0 0px;
	min-width: 150px;
	line-height: 44px;
	text-align: center;
	color: white;
	font-family: Arial;
	background-image: url(image/tnl.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
}
.tnavm a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	width: 150px;
	height: 100%;
}
.tnavm a:hover, .tnavm a:active
{
	background: url(image/tnh.jpg) repeat-x;
}

.tnleft
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.tnright
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.logo
{
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	width: 175px
}
.hright
{
	float: left;
	width: 750px;
	overflow: hidden;
    height: 62px;
    margin-top: 0px;
}

/* content */
.content
{
	background-color: white;
	overflow: hidden;
}
.mainimg
{
	margin-left: 10px;
	margin-bottom: 2px;

}

.mcontent
{
	overflow: hidden;
	background-color: white;
}


/* Left nav */
.navleft
{
	float: left;
	width: 177px;
	margin-left: 10px;
	background-color: white;
}
.navbox
{
	overflow: hidden;
	margin-bottom: 10px;
}

.nleft02
{
	height: 24px;
	background-image: url(image/leftbox1.jpg);
	background-repeat: no-repeat;
	color: #f3f8fe;
	padding-left: 23px;
	padding-top: 10px;
}

.nleftc02
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 175px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.nleftc02 li
{
	list-style-type: square;
	font-family: Arial;
	font-size: 12px;
	padding-top: 15px;
}
.nleftc02 a
{
	text-decoration: none;
	color: #494949;
}
.nleftc02 a:hover, .nleftc02 a:active
{
	text-decoration: underline;
}
.nleftcfoot
{
	height: 10px;
	overflow: hidden;
	font-size: 0px;
    width: 177px;
}
.mcright
{
	width: 753px ;
	overflow: hidden;
	float: left;
	background-color: White;
	margin-left: 3px
}
.placeholder01
{
	overflow: hidden;
	margin: 0px auto;

}
/* content title box */
.mctitlebox
{
	width: 750px; 
	height: 23px;
	background-color: #7FC9FF;
	position: relative;
	float: left;
}
.mctitle
{
	margin-left: 10px;
	text-align: left;
	color: black;
}
.mcts01
{
	font-size: 16px;
	font-family:微軟正黑體;
	padding-top: 0px;
}
.mcts02
{
	padding-top: 13px;
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
	
}

.tb1
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.tb2
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.tb3
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.tb4
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* content details */
.mc
{
	padding-top: 10px;
	padding-left: 35px;
	
}

.mcb
{
	margin-top: 10px;
}
.mcd
{
	font-size: 12px;
	color: #494949;
	line-height: 18px;
	letter-spacing: -0.1px;
	width: 700px;
}

.mcdt
{
    color:blue;
    font-size:14px;
    font-weight:bold;
}


.mcd li
{
    list-style-type:square;
}




/* footer */
.footer
{
	background-image: url(image/footer.jpg);
	background-repeat: repeat-x;
	position: relative;
	line-height: 30px;
	font-size: 11px;
	color: White;
	text-align: center;
	clear: both;
	width: 100%;
}
.footer a:link, .footer a:visited
{
	color: white;
	text-decoration: none;
}
.footer a:hover, .footer a:active
{
	color: white;
	text-decoration: underline;
}