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


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


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



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


#BAN{
	clear:both;
	width:990px;
	height:75px;
	margin:0 auto;
	position:relative;
}
#BAN img{
	position:absolute;
	left:15px;
	top:0px;
}
#BAN-UL ul{
	position:absolute;
	right:0px;
	top:40px;
	width: 380px;
	height: 30px;
}
#BAN-UL li{
	float:left;
	line-height:30px;
	background-image:url(img/button/01.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:0 15px 0 15px;
}

#BAN-UL li a{
display:block;
font-size:13px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif,"微軟正黑體";
color:#333333;
text-decoration:none;

}
#BAN-UL li a:hover{
color:#FF6600;}


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

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

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

#CONTENT .SIDE_A ul{
}

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

#CONTENT .SIDE_A li.AA{
height:300px;
background-image:url(images/about_01.png);
}
#CONTENT .SIDE_A li.AB{
background-image:url(images/about_02.png);
}
#CONTENT .SIDE_A li.AC{
background-image:url(images/about_03.png);
}
#CONTENT .SIDE_A li.AD a{
display:block;
width:350px;
height:200px;
text-indent:-9999px;
background-image:url(images/about_10b.png);
}

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

#CONTENT .SIDE_A li.AE{
height:300px;
background-image:url(images/about_04.png);
}
#CONTENT .SIDE_A li.AF{
background-image:url(images/about_05.png);
}
#CONTENT .SIDE_A li.AG{
background-image:url(images/about_06.png);
}
#CONTENT .SIDE_A li.AH{
height:300px;
background-image:url(images/about_07.png);
}
#CONTENT .SIDE_A li.AI{
background-image:url(images/about_08.png);
}
#CONTENT .SIDE_A li.AJ{
background-image:url(images/about_09.png);
}



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


#CONTENT .US{
width:560px;
float:right;
font-family: Geneva, Arial, Helvetica, sans-serif, "微軟正黑體";
overflow:hidden;
padding:5px 50px 10px 15px;
}

#CONTENT .US h1 {
	color: #FF6600;
	font-size: 36px;
	line-height:1.6;
	font-weight:bold;
	padding-top:15px;
}

#CONTENT .US h3 {
	font-size: 15px;
	color:  #FF6600;
	line-height: 1.6;
	padding:15px 0 10px 0;
}

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

#CONTENT .US_W{
width:900px;
float:right;
overflow:hidden;
padding:10px 30px 10px 30px;
}
#CONTENT .US_W img{
float:left;
margin:10px 20px 10px 20px;

}