@import url("reset.css");
@import url("yoca.css");


/*====================== 選單區 =========================*/


#NAV li.EE a{background-position:-330px -36px;}
#NAV li.CC a{background-position:-330px 0px;}



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



/*====================== 內容區 ==========================*/

/*=====================左列圖片區 ========*/

#CONTENT .SIDE_A{
float:left;
width:300px;
overflow:hidden;
}

#CONTENT .SIDE_A ul{
}

#CONTENT .SIDE_A li{
display:block;
widows:300px;
text-indent:-9999px;
}

#CONTENT .SIDE_A li.AA{
height:100px;
}
#CONTENT .SIDE_A li.AB{
background-image:url(images/about_MK.png);
background-position:-55px;
height:220px;
}
#CONTENT .SIDE_A li.AD a{
display:block;
width:300px;
height:200px;
text-indent:-9999px;
background-image:url(images/about_10b.png);
background-position:-15px;
}

#CONTENT .SIDE_A li.AD a:hover{
background-image:url(images/about_10.png);
}



/*=====================右列資料區 ==================*/


#CONTENT .US{
	float:right;
	font-family: Geneva, Arial, Helvetica, sans-serif, "微軟正黑體";
	overflow:hidden;
	margin-right:20px;
}

#CONTENT .US h1 {
	display:block;
	background-image:url(images/cont.png);
	background-repeat:no-repeat;
	width:650px;
	height:200px;
	text-indent:-9999px;
	color: #FF6600;
	font-size: 36px;
	line-height:1.6;
	font-weight:bold;
	padding:15px 0 20px 0;
}

#CONTENT .US h3 {
	font-size: 24px;
	color:  #FF6600;
	line-height: 1.6;
	padding-left:20px;
}

#CONTENT .US p {
	font-size: 15px;
	color: #666666;
	line-height: 1.6;
	padding:5px 0 5px 20px;
	border-top:1px solid #CCCCCC;
}

#CONTENT .US p a{
	text-decoration:none;
	color: #666666;
}

#CONTENT .US p a:hover{
	color:#FF6600;
}