@charset "utf-8";
/* CSS Document */
/* CSS 載入順序:
	Layout Base
		基本版型, 含距離, 不含色彩/背景圖
	Module Base
		功能模組樣式
	Style Base (color / image)
		版型色彩/背景圖
		文字及內容樣式
	Type.css
		設計師樣式
 */
/*-----------------------------------基本色彩及背景圖-------------------------------------------*/
.header_bg{ /*header背景圖容器*/
	background-image: url(../images/all/headerbg.jpg);
	background-repeat: repeat-x;
}
.main_bg{ /*main背景圖容器*/
	background-color: #EEE;
}
.footer_bg{ /*footer背景圖容器*/
	color: #333;
	background-color: transparent;
	background-image: url(../images/son/footerbg.png);
	background-repeat: repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9FC907;
	height: 100%;
	margin-top:20px;
}
.header{ /*為避免.header_bg的背景圖在視窗過窄時跑位, 可重複於.header設定相同背景圖*/
	background-color: transparent;
	background-image: none;
}
.main{/*為避免.header_bg的背景圖在視窗過窄時跑位, 可重複於.header設定相同背景圖*/
	background-color: #FFF;
}
.footer{/*為避免.footer_bg的背景圖在視窗過窄時跑位, 可重複於.footer設定相同背景圖*/
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*------------------------- .header 內容設定 -------------------------*/
.header .title{
	position:absolute;
	top:0;
	left:0;
	width:200px;
}
.header .title a {
	 background: no-repeat scroll 0 0 transparent;
	 background-image:none;
	 width: 300px;
 	 height: 60px;
	/* [disabled]text-indent: -9999px; */
}	
.header .banner{
	background-color:#999;
	height:200px;
}
/*-----------------------------------文字及內容樣式
-------------------------------------------*/
body { font-family:"微軟正黑體"}