@charset "utf-8";
/* CSS Document */
/* =====================================================================
*    index (入口首頁樣式)
*    ---
*    1. base (基本樣式)
*    2. font (文字樣式)
*    3. layer area (區塊樣式)
*
* =================================================================== */
/*======================================================================
     index (入口首頁樣式)
======================================================================*/
/*   1. base (基本樣式)
***********************************************************************/
body {	background: url(../images/index/bg.jpg) center 0 no-repeat #000;}/*入口首頁的背景*/
/*   2. font (文字樣式)
***********************************************************************/
/* ////////////////////////////////////////////////////////////////// */
/*   3. layer Area (區塊樣式) 
***********************************************************************/
/* ////////////////////////////////////////////////////////////////// */
#btn_blog,#btn_home { display:block; height:730px; float:left;}/*按鈕樣式*/
#btn_blog:hover,#btn_home:hover { background-position: 0 -730px;}/*按鈕移至*/
#btn_blog { width:479px; background: url(../images/index/btn_blog.jpg) 0 0 no-repeat;}
#btn_home { width:476px; background: url(../images/index/btn_home.jpg) 0 0 no-repeat;}

