@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */


/*改變背景反白色*/
::selection {
    background:#F39;
	color:#FFF; 
}

/*Firefox瀏覽器專屬支援語法*/
::-moz-selection {
    background: #F39;
    color: #fff;
}


/* Menu style settings*/
.header {
	/*position:fixed; */
	position:relative;
	z-index:9999;
	height:50px;
	width:1024px;
	margin:auto;
}

.menu_logo {
	width:114px;
	height:32px;
	background:url(../image/logo.png) no-repeat 0 0;
	float:left;
	margin:10px 0px 0px 30px;
}

.menu_list {
	width:400px;
	height:50px;
	float:right;
	margin:8px 0px 0 0;
}

.menu_list  li {
	position:relative;
	list-style: none;
	float:left;
	/*margin:0px 0px 0px 0px;*/
}

.menu_about {
	height:22px;
	text-align:center;
	font-size:15px;
    color: #5F5353;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	border-style:solid 2px;
	border-color:transparent;
	margin:7px 10px 0px 10px;
	background-color:transparent;
}

.menu_about:hover{
	height:22px;
	margin:7px 10px 0px 10px;
	border-style:solid 2px;
	border-color:transparent;
	background-color:transparent;
	text-align:center;
	font-size:15px;
    color:#00A3FF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
    -o-transition: color .20s linear;
    -webkit-transition: color .20s linear;
    -moz-transition: color .20s linear;
    transition:  color .20s linear;
}

.menu_about_act {
	width:60px;
	height:22px;
	font-size:15px;
	line-height:22px;
    color: #FFF;
	background:#5F5353;
	border:#5F5353 solid 2px;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	text-align:center;
	margin:5px 4px 0px 4px;
}

.menu_apps {
	height:22px;
	text-align:center;
	font-size:15px;
    color: #5F5353;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	border-style:solid 2px;
	border-color:transparent;
	margin:7px 10px 0px 10px;
	background-color:transparent;
}

.menu_apps:hover{
	height:22px;
	margin:7px 10px 0px 10px;
	border-style:solid 2px;
	border-color:transparent;
	background-color:transparent;
	text-align:center;
	font-size:15px;
    color:#00A3FF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
    -o-transition: color .20s linear;
    -webkit-transition: color .20s linear;
    -moz-transition: color .20s linear;
    transition:  color .20s linear;
}

.menu_apps_act {
	width:49px;
	height:22px;
	font-size:15px;
	line-height:22px;
    color: #FFF;
	background:#5F5353;
	border:#5F5353 solid 2px;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	text-align:center;
	margin:5px 4px 0px 4px;
}


.menu_support {
	height:22px;
	text-align:center;
	font-size:15px;
    color: #5F5353;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	border-style:solid 2px;
	border-color:transparent;
	margin:7px 10px 0px 10px;
	background-color:transparent;
}

.menu_support:hover{
	height:22px;
	margin:7px 10px 0px 10px;
	border-style:solid 2px;
	border-color:transparent;
	background-color:transparent;
	text-align:center;
	font-size:15px;
    color:#00A3FF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
    -o-transition: color .20s linear;
    -webkit-transition: color .20s linear;
    -moz-transition: color .20s linear;
    transition:  color .20s linear;
}

.menu_support_act {
	width:81px;
	height:22px;
	font-size:15px;
	line-height:22px;
    color: #FFF;
	background:#5F5353;
	border:#5F5353 solid 2px;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	text-align:center;
	margin:5px 4px 0px 4px;
}


.menu_jobs {
	height:22px;
	text-align:center;
	font-size:15px;
    color: #5F5353;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	border-style:solid 2px;
	border-color:transparent;
	margin:7px 10px 0px 10px;
	background-color:transparent;
}

.menu_jobs:hover{
	height:22px;
	margin:7px 10px 0px 10px;
	border-style:solid 2px;
	border-color:transparent;
	background-color:transparent;
	text-align:center;
	font-size:15px;
    color:#00A3FF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
    -o-transition: color .20s linear;
    -webkit-transition: color .20s linear;
    -moz-transition: color .20s linear;
    transition:  color .20s linear;
}


