@charset "utf-8";
/* CSS Document */








/*---------------------------------Html標籤樣式設定------------------------------------------*/
/*設定頁面共用樣式*/
body {
	font-family: Arial, Helvetica, "Times New Roman",  "Century Gothic", Verdana, Geneva, "新細明體";
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	background-color:#fff;
	behavior:url("css/csshover.htc"); 
}
/*設定內文段落樣式*/
p {
	font-size:1em;
	padding:0em 1em 0.5em 1em;
	color:#333;
	/*text-indent:2em;*/
	line-height:1.5em;
	letter-spacing:0.1em;
	margin-top:0em;
	
}
/*設定圖片顯示取消外框*/
img {
	border:0px;

}

/*設定頁面內容標題*/
.title {
	height:40px;
	background-image:url(images/title_bar.jpg);
	background-repeat:no-repeat;
	padding:0em 0 0 4em;
	font-size:1em;
	color:#069;
	font-weight:bold;
	letter-spacing:0.1em;
	
}

/*---------------------------------版面樣式設定------------------------------------------*/
/*主版面設定*/
#wrapper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#fff;
	

}
/*內版面設定*/	
#wrapper_inner {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background:#fff;
}

/*頁首標頭區塊設定*/
#header {

	background:url(images/header_bg.jpg) no-repeat;
}


/*網站內容呈現區塊設定*/
#content {
	width:100%;
	height:100%;
	float:left;
	text-align:center;
	padding:0;
	background-color:#2C6DC1;

}


/*網站頁尾區塊設定*/
#footer {
	width:100%;
	height:80px;
	text-align:center;
	font-size:0.8em;
	padding-left:0em;
	padding-top:1em;
	padding-bottom:0em;
	line-height:17px;
	color:#999;
	clear:both;
}

#footer_menu{
	height:25px;
	width:100%;
	background:#fff;
	/*background-image:url(images/menu.jpg);
	background-repeat:no-repeat; */
	float:left;
	}
#footer　p{
	text-align:left;
	}
.footer_menu_item {
padding:0 0.3em;
font-size:12px;
color:#666;
line-height:25px;
}

#footer_menu .footer_menu_item a:link {
	color:#06f;
	text-decoration:none;
}
#footer_menu .footer_menu_item a:visited {
	color:#06f;
	text-decoration:none;
}
#footer_menu .footer_menu_item a:hover {
	color:#F60;
	/*text-decoration:underline;*/
	border-bottom:dotted 1px #999;
}