@charset "utf-8";

@import url(style.css);

body{
	 padding:0 ; margin:0 ; background:#fff;
	 background:url(../img/bg.gif) repeat-x
}

#wrap {
	margin:0 auto ; width:1000px ; background:#fff; height:auto ;-moz-box-shadow:2px 2px 10px #ccc;-webkit-box-shadow:2px 2px 10px #ccc ;box-shadow:2px 2px 10px #ccc;
}

#logo {
	background:url(../img/top_ui.jpg); width:1000px; height:87px;	
	font-size:16pt;
	line-height:70px;
}

span.note{
	color:#C30; font-size:13px;
}


#navi  ul li{
float:left; list-style:none; margin:0 2px; padding:10 ;display:block
}


#navi li {
	padding:5px; margin-bottom:10px; border-right:1px solid #39C; color:#39C ; font-weight:bold
}


#navi li a{
	 color:#39C
}

#navi li a:hover{
	 color:#63F
}

#titleText{
	font-size:1.7em;
	text-align:right;
	padding-right:50px;
	padding-bottom:10px;
	font-style:italic; font-weight:bold ; color:#606
}


/*--------重要說明-----------*/


/*----------------*/

.notice{
	background:url(../img/text_Bg.gif);
	margin:20px 30px;
	padding:5px;
	letter-spacing: 2px;
	line-height: 25px;
	overflow: visible;
	height: 400px;
}



.clearfix{
	clear:both; 
}







/*----------最下方　按鈕擺放區塊------------*/

.under{
	margin:0 auto;
	width:100%;
	text-align:center;
	position:fixed;
	top:auto; /*距離上方像素*/
	bottom:0;
	z-index:100; /*重疊時會在其他元素之上*/
	background:#85AF4B;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90; 
	height: 50px;
}



/*-------------footer---------------*/

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 110px} 

#footer {position: relative;margin-top: -110px;height: 150px;clear:both}

.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

/*-----導覽地圖層級------------*/

#location_navi{
	margin:0 20px; padding:3px;font-size:0.8em ; letter-spacing:0.2em;color:#63C; background:#E1DDEA
	}

#location_navi span{
	 
}

#location_navi span a{
	color:#63C; text-decoration:none
}

#location_navi span a:hover{
	color:#C00;	 
}
