@charset "UTF-8";
/* CSS Document */


/* ===================== Header ====================== */

#header{
	display: block; 
	width:100%; 
	position:fixed; 
	z-index: 99;
	top:0px;
	
	/* RGBa browser */
    background-color: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF)";
	
	border-bottom:1px solid #DDDDDD;
}


#headerContent{
	width:1000px;
	padding-top:28px; /*76px;*/
	padding-bottom:66px;
}

		
#headerBg{
	width:100%; 
	height:95px;
}


#header_menu{
	display:inline;
    float:right;
}

.header_mm, .header_mm a:link, .header_mm a:visited,
.header_mm_selected, .header_mm_selected a:link, .header_mm_selected a:visited{
	font-size:17px;
	line-height:24px;
	display:inline-block;
    float:left;
	margin-top:5px;
	margin-right:26px;
}

.header_mm, .header_mm a:link, .header_mm a:visited{
	color:#999999;
}

.header_mm_selected, .header_mm_selected a:link, .header_mm_selected a:visited{
	color:#333333;
}


.header_mm_selected img, 
.header_mm img{
	display:inline-block; 
	vertical-align:top; 
	margin-left:5px;
}


/* == END =================== Header ====================== */










/* ===================== Footer ====================== */


#footerContent-container{
	width:100%;
	text-align:center;
}

#footerContent{
	display:inline-block;
	width:1000px;
	padding-top:30px;
	padding-bottom:100px;
	text-align:left;
	color:#333;
}


#footerContent .copyright{
	font-size:14px;
	font-weight:300;
	margin-right:12px;
	margin-left:0px;
}

#footerContent .cccdi{
	font-family:'High Tower', "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing: 1px;
}

/* == END =================== Footer ====================== */






/*@media only screen and (min-width: 768px) and (max-width: 1024px) {*/
@media only screen and (max-width: 767px) {
	
	
	#headerContent{
		width:86%;
	}
	
	.header_mm, .header_mm a:link, .header_mm a:visited,
	.header_mm_selected, .header_mm_selected a:link, .header_mm_selected a:visited{
		margin-top:4px;
		margin-right:8px;
		font-size:13px;
	}
	
	#footerContent{
		width:86%;
		padding-top:20px;
		padding-bottom:80px;
	}
	
		
}

