/*===============================================
MAIN
===============================================*/

/*====最上方圖片====*/
#point {
	width:990px;margin-bottom:15px;height:380px;	
	
}
/*====主內容====*/
#mainC {	
	padding:10px 15px 0px 15px; background-color:#f4f2f2; margin-bottom:20px;
}
/*====右側主內容====*/
#mainCol {
	float:right;
	width:740px;
}
#mainCol2 {
	float:center;
	width:950px;
}

/*mainR 是主內容的div*/
.mainR {
	border:#E6E6E6 1px solid; background-color:#F2F2F2; margin-bottom:15px;
}
.mainR2 {
	border:#E6E6E6 1px solid;
	background-color:#ffffff;
	margin-bottom:2px;
}
.mainR3 {
	border:#E6E6E6 1px solid;
	background-color:#FFFFFF;
	margin-bottom:2px;
}
/*mainT 是主內容的div上的title位置*/
.mainT a {
	display:block; width:100%; height:60px;
}
/*mainB 主內容的div上的型式*/
.mainB {padding:15px;}
.mainB p {
	font-size:95%; font-family:font-family:"新細明體",serif
}
/*主內容標題*/
.psti {
	color:#333333; font-size:95%; font-family:"新細明體",serif; margin-bottom:10px;
}




/*===============================================
左選單
===============================================*/
/*左選單*/
#leftCol {
	float:left; width:205px;
}
/*左選單格式*/
ul.mainN {
	border-top:#E6E6E6 1px solid; border-left:#E6E6E6 1px solid; border-right:#E6E6E6 1px solid; background-color:#FFFFFF; margin-bottom:15px;
}
/*左選單LI格式*/
ul.mainN li {font-size:12px;}
/*左選單LI變化格式*/
ul.mainN li a {
	display:block;
	width:163px;
	padding:12px 10px 12px 25px;
	color:#000000;
	border-bottom:#E6E6E6 1px solid;
	background-repeat: no-repeat;
	background-position: 10px 16px;
}

/*no*/
ul.mainN .selected a {
	color:#ffffff; border:none; padding:12px 10px 12px 25px; background-color:#0079bb;
}
/*no*/
ul.mainN li a:hover {
	color:#ffffff; background-color:#0079bb;
}






#leftCol2 {
	float:left; width:205px;
}
/*左選單格式*/
ul.mainN2 {
	border-top:#E6E6E6 1px solid; border-left:#E6E6E6 1px solid; border-right:#E6E6E6 1px solid; background-color:#FFFFFF; margin-bottom:15px;
}
/*左選單LI格式*/
ul.mainN2 li {font-size:12px;}
/*左選單LI變化格式*/
ul.mainN2 li a {
	display:block;
	width:163px;
	padding:8px 10px 8px 25px;
	color:#000000;
	border-bottom:#E6E6E6 1px solid;
	background-repeat: no-repeat;
	background-position: 10px 16px;
}

/*no*/
ul.mainN2 .selected a {
	color:#ffffff; border:none; padding:12px 10px 12px 25px; background-color:#555555;
}
/*no*/
ul.mainN2 li a:hover {
	color:#ffffff; background-color:#555555;
}



.link {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
link a:hover {
	color:#ffffff;
}
link a:selected {
	color:#ffffff;
}
link a:active {
	color:#ffffff;
}
link a:link {
	color:#000000;
}

table {
	margin:0px 0;
	border: 1px solid #cdcdcd;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	width: 100%;
	text-align: center;
	color:#333333;

}
th { text-align:center; font-weight:bold; border: 1px solid #cdcdcd;}
th, td { padding:4px 6px; border: 1px solid #cdcdcd;}
tr.table-top {
	background: #e5e5e5;
	font-weight: bold;
}
.light3 {padding: 1px 15px; background: #d7efb1; text-decoration: none;} .light3:hover {color: #303030;}
.light2 {padding: 1px 15px; background: #e5e5e5; text-decoration: none;} .light2:hover {
	color: #303030;
	text-align: center;}

