@charset "utf-8";
/* CSS Document 所有emisu都會用到的基本設定(包含body,container,toplink,footer,以及各種字體及表格樣式)*/

body  {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/bk.jpg);
}

h2{line-height: 20pt;}

#container /*主要內容區塊*/
{
	background-repeat: repeat-x;
	width: 955px;
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	background-position: left bottom;
	background-color: #FFFFFF;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
	font-size: 10pt;
	line-height: 20pt;
	color: #663300;
	background-image: url(images/bkb2.jpg);
}
#header_top {
	padding: 0px;
	height: 40px;
	border-bottom-width: 5px;
	width: 995px;
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	background-color: #58773B;
	text-align: left;
}
#top0{
	height: 180px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #58773B;
	background-image: url(images/bktop.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
}
#top1{
	width: 100%;
	height: 90px;
	text-align: right;
	padding-top: 10px;
	line-height: 14pt;
}

#menu {
	width: 100%;
	height: 65px;
	margin-bottom: 15px;
}

#menu ul{
		list-style-type: none;
		width: 730px;
	height: 65px;
	float:right;
	margin:0px;
	padding:0px;

}
#menu li{
	float:left;
}

#menu li a{
    display: block;
	width: 104px;
	height: 65px;

}
#menu li a:hover{
	left: 2px;
	top: 2px;
	right: 0px;
	bottom: 0px;
	position: relative;

}
#left /*主要內容區塊中的左長條區*/ {
	float:left;
	width: 180px;
	background-color: #6DB133;
	background-image: url(images/leftimg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 680px;
}

#right  /*主要內容區塊中的右內容*/{
	width: 700px;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 28px;
	clear: none;
	float: left;
	background-image: url(images/bkb2.jpg);
	background-repeat: repeat-x;
	padding-right: 15px;
}

#right  img{
}

			
#footer{
	clear: both;
	padding-top:10px;
	font-size: 10pt;
	text-align: center;
	line-height: 14pt;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-bottom: 10px;
	background-image: url(images/bk2.jpg);
}

.fltrt { /* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.special02 {
	clear: both;
	margin:0px 0 10px 0;
	padding: 5px 20px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	text-align: left;
	
	}
.s01{
	font-size: 10pt;
	text-align:justify;      /*讓文字齊行*/
	text-justify:distribute; /*讓文字左右齊行*/
	line-height: 22px;
	letter-spacing: 0.1em;
	color: #660000;
	padding: 30px;
}
.s02{
	font-size: 12pt;
	text-align:right;      /*讓文字齊行*/
	text-justify:distribute; /*讓文字左右齊行*/
	line-height: 22px;
	letter-spacing: 0.1em;
	color: #663333;
	padding: 10px;
}
.s03{
	font-size: 12pt;
	text-align:center;    
	text-justify:distribute; /*讓文字左右齊行*/
	line-height: 22px;
	letter-spacing: 0.1em;
	color: #663333;
	padding: 10px;
}

.s04{
	font-size: 12pt;
	text-justify:distribute; /*讓文字左右齊行*/
	line-height: 22px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
}
/* --- 文繞圖start -------------- */
div.image-left {
float: left;
margin: 15px;
}
div.image-left img {
border: 1px solid #ccc;
padding: 4px;
}
div.image-left p {
color: #666;
font-family: 'Lucida Grande', Lucida Sans Unicode;
font-size: 9px ;
margin: 3px 0 0;
text-align: center ;
}
