/* CSS Document */

/*---- 左選單 ----*/
.bt_bg{
	width:220;
	height: 30px;
	background-image: url(../img/bg/left_bt_bg.png);
	padding-top: 10px;
	margin-left: 7px;
}

.NAV_1 a{
	font-size: 15px;
	color:#999;
	text-decoration: none;
	padding-left: 60px;
	font-weight: bold;
}
.NAV_1 a:hover{color:#F60;}

/*---- 內容區 ----*/
.supp_top{
	width: 629px;height: 22px;float: left;
	font-size: 15px;font-family: "細明體", "新細明體", "標楷體";color: #000;
	text-decoration: none;font-weight: bold;
	background-color: #366B8F;
	text-indent: 25px;margin-left: 10px;margin-top: 10px;padding-top: 2px;letter-spacing: 2px;}

.supp_bdg{
	width: 629px;/*height: 100px;*/
	float: left;
	margin-top: 15px;
	font-family: "細明體", "新細明體", "標楷體";
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	margin-left: 10px;
}


	
	
