/* 晶昌CSS排版  */

a:link {
	text-decoration: none;
	color: #059;
}
a:visited {
	text-decoration: none;
	color:#059;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

body{
	background:#EEEEEE;
	text-align:center;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}


/*Div標籤包住全部  */
#container{
	
	background-color:#FFFFFF;
	width:980px;
	height:auto;
	margin:auto;
	position: relative;
    text-align: left;

	

}

/*網頁頭部*/
#header{
	width:980px;
	height:352px;
	background-color:#FFFFFF;
}

/*網頁頭部上半段*/
#head_top{
	width:980px;
	height:67px;
	background-color:#FFFFFF;
	
	}

#head_top_1{
	
	float:left;
	
}

#head_top_2{
	float:left;
	padding-top:12px;
	padding-left:15px;
		
}

#head_top_3{
	float:left;
	padding:37px 15px 0px 15px;

}
#head_top_4{
	float:left;
	padding:12px 15px 0px 0px;

}
#head_top_5{
	float:left;
	font-size:0.8em;
		
}
/* 把5的部份分成3X2區塊...上下為a.b.c..左右為1.2 */

#head_top_5_a{
	
}


#head_top_5_a_1{
	float:left;
	margin:10px 0px 0px 0px;
}

#head_top_5_a_2{
	float:left;
	margin:10px 0px 0px 10px;
	
}

#head_top_5_b{
	clear:both;

}

#head_top_5_b_1{
	float:left;
	margin:2px 0px 0px 0px;
}

#head_top_5_b_2{
	float:left;
	margin:2px 0px 0px 10px;
	

}

#head_top_5_c{
	clear:both;

}

#head_top_5_c_1{
	float:left;
	margin:2px 0px 0px 0px;
	
}

#head_top_5_c_2{
	float:left;
	margin:2px 0px 0px 10px;
}

/* 網頁頭部上半部結束 */

/* 網頁頭部下半部start */
/* 每頁各自獨立設定 */

/* 網頁頭部下半部END */


/* 網頁主體Start */

/* 到該頁去每頁獨立設定 */

/* 網頁主體End */




/* 網頁尾部start */
#footer{
	clear:both;
	font-size:0.8em;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.3em;
	width:980px;
	height:150px;
    background-image:url('image/bg2012.jpg'); background-repeat:no-repeat;
	line-height:20px;
}
#footer_a{
padding-top:66px;	

}

#footer_a_1{
	float:left;
	padding:0px 30px 0px 200px;

}

#footer_a_2{
	float:left;
	
}

#footer_b{
	clear:both;
}

#footer_b_1{
	float:left;
	padding:0px 50px 0px 200px;
}

#footer_b_2{
	float:left;
}

#footer_copyright{
	clear:both;
	text-align:center;
	color:#CCCCCC;
	
}

.titleclass {
	background-color: #F3FBFE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0AB9E5;
	border-right-color: #0AB9E5;
	border-bottom-color: #c3c3c3;
	border-left-color: #0AB9E5;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}

.titleclass2 {
	background-color: #d2e9f2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0AB9E5;
	border-right-color: #0AB9E5;
	border-bottom-color: #c3c3c3;
	border-left-color: #0AB9E5;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}

.tableline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #c3c3c3;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-left-color: #c3c3c3;
}

.tableline2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #c3c3c3;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-left-color: #c3c3c3;
}

/* 網頁尾部End */

/* 選單start */

	
	/* remove the list style */
	#nav {
		font-family:arial; font-size:11px;
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:138px; 
			background:#ccc; 
			position:relative;
			z-index:500; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			font-weight:700;  
			height:23px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#333;
		}

		#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:100px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#666;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

/* 選單end */