@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body { 
	margin: 0; 
	padding:0; 
	font-family:Arial;
}

img { 
	border: none; 
}

a {
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.clearer { 	
	clear: both; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px; 
}


/* TOP
------------------------------*/
#head {
	width:100%;
	height:69px;
	background-color:#FFF;
}

#top {
	width: 1000px;
	height: 69px;
	margin: 0 auto;
}

#logo {
	float:left;
	margin-top:15px;
	margin-left:28px;
	margin-right:170px;
}

.menu a { float:left; display:inline-block; width:102px; height:46px; background:url(img/menu-bg-off.gif); padding-top:23px;
          text-align:center; font-family:"微軟正黑體"; font-weight:bold; color:#004188; font-size:14px; line-height:18px; text-decoration:none;
}
.menu a:hover { display:inline-block; background:url(img/menu-bg-on.jpg); }
.menu-e_text { font-size:10px;  color:#b7b7b7; font-family:"Verdana"; font-weight:normal; }
.menu-line { float:left; width:1px; height:69px; background:url(img/menu-line.jpg);  }


/* Home Banner
------------------------------*/
#home_banner {
	width: 100%;
	height: 319px;
	margin: 0 auto;
	background:url(img/home-banner-bg.jpg);
}

#home_banner_bg {
	width:236px;
	height:301px;
	margin: 0 auto;
	background:url(img/home-banner.jpg);
	padding-left:772px;
	padding-top:18px;
}

.home_icon1 a { display:inline-block; width:194px; height:92px; background:url(img/home-icon1.png); 0 0 no-repeat; }
.home_icon1 a:hover { background-position: -194px 0;  }
.home_icon2 a { display:inline-block; width:194px; height:92px; background:url(img/home-icon2.png); 0 0 no-repeat; }
.home_icon2 a:hover { background-position: -194px 0;  }
.home_icon3 a { display:inline-block; width:194px; height:92px; background:url(img/home-icon3.png); 0 0 no-repeat; }
.home_icon3 a:hover { background-position: -194px 0;  }



/* Home Content
------------------------------*/
.home_content {
	float:left;
	width:208px;
	height:195px;
	font-size:12px;
	color:#7f7f7f;
	line-height:20px;
}

.home_content_line {
	float:left;
	width:35px;
	height:195px;
	background:url(img/line---.gif);
}


/* Copyright
------------------------------*/
#copyright {
	width: 100%;
	height: 70px;
	background:url(img/copyright-bg.jpg);
	text-align:center;
	font-size:11px;
	color:#6e99be;
	line-height:70px;
}



/* Page Banner
------------------------------*/
#page_banner {
	width: 100%;
	height: 158px;
	background:url(img/page-banner-bg.jpg);
}

#page_banner_bg {
	width:1008px;
	height:158px;
	margin: 0 auto;
}




/* Content
------------------------------*/
#content {
	width: 100%;
	background:#eaf4fb;
}

#content_bg {	
    width: 1008px;
	margin: 0 auto;
	background:url(img/content-bg.jpg);
	padding-top:20px;
	padding-bottom:20px;
}

#page_content_bg {	
    width: 1008px;
	margin: 0 auto;
	background:url(img/page-content-bg.gif);
	padding-top:20px;
}




/* Sub Menu
------------------------------*/
#sub_menu_bg {
	float:left;
	width:208px;
    background:url(img/sub-menu-bg2.gif); 
	margin-left:28px;
}

.sub_menu a { display:inline-block; width:181px; height:38px; margin-left:12px; padding-left:3px; padding-top:5px;
              font-size:10px; color:#a4a4a4; font-family:"Verdana"; line-height:16px; text-decoration:none;
}
.sub_menu a:hover { display:inline-block; background:url(img/sub-select-bg.jpg); color:#FFF; }
.sub_menu-c_text { font-family:"微軟正黑體"; font-weight:bold; color:#10649f; font-size:14px; }
.sub_menu-line { float:left; width:185px; height:11px; background:url(img/sub-line.gif); margin-left:11px;  }




/* Page Content
------------------------------*/
#page_content {
	float:left;
	width:680px;
	margin-bottom:30px;
	margin-left:40px;
}

#page_content_2 {
	width:930px;
	margin-bottom:28px;
	margin-left:40px;
}

.page_text {
	width:100%;
	font-size:12px;
	color:#616161;
	line-height:24px;
}
.page_text a {
	color:#f25d6b;
}

.page_title {
	width:665px;
	height:35px;
	background:url(img/page-title-bg.gif);
	font-family:"微軟正黑體"; 
	font-weight:bold; 
	color:#fff; 
	font-size:15px;
	line-height:32px;
	padding-left:15px;
	margin-bottom:20px;
}
.page_title_2 {
	width:915px;
	height:35px;
	background:url(img/page-title-bg2.gif);
	font-family:"微軟正黑體"; 
	font-weight:bold; 
	color:#fff; 
	font-size:15px;
	line-height:32px;
	padding-left:15px;
	margin-bottom:20px;
}

.page_list{
	padding-left:15px;
}

.text_1 {
	font-family:"微軟正黑體"; 
	font-weight:bold;
	color:#3e91a9;
	font-size:13px;
}


.text_2 {
	font-family:"微軟正黑體"; 
	font-weight:bold;
	color:#3e91a9;
	font-size:13px;
}