/*頂層 ID*/
#content{
	width: 960px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1024;
}


/*雙分割用 -- 主要#2f65a2*/
.content_Normal{
	float: left;
	padding-bottom: 20px;
}
.content_Normal a{
	color:#81a7d3;
}
/*--雙分割 的 右邊內容區*/
#content_Right{
	width: 80%;
	font-size: 0.9em;
	background-color: #f6f6f6;
	border-radius: 10px;
}
#content_Right h1, #content_Right h2{
	/* 這 h1 這主要供靜態頁面的大橫標用 */
	background: url(../img/normal/alex_h1_H20.png) 10px 10px no-repeat #d7d8d7;
	color: #38507a;
	font-size: 1.35em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 60px;
	margin-bottom: 10px;
}
#content_Right h1:first-child, #content_Right h2:first-child{
	border-radius: 10px 10px 0px 0px;
}
#content_Right .content_Inner{
	padding-right: 20px;
	padding-left: 20px;
}
#content_Right p{
	margin-bottom: 15px;
	color: #5e5e5e;
}


/*--雙分割 的 左側邊欄選單*/
#content_Left{
	width: 20%;
	list-style-type: none;
	padding-right: 10px;
	font-size: 0.9em;
}
#content_Left > li{
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #a0a0a0;
}
#content_Left > li > a{
 	padding-left: 10px;
}
#content_Left > li > a:hover{
	color: #0f2487;
        background: url(../img/normal/content_left_a.png) 2px 2px no-repeat;
}
.inthis > a{
	color: #fd9632;
        font-weight:bold;
        background: url(../img/normal/content_left_b.png) 2px 2px no-repeat;
}
.notthis > a{
}


/*首頁三分割用*/
.content_Index{
	height: 320px;
	float: left;
	text-align: justify;
}
.content_TitleImg{
	width: 100%;
	height: 100px;
	border-radius: 5px;
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 8px #bfbfbf;
}
.content_NewsImg{
	width: 90px;
	height: 90px;
	float: left;
	border: 2px solid #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content_NewsImg:hover{
	border: 2px solid #99b3d0;
}
.content_Index h2{
	font-size: 1em;
	color: #0f2487;
	margin-bottom: 10px;
	border-bottom: 1px dashed #aaaaaa;
	padding-bottom: 10px;
}
.content_Index p{
	font-size: 0.9em;
	color: #525252;
	line-height: 1.5em;
	margin-bottom: 8px;
	text-align: left;
}
.readMore{
	font-size: 0.8em;
	color: #6699d3;
	float: right;
}
#content_IndexLeft{
	width: 33%;
	border-right: 1px solid #929292;
	padding-right: 12px;
}
#content_IndexCenter{
	width: 34%;
	padding-right: 12px;
	padding-left: 12px;
}
#content_IndexRight{
	width: 33%;
	border-left: 1px solid #929292;
	padding-left: 12px;
}


