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

@import url("WL.css");





/*====================== 頁首區 ==========================*/

header {
	background-image:url(../images/hear_benner_00.png);	
}

#NAV{
	z-index:99;
}
#MK{
	position:absolute;
	left:80px;
	top:95px;
}

/*====================== 內容資料區 ==========================*/

article{}

#CONTENT{
	width:1100px;
	height:auto;
	overflow:hidden;
	background-color:rgb(230, 230, 230);
	border-top:40px solid rgb(50, 50, 50);
	float:left;
}

#BOX_RIGHT{
	float:left;
	width:300px;
	margin-left:60px;
	padding-top:50px;
	background-color:#FFFFFF;
}

#BOX_RIGHT ul{
	padding:0px 25px 180px 25px;
	width:250px;
	

}

#BOX_RIGHT ul li{
	margin-bottom:10px;	
}

#BOX_RIGHT ul li a{
	border-radius:3px;
	display:block;
	width:230px;
	padding:20px 0 20px 20px;
	border:1px solid rgb(190, 190, 190);
	font-size:16px;
	color:rgb(120, 120, 120) !important;
	background-image:url(../images/inco_R_B.png);
	background-repeat:no-repeat;
	background-position:210px center;
}

#BOX_RIGHT ul li a strong{
	font-size:12px;
}

#BOX_RIGHT ul li a:hover{
	background-color:rgb(240, 240, 240);
	color:#dc2e37 !important;
	text-shadow:1px 1px 7px #999;

}


#BOX_LEFT{
	float:left;
	margin-left:70px;
	width:520px;
	padding-top:50px;
}

#BOX_LEFT h1{
	font-size:28px;
	line-height:1.4;
	margin-bottom:15px;
}

#BOX_LEFT p{
	font-size:16px;
	line-height:1.8;
	margin-bottom:55px;
}

#BOX_LEFT h2{
	font-size:22px;
	margin-top:15px;
	font-weight:bold;
}

#BOX_LEFT h3{
	font-size:22px;
	margin-top:15px;
	margin-bottom:25px;
	color:#3567cc;
}



