/************************************************************************************
RESET
*************************************************************************************/
* {
-webkit-text-size-adjust:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0 0 0 0 ;
    padding: 0 0 0 0 ;
}

img, fieldset {
    border: 0;
	outline:none;
}


/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    background:  #FFFFFF ;
	font-family: "Arial, Helvetica, sans-serif" ,"微軟正黑體";
    color: #666;
}
a {
    color: #026acb;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
	cursor: pointer;
}
p { 
    margin: 0 0 0 0;
    padding: 0;
}

/* list */
ul, ol {
    margin: 0 0 0 0;
    padding: 0;
	list-style:none;
	line-height: normal;/*避免listing會走位*/
}
li {
    margin: 0 0 0 0;
    padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    margin: 0 0 0 0 ;
    color: #CCCCCC;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}

/************************************************************************************
header
*************************************************************************************/
#green_bar{
	width: 100%;
	height:6px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	background-color:#23958d;
}



#header{
	width:950px;
	height:165px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	position:relative;
}



/************************************************************************************
News
*************************************************************************************/
#wrap_news{
	width:950px;
	padding:0 0 0 0;
	margin:0 auto 85px auto;
	position:relative;
}

#news_head{
	width:950px;
	height:55px;
	margin:15px 0 0 0;
	padding:0;
	position:relative;
}


#wrap_sub_content{
	width:950px;
	padding:36px 0;
	margin:0 0 0 0;
	position:relative;
	border-bottom:solid 1px #23958d;
}

#sub_img{
	width:505px;
	padding:0;
	margin:0;
	position:relative;
}

#sub_content{
	width:370px;
	padding:0 0 10px 0;
	margin:0 0 0 0;
	position:relative;
}

#sub_content h1{
	color:#6D6E70;
	line-height:28px;
	font-size:24px;
	font-weight:bold;
	margin-bottom:28px;
}

#sub_content p{
	color:#666;
	font-size:14px;
	line-height:24px;
	text-align: left;
	text-decoration:none;
}
	
.left{
	float:left;
}

.right{
	float:right;
}
	


/************************************************************************************
Footer
*************************************************************************************/


#wrap_footer{
	width:100%;
	height:124px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


	

	