/*私有設定區--*/
/*--[私] 關於亞式 - 那張公司圖片 和 下方增長空間 */
.alex_Build{
	border-radius: 10px;
	width: 300px;
	height: 169px;
	-moz-box-shadow: 0 0 10px #b3b3b3;
	box-shadow: 0 0 10px #b3b3b3;
	background: url(../img/normal/loadingGif4.gif) 28px 153px no-repeat; 
	float: right;
	margin-left: 20px;
}
.p_space{
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
/*--[私] 經營理念 - 那張大圖片 */
.about_Managing{
	border-radius: 15px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../img/normal/loadingGif4.gif) 239px 60px no-repeat;
	height: 231px;
	-moz-box-shadow: 0 0 10px #b3b3b3;
	box-shadow: 0 0 10px #b3b3b3;
}
/*--[私] 安規認證 - 那群圖片的包裹器 */
.safety{
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.safety img{
	width: 140px;
	height: 140px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #cbcbcb;
	box-shadow: 0 0 10px #cbcbcb;
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 5px;
	background: url(../img/normal/loadingGif4.gif) -47px 13px no-repeat;
}
.safety span{
	display: block;
}
/*--[私] 歷史沿革 - 時間表格 */
.history_h4{
	color: #81a7d3;
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-top: 15px;
}
.history{
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 7px;
	border-radius: 5px;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.history:nth-child(even){
	background-color: #bfc2cc;
}
.history:nth-child(odd){
	background-color: #d3d5db;
}
.history > span:nth-child(1){
	border-right: 1px solid #ffffff;
	margin-right: 7px;
	padding-right: 7px;
	color: #2e4f7a;
}
.history > span:nth-child(2){
	border-right: 1px solid #ffffff;
	margin-right: 7px;
	padding-right: 7px;
	color: #6c6c6c;
}
.history > span:nth-child(3){
}
.history_fix{
	font-size: 0.93em;
}
/*--[私] 集團組織 - 那兩張大圖 */
.about_Conglomerate{
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #cbcbcb;
	box-shadow: 0 0 10px #cbcbcb;
	margin-top: 20px;
	margin-bottom: 20px;
}
.a_C_A{
	width: 100%;
	height: 484px;
	background: url(../img/normal/loadingGif4.gif) 230px 153px no-repeat;
}
.a_C_B{
	width: 100%;
	height: 550px;
	background: url(../img/normal/loadingGif4.gif) 230px 153px no-repeat;
}
/*--[私] 企業社會責任及願景 - 那張 EICC 小圖 */
.eicc_bg{
	border-radius: 5px;
	width: 250px;
	-moz-box-shadow: 0 0 10px #b3b3b3;
	box-shadow: 0 0 10px #b3b3b3;
	float: right;
	margin-left: 20px;
}



/*--[私] 研發與技術 - 那張 四方圖 */
.quality_Technology{
	border-radius: 5px;
	width: 270px;
	height: 290px;
	-moz-box-shadow: 0 0 10px #b3b3b3;
	box-shadow: 0 0 10px #b3b3b3;
	float: right;
	margin-left: 20px;
	background: url(../img/normal/loadingGif4.gif) 16px 83px no-repeat;
}
/*--[私] 品質政策 - 那張 蜂巢圖 */
.quality_Promise{
	border-radius: 5px;
	width: 300px;
	height: 288px;
	-moz-box-shadow: 0 0 10px #b3b3b3;
	box-shadow: 0 0 10px #b3b3b3;
	float: right;
	margin-left: 20px;
	background: url(../img/normal/loadingGif4.gif) 29px 81px no-repeat;
}
/*--[私] 檢測儀器 - 圖片組的設定 */
.quality_Img{
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #b3b3b3;
	box-shadow: 0 0 10px #b3b3b3;
	background-color: #ffffff;
	margin-right: 15px;
	margin-bottom: 15px;
}
.q_A_1{
	padding: 5px;
	width: 170px;
	height: 170px;
	background: url(../img/normal/loadingGif4.gif) -35px 26px no-repeat;
}
.q_A_1:nth-child(5), .q_A_1:nth-child(9){
	margin-right: 0px;
}
.q_a_innerDiv{
	width: 45%;
	float: left;
	padding-right: 7px;
}
.q_a_innerDiv:last-child{
	width: 55%;
	float: left;
	padding-left: 7px;
	padding-right: 0;
}
.q_a_innerP{
	height: 55px;
	padding-top: 7px;
}
.q_A_Half{
	padding: 2px;
/*	width: 350px;
	height: 350px;*/
	background: url(../img/normal/loadingGif4.gif) 53px 110px no-repeat;
	width: 100%;
}
.q_A_Half:last-child{
	margin-right: 0px;
}
/*--[私] 特別根據 ceo、客製化 這兩頁所作的臨時修正 */
#content_Right_BG_Fix{
	width: 80%;
	font-size: 0.9em;
	border-radius: 10px;
}
#content_Right_BG_Fix h1{
	background: url(../img/normal/alex_h1_H20.png) 10px 10px no-repeat #d7d8d7;
	color: #38507a;
	font-size: 1.35em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 60px;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 0;
}
.content_Normal_BG_Fix{
	float: left;
}
.bg_Fix{
	border-radius: 0px 0px 10px 10px;
}
.bg_Fix p{
	line-height: 1.5em;
	color: #5e5e5e;
	text-align: justify;
	padding: 15px;
}
.bg_Fix a{
	color: #81a7d3;
	text-decoration: underline;
}
.bg_Fix a:hover{
	color: #60a9fe;
}
/*--特別根據 的 -- 客製化*/
.qs_Bg{
	width: 100%;
	height: 250px;
	background: url(../img/normal/quality_Service_BG.jpg) -71px -30px no-repeat;
}
/*--CEO 的 -- ceo*/
.ceo_P_fix{
	width: 80%;
}
.ceo_P_fix_En{
	width: 75%;
}
.ceo_Bg{
	width: 100%;
	height: 217px;
	background: url(../img/normal/ceo_bg.jpg) 0px 0px no-repeat;
}
.sig{
	float: right;
	margin-top: -20px;
}
.sig_En{
	float: right;
	margin-top: -64px;
}
.sig_Jp{
	float: right;
	margin-top: -64px;
}
.sig_Kr{
	float: right;
	margin-top: -64px;
}
#ceo_sig{
	width: 150px;
	height: 50px;
	background-image: url(../img/normal/ceo_sig.png);
}
#ceo_sig_En{
	width: 150px;
	height: 50px;
	background-image: url(../img/normal/ceo_sig_En.png);
	margin-left: 20px;
}
.sig_p{
	margin-left: 20px;
}