.menu_jobs_act {
	width:49px;
	height:22px;
	font-size:15px;
	line-height:22px;
    color: #FFF;
	background:#5F5353;
	border:#5F5353 solid 2px;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	text-align:center;
	margin:5px 4px 0px 4px;
}


.menu_legal {
	height:22px;
	text-align:center;
	font-size:15px;
    color: #5F5353;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	border-style:solid 2px;
	border-color:transparent;
	margin:7px 0px 0px 10px;
	background-color:transparent;
}

.menu_legal:hover{
	height:22px;
	margin:7px 0px 0px 10px;
	border-style:solid 2px;
	border-color:transparent;
	background-color:transparent;
	text-align:center;
	font-size:15px;
    color:#00A3FF;
	font-family:Myriad , Arial, Helvetica, sans-serif;
    -o-transition: color .20s linear;
    -webkit-transition: color .20s linear;
    -moz-transition: color .20s linear;
    transition:  color .20s linear;
}

.menu_legal_act {
	width:59px;
	height:22px;
	font-size:15px;
	line-height:22px;
    color: #FFF;
	background:#5F5353;
	border:#5F5353 solid 2px;
	font-family:Myriad , Arial, Helvetica, sans-serif;
	text-align:center;
	margin:5px 4px 0px 4px;
}


#main_pic{ 
	width:1024px;
	height:1004px;
	background:url(../image/scan_a.png) no-repeat 0 0;
	position:fixed;
}

.main_height{ 
	height:1004px;
}


.footer_navigation_bg_cover {
	height:205px;
	width:100%;
	background-color:#E5D9C6;
	margin:auto;
	}
	
.footer_navigation_bg {
	height:205px;
	width:1024px;
	background-color:#E5D9C6;
	background-repeat:repeat-x;
	margin:auto;
	}
	
.footer_navigation_title {
	text-align:left;
	font-family:Myriad ,Arial, Helvetica, sans-serif;
	color:#4D3F30;
	font-size:15px;
}

.footer_navigation_text a:link {
	color:#A89B8B;
	text-decoration: none;
	} /* 設定尚未點閱過的連結樣式顏色 */


.footer_navigation_text a:visited {
	color:#A89B8B;
	} /* 設定過去曾經閱過的連結顏色 */

.footer_navigation_text a:hover {
	color:#80435D;
	text-decoration: none;
	} /* 設定滑鼠游標指在連結位置上的樣式顏色 */

/*
.footer_navigation_text a:active {
	color:#0000BB;
	} /* 設定上表示作用中的連結樣式 */

.footer_navigation_text{
	text-align:left;
	font-family:Myriad ,Arial, Helvetica, sans-serif;
	color:#A89B8B;
	font-size:15px;
	line-height:26px;
}

.footer_navigation_list {
	width:86px;
	height:120px;
	float:left;	
}

.footer_navigation_list li {
	position:relative;
	list-style: none;
	
}



.footer_bg_cover {
	height:45px;
	width:100%;
	background-color:#4D3F30;
	margin:auto;
	}
	
.footer_bg {
	height:45px;
	width:1024px;
	background-color:#4D3F30;
	background-repeat:repeat-x;
	margin:auto;
	}

.footer_text {
	text-align:center;
	font-family:Myriad ,Arial, Helvetica, sans-serif;
	color:#B9A286;
	font-size:13px;
	line-height:45px;

}



/*
.footer {
	position:relative;
	text-align: center;
	height:50px;
	line-height:50px;
	background-color:#655844;
	z-index:9999;
	font-size:13px;
	font-family:Myriad ,Arial, Helvetica, sans-serif;
	color:#e9cda8;
	text-align:center;
}
 
.footerFix{
	margin:-50px auto 0 auto;
	height:50px;
	width:1024px;
	position:relative;
	background-color:#655844;
	z-index:2;
}
*/


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

