/*---------------------------------------------- 基本設定 ---------------------------------------------*/
@charset "utf-8";

/*---------------------------背景---------------------------*/
html, body {margin:0;padding:0;height: 100%;}
body {
	font-family:"微軟正黑體", arial;
	font-size:13px;
	color:#000000;
}

/*------------------------- 主架構 -------------------------*/
#frame1 {
	width:100%;
	float:left;
}

#top {                                                  /* 上 */
	width:990px;
	margin:auto;
}
#middle {                                               /* 中 */
	width:100%;
	float:left;
}
#middle.bg {                                               /* 中 */
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#down {                                                 /* 下 */
	width:100%;
	height:37px;
	float:left;
	background:#8ac700;
	margin-bottom:36px;
}

/*---------------------------文字---------------------------*/
.txt-11px {font-size:11px;}
.txt-12px {font-size:12px;}
.txt-13px {font-size:13px;}
.txt-14px {font-size:14px;}
.txt-15px {font-size:15px;}
.txt-16px {font-size:16px;}
.txt-17px {font-size:17px;}
.txt-18px {font-size:18px;}

.bold {font-weight: bold;}

a {
    font-family:"微軟正黑體", arial;
	text-decoration: none;
	color:#000000;
	cursor: pointer;
}
a:link {color:#000000;}
a:visited {color:#000000;}                              /* 點選過的連結 */
a:active {color:#000000;}                               /* 滑鼠按下的瞬間 */
a:hover {color:#000000;}                                /* 滑鼠移上時 */

/*---------------------------圖片---------------------------*/
div, img, span, #x1 {behavior:url("iepngfix.htc");}     /*網頁png透明(IE6)*/
img {border:0px;}

/*---------------------------------------------- 樣式設定 ---------------------------------------------*/

/*---------------------------分隔---------------------------*/
.line-8px {
	width:100%;
	height:8px;
	float:left;
}