/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   2014/11/19由亞格Sky改寫 */
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,
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: baseline;
}

/* HTML5 display-role reset for older browsers(HTML5對於舊的瀏覽顯示器的作用重置) */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* 去除 引用句 前後引號*/
blockquote, q {
	quotes: none;
}
/* 縮排前後加上引號*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup 
table {
	border-collapse: collapse; 允許框線重疊和border-spacing: 0相同
	border-collapse: separate; 設置單元格各別的邊線
	border-spacing: 0px 0px;
}*/
/* v1.0版 (200802)*/
/* 記得定義焦點風格! 
:focus { outline: 0;}
:focus { outline: thin dotted invert }*/
/* 記得在某種程度上凸顯插入(書名號 刪除線)! 
ins { text-decoration: underline;}
del { text-decoration: line-through;
}*/
html { }
/* default.css */
/**********************************************************************************************************************************************************************/
/* 以下為了保留預設樣式暫時不歸零，且還原改寫預設值*/
table, caption, tbody, tfoot, thead, tr, th, td{ font-size: 100%; }

ol, ul, li      { list-style:none; }

strong          { font-weight: bolder;}
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
bg{ background-color:rgba(153,153,102,0.4)}
/* 以下是全站文字顏色統一和連結偽類設定 http://ued.taobao.org/blog/2011/04/onfocus-this-blur/*/
/***********************************************/

/* 還沒被點選過的平常狀態 */
a:link{text-decoration:none; color:#555;}
/* 已被訪問過後的狀態 */
a:visited{text-decoration:none; color:#555;}
/* 滑鼠移到超連結上的狀態(游標換成手)*/
a:hover{text-decoration:none; color:#de4580;}
/* 超連結標籤被聚焦（滑鼠點擊時的那一短暫時間啟用；:focus適用障礙人士通過tab鍵來查看，排在:hover後，會覆蓋:hover樣式 */
a:focus{text-decoration:none; color:#db4580; }
/* 按下去並且放開滑鼠的這短暫時間(行動裝置要有此設定才行) */
a:active{text-decoration:none; color:#db4580;} 
/* 消除連結虛線 For IE, onFocus 的 F 要大寫*/
a{noFocusline:expression(this.onFocus=this.blur());}
/* 消除連結虛線 For Firefox */
a:focus{-moz-outline-style:none;}
:lang(zh-TW){}   /*當語言為zh-TW的樣式*/
:first-child{}   /*第一個元素的樣式*/
:nth-child(odd){}   /*單數格的樣式*/
:nth-child(even){}   /*雙數格的樣式*/
q:lang(zh):before {content:'中文：'; background:red; }/*lang(語言標籤) */
/*display參數的block、list-item、compact、run-in 參數值可以使元素變成區塊等級元素
display參數的inline、inline-table、compact、run-in 參數值可以使元素變成行內等級元素*/


/*排版對齊樣式*/
/***********************************************/
.reset, dl.reset dd{ margin:0; padding:0; list-style: none;}
.clear-both { clear: both; display: block; font: 0px/0px sans-serif;}
.clear-left { clear:left;}
.clear-right { clear:right;}
.float-left { float: left;}
.float-right { float: right;}
.text-center{ text-align:center;}
.text-left{ text-align: left;}
.text-right{ text-align: right;}
.space{ margin:0 5px 0;}
.margin_5{ margin:5px;}
.margin_10{ margin:10px;}

/*水平線樣式*/
/***********************************************/
hr{border:none; height:0px; border-bottom: 1px solid #ccc; background-color: #FFF;}
hr.line_dash {border:none; height:0px; border-bottom: 1px dashed #ccc; background-color: #FFF;}
hr.line_dot {border:none; height:0px; border-bottom: 1px dotted #ccc; background-color: #FFF;}
hr.line_img { border:none; height: 1px; background:url(../images/spacer.gif) scroll #ccc;}