@import url("reset.css");

BODY {
	font-size:12px;
	background-color:#000;
	background-repeat: repeat;
	background-position: 50% 0%;
}
.LEFT {
	width:459px;
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.RIGHT {
	width:459px;
	background-image: url(images/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#FB{
	line-height: 30px;
	position: absolute;
	margin:20px 0 0 250px;
}

.font_01{
	font-size:12px;
	line-height:30px;
	color:#FC0;
	}
	
.font_02{
	font-size:12px;
	line-height:22px;
	color:#FFF;
	letter-spacing:1px;
	}

.font_03{
	font-size:12px;
	line-height:22px;
	color:#C00;
	letter-spacing:1px;
	}
	
.font_04{
	font-size:12px;
	line-height:22px;
	color:#999;
	letter-spacing:1px;
	padding:0 0 0 15px ;
	}

.index_03{
	font-size:12px;
	line-height:22px;
	letter-spacing:1px;
	color:#FFF;
	height:432px;
	background-image: url(images/index_03.jpg);
	}
	
/* ==================================== 按鈕設定 ==================================== */
#hmenu {	
	width:1002px;
	height:78px;
	list-style: none;
	background-repeat: no-repeat;
	background-image: url(images/index_02.jpg);
}
#hmenu li {
	float: left;
	padding:20px 0 0 100px;
}
#hmenu li a {
	display: block;
	height: 35px; /* 圖片的高/2 */
	line-height: 35px;	/* ie suck */
	text-indent: -9999px;
}
#hmenu a.b1 {
	width: 150px; /* 圖片的寬 */
	background:url(images/bu_01.png) no-repeat 0 0;	
}
#hmenu a.b2 {
	width: 181px; /* 圖片的寬 */
	background:url(images/bu_02.png) no-repeat 0 0;	
}	
#hmenu a.b3 {
	width: 296px; /* 圖片的寬 */
	background:url(images/bu_03.png) no-repeat 0 0;	
}

	 

