﻿@charset "utf-8";
/***********************reset 開始***************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:top;
    text-decoration:none;/*20140402 ,ely*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}
/***********************reset 結束***************************/

#gotop {	display: none;	position: fixed;	right: 20px;	bottom: 20px;	color: white;	cursor: pointer;	z-index: 10;}

/*字形 */
@font-face {
  font-family: sans-serif;
  src: local("微軟正黑體"), local("Microsoft JhengHei");
}

.content1_black {
	font-family: Arial, Helvetica,"Microsoft JhengHei", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #3D3D3D;
	font-weight: normal;
	text-align:justify;
	}
	
.tittle_nime {
  font-family: Arial, Helvetica,"Microsoft JhengHei", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	
	}
	
.tittle {
  font-family: Arial, Helvetica,"Microsoft JhengHei", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #3D3D3D;
	font-weight: normal;
	}

.marginleft17px{
 margin-left:17px;
 margin-right:17px;
}
/*字形 */


/* 頁面主體  */
body {
	background-color: #c1c1c1;
}

/* 頁面主體  */

/* 側邊攔 */
#sideBar {
	width: 100%;
	
	background-color: #f4f4f4;
	border:solid #999999;
	border-width: 0px 1px 0px 0px;
	float: left;
}

ul.tabs li {
	
}

#sideBar p {
	font-size: 16px;
	text-align:center;
	color: #fff;
	padding: 10px 0;
	background-color: #587BA3;
}

#sideBar ul {
	list-style-type: none;
	
	}

#sideBar li {
	padding: 0 15px;
	
	}

#sideBar li a {
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	text-align:center;
	display: block;
	padding: 5px 0;
	border:solid #ccc;
	border-width: 0px 0px 1px 0px;
	
	}
	
 #sideBar li a:hover {
	background-color: #E6E3E3;	
	}  
	
ul.tabs li.active {
	background-color: #d2d0d0;
	
	}	
ul.tabs li.active a:hover {
	background-color: #d2d0d0;
	
	}
	


/* 側邊攔 */
/* star內容 */


/* end 內容 */

/* copyright */
.copyright {
  font-family: Arial, Helvetica,"Microsoft JhengHei", sans-serif;
	font-size: 0.8em;
	line-height: 1.75em;
	letter-spacing: 0.025em;
	word-spacing: 0.025em;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	line-height:40px;
}

/* copyright */
