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

#top_Space{

}
/*中間區塊*/
#center_Space{
	width:980px;
/*	padding:5px 10px 120px 10px;*/
	text-align: left;
		background-color: #e6e7e7;
}
#center_Space img{
border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
/*中間左邊區塊*/
#center_Left_Space{
	width:280px;
	float:left;
	margin: 5px 0px 40px 2px;
	_margin: 5px 0px 40px 1px;/*ie6 專用hack*/
/*	background-color: #CCFF66;*/
	}

/*選單區塊*/
#theme_Menu{
	padding:20px 0 0 0;
	/*margin-bottom: 0px;*/
	/*background-color: #e6e7e7;*/
}


/*選單區塊的選單*/
#theme_Menu ul{
	padding:0 0 0 50px ;
	list-style-type:none;
	_padding:0 10px 0 50px ;/*ie6專用hack*/
	*margin:0px;/*ie6 ie7專用hack*/
}
/*選單的次項目*/
#theme_Menu .item{
	color: #000000;
	margin: 6px 0 6px  40px;
	font-size: 12px;
}
#theme_Menu .item a:link {	color: #000000;} 
#theme_Menu .item a:visited {	color: #000000;} 
#theme_Menu .item a:hover {
	color: #000000;
	text-decoration: underline;
} 
#theme_Menu .item a:active {color: #000000;}

/*選單的主要項目*/
#theme_Menu .main_Item{
	margin: 5px 0 5px 0;
	padding: 0 0 0 40px;
	color: #002570;
	font-size: 14px;
	font-weight: bolder;
	background-image: url(image/item.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}



/*左邊內容*/
#theme_Content{
	float:right;
	width:650px;
	padding:0 20px 40px 20px;  
	background-color: #FFFFFF;
}
/*內容的隱藏標題*/
#theme_Content h1{
display:none;
}
/*內容區塊*/
.content{
padding:5px;

}
/*內容的文字區塊*/
.content_text{
font-size: 14px;
color: #494949;
margin:5px 0 5px 25px;
text-align: justify;
text-justify:inter-ideograph;
}
.content_text .destab {
float:left;
}
.content_text .imgspace{
float:left;
width:230px;
}
.content_text .imgspace .imgbg{
	padding:3px;
	/*background-color:#ffffff;*/
margin-top:2px;
	border: thin solid #c8a44e;
		/*background-image: url(image/imgbg.jpg);
	background-repeat: no-repeat;*/
}


.content_text .destab th{
	color: #333333;
	text-align: left;
}
.content_text .destab .tr1{
background-color:#f4efd6;
}
.content_text .destab .tr2{
background-color:#ffffff;
}
/*內容的主要項目*/
.content h2{
	color: #3d3d3e;
	font-size: 18px;
	margining:0;
	background-image: url(image/item.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
/*內容的次要項目*/
.content h3{
	color: #648e22;
	font-size: 15px;
	padding: 3px 10px 0 15px;
	background-image: url(image/y_icon.gif);
	background-repeat: no-repeat;
		background-position: 0 center;
	margin:5px 0 5px 10px;
}
/*返回上方區塊*/
#theme_Content .back_top{
	color: #ea5006;
	font-size: 12px;
	text-align: right;
	clear:both;
}
#theme_Content .back_top a:link {color: #ea5006;} 
#theme_Content .back_top a:visited {color: #ea5006;} 
#theme_Content .back_top a:hover {	color: #FF9933;} 
#theme_Content .back_top a:active {color: #ea5006;}

/*清除浮動*/
.clearboth{
clear:both;
}

/*下方區塊*/
/* 設定相對 */
#bottom_Space{
	position: relative;
	float:left;

}

/* 設定絕對往上120 */
#transparent_Swf_Space{
	position: absolute;
	top: -120px;
	
}
/*至底裝飾用區塊*/
#left_bottombg{
	position: absolute;
	background-image: url(image/left_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width:290px;
	top: -40px;
	left:0;
}
