@charset "utf-8";
/* CSS Document */
/* =====================================================================
*    common (共用樣式)
*    ---
*    1. base (基本樣式)
*    2. font (文字樣式)
*    3. layer area (區塊樣式)
*
* =================================================================== */
/*======================================================================
     common (共用樣式)
======================================================================*/
/*   1. base (基本樣式)
***********************************************************************/
* {
	margin:0;
	padding:0;
	font-size:100%;
}
body {
	font-family:Arial,Verdana,"新細明體";
	font-size:12px;
	color:#CCC;
	letter-spacing:0.1em;
	background: url(../images/all-site/bg.jpg) center 0 no-repeat #000;/*各頁的背景*/
}
/*   2.font (文字樣式)
***********************************************************************/
.footer a { color:#666;	text-decoration:none;}
.footer a:hover { color:#fff;}
/*   3. layer area (區塊樣式)
***********************************************************************/
.content { width:955px;	margin:0 auto;}/*整頁區塊*/
.footer { float:right;}/*頁尾區塊樣式*/
#btn_f_blog { display:inline; width:100px; height:36px; background:url(../images/all-site/btn_blog.gif) 0 0 no-repeat; float:left;}/*頁尾blog按鈕樣式*/
#btn_f_blog:hover { background-position:0 -36px;}/*頁尾blog按鈕移至樣式*/

