@charset "utf-8";
/* CSS Document */
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,object {

	
}

body  {
	background: #ffffff;
	text-align: center;
	font-family: "新細明體";
	margin: 0px;
	height:100%;
}

a{
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}

p{ margin:0px;padding:0px;margin-top:0px;}
body,div,form,h1,h2,h3,h4,h5,h6,h7 { margin:0px; padding:0px;}
ul,li{list-style:none;margin:0px;padding:0px;}
img{border:none;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	line-height: 0px;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.hand{
	cursor:pointer
}


/* 全區塊 */
#wrapper {
	width: 987px;
	text-align: left; 
	position: relative;
	margin: 0px auto;
} 