/* 聯絡亞式區 */
.findAlex_Inner{
	padding-bottom: 10px;
	border-bottom: 1px dashed #8181d3;
	margin-bottom: 10px;
}
.findAlex_Inner:last-child{
	border-bottom: 0px dashed #8181d3;
}
#google_Map{
	background: url(../img/normal/loadingGif4.gif) 75px 100px no-repeat;
	width: 50%;
	height: 330px;
	float: right;
}
#google_Map iframe{
	width: 100%;
	height: 330px;
	padding-bottom: 10px;
	border: 4px solid #ffffff;
}
.history_MainInner{
	padding-right: 10px;
	padding-left: 10px;
}
.content_Ul{
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*width: 50%;*/
	float: left;
}

.findAlex_Inner:last-child .content_Ul{
	width: 100%;
}

.content_Ul:last-child{
	border-bottom: 0px dashed #8181d3;
}
.content_Ul li{
	color: #787878;
	margin-bottom: 3px;
}
.content_Ul h5{
	color: #81a7d3;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.content_Ul span{
	display: inline-block;
	padding-right: 10px;
	color: #8181d3;
}
.content_Ul a{
	color: #4399fc;
}

#message a {
        margin: 0;
        padding: 0;
        background-image: url("../img/contact/Message1.png");
        background-repeat: no-repeat;
        display: block;
        font-size: 0; 
        height: 75px;
        width: 100px;
	float: right;
    }
#message a:hover {
        background-image: url("../img/contact/Message2.png");
        transition-delay:0.1s;
        height: 75px;
        width: 100px;
    }


/* Foot_sitemap */

#content_sitemap{
    float:left;
    width:25%;
    height:185px;
    font-size: 14px;
    background-color: #f6f6f6;
}
.sitemap_bg{ 
    height:40px;    
    background: url(../img/normal/alex_h1_H20.png) 10px 10px no-repeat #d7d8d7;
    border-radius: 5px 5px 0px 0px;
}
.sitemap_UL{
	font-size: 12px;
	color: #81a7d3;
}
#content_sitemap a:hover{
	color: #0f2487;
}

