@charset "utf-8";

.MainCont{
	min-height:200px;
	width:100%;
	}
.PgPos{/*設定MainCont內容起始位置,避開被主視覺圖蓋住的問題(內頁用)*/
	padding:235px 60px 0 60px;
	width:855px;
	}
.McPos{/*設定MainCont內容起始位置,避開被主視覺圖蓋住的問題(首頁用)*/
	padding:450px 0 0 0;
	}	
	
/*-------------頁尾 S--------------------*/
.CRnav{
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#f1f1f1;
	border-bottom:1px solid #bbb;
	border-top:1px solid #bbb;
	font-size:15px;
	}
.CRnav a{
	margin:0 0 0 40px;
	color:#323232;
	}
.CRnav a:hover{
	color:#09f;
	}
.CRinfo{
	padding:20px 0;
	margin:0;
	width:100%;
	background:#f1f1f1;
	}	
.CRinfo li{
	padding:0;
	margin:0 0 0 35px;
	width:200px;
	list-style:none;
	float:left;
	font-size:12px;
	line-height:18px;	
	}
.CRinfo li:first-child{
	text-align:center;
	font-size:15px;
	color:#323232;
	font-weight:bold;
	line-height:60px;
	}
.CopyRight{
	background:#8e0b0b;
	width:100%;
	height:40px;
	font-size:12px;
	line-height:40px;
	color:#FFF;
	text-align:center;
	}
/*-------------頁尾 E--------------------*/

/*-------------TopMenu S--------------------*/
.TopMenu{
	width:673px;/*原大小為975px,須扣除本身padding:352px的值*/
	height:67px;
	position:absolute;
	z-index:2;
	background:url(../images/Index_MenuBG.jpg) no-repeat;
	margin:0 0 0 302px;
	padding:0;
	}
.TopMenu li{/*滑鼠變換影像由JQ控制*/
	width:98px;
	height:78px;
	float:left;
	list-style:none;
	margin:11px 0 0 30px;
	}
.TopMenu li:first-child{
	margin:11px 0 0 40px;
	}
/*-------------TopMenu E--------------------*/
.IndexLogo{
	position:absolute;
	z-index:2;
	}
.IndexPhoto{
	position:absolute;
	z-index:-1;
	margin:0 auto;	
	}

/*以下為全站共用樣式*/
body {
	width:975px;
	margin:0 auto;
	padding:0;
	background:url(../images/Index_BG.gif) repeat-y center center #f1f1f1;
	font-size:13px;
	line-height:26px;
	color:#323232;
}
a img {	border: none;}
div {font-family:Arial, Helvetica, sans-serif, "新細明體"; text-align:justify;}
a:link,a:visited,a:active  {text-decoration: none;}
a:hover {text-decoration: none;}

.CL{clear: both;}
.FL{Float:left;	}
.FR{Float:right;}
.FC{margin-left:auto;margin-right:auto;}

.W48{font-size:48px;}

