@charset "utf-8";
body {
	background-color: #FFFFFF;
}

/*---- 最外層包裝 ----*/
#WRAPPER {
	width: 911px;
	margin-right: auto;
	margin-left: auto;
}


/*---- 內容區 ----*/
#CONTENT {
	clear: both;
	width: 911px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	display: block;
}

/*---- 主選單 ----*/
#MAIN_NAV {
	width: 911px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}
#MAIN_NAV ul {
}
#MAIN_NAV li {float: left;}
#MAIN_NAV li a {display: block;}


#ACT a {
	background:url(../images/menu/menu_01.jpg);
	width:113px;
	height:40px;
	display: block;
	text-indent: -9999px;
}

#ACT a:hover {
background:url(../images/menu/menu_01.jpg) no-repeat left -40px;
}

#RBT a {
	background:url(../images/menu/menu_02.jpg);
	width:137px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
#RBT a:hover {
background:url(../images/menu/menu_02.jpg) no-repeat left -40px;
}


#TT a {
	background:url(../images/menu/menu_03.jpg);
	width:96px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
#TT a:hover {
background:url(../images/menu/menu_03.jpg) no-repeat left -40px;
}

#RING a {
    background:url(../images/menu/menu_04.jpg);
	width:92px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
#RING a:hover {
background:url(../images/menu/menu_04.jpg) no-repeat left -40px;
}

#PCT a {
	background:url(../images/menu/menu_05.jpg);
	width:107px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
#PCT a:hover {
background:url(../images/menu/menu_05.jpg) no-repeat left -40px;
}

#NINE a {
	background:url(../images/menu/menu_06.jpg);
	width:123px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
#NINE a:hover {
background:url(../images/menu/menu_06.jpg) no-repeat left -40px;
}

#FET a {
	background:url(../images/menu/menu_07.jpg);
	width:127px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
#FET a:hover {
background:url(../images/menu/menu_07.jpg) no-repeat left -40px;
}
#STAR {
position:relative;
}

/*--- 下拉選單樣式 ---*/
/*--- 樣式修改說明  將STAR下原本主項目A的樣式改為SINGER ----*/
#STAR a.SINGER {
	background:url(../images/menu/menu_08.jpg);
	width:116px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
#STAR a.SINGER:hover {
background:url(../images/menu/menu_08.jpg) no-repeat left -40px;
}
/*--- 此為子選區塊 ---*/
.submenu {
	visibility:hidden;
	position:absolute;
}
/*--- 此為子選區隔線隱藏 ---*/
.submenu span {
	display:none
}
/*--- 此為子選單滑鼠效果 ---*/
.starone a {
	background:url(../images/menu/menu_08_01.jpg);
	width:116px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
.starone a:hover {
background:url(../images/menu/menu_08_01.jpg) no-repeat left -40px;
}

.startwo a {
	background:url(../images/menu/menu_08_02.jpg);
	width:116px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
.startwo a:hover {
background:url(../images/menu/menu_08_02.jpg) no-repeat left -40px;
}

.starthree a {
	background:url(../images/menu/menu_08_03.jpg);
	width:116px;
	height:40px;
	display: block;
	text-indent: -9999px;
}
.starthree a:hover {
background:url(../images/menu/menu_08_03.jpg) no-repeat left -40px;

 /*---- 清除float帶來的後遺症----*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
