@charset "utf-8";
/* Basic */
html,body,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote,object,img,em,form,input,textarea,label{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-size: 12px;
	background-color: #ece5c8;
	background-position: center;
	margin:0;  /* 必須 */
    border:0;
    height:auto; /* 必須 */
    overflow-y:auto;/* 必須 */    
}
#adv {
    display:block;
    bottom:5%; right:1%; 
    width:130px;
    position:fixed;
    z-index: 10;

}  /* IE並不認識fixed，而FF認識 */
* html #adv {position:absolute;} /* 這個只有IE認識 */

h1,h2,h3{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	font-size: 20%;
}
h4,h5,h6{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	font-size: 10%;
}
a{	text-decoration: none;}
img{border:none}
#wrapper{
	width: 933px;
	margin-right: auto;
	margin-left: auto;}

.clear{	clear: both;}
/* Header */
#header{
	width: 930px;
	height: 92px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Main Content */
#main{
	width: 930px;
}
#cornerline{
	padding: 0px;
	width: 100%;
	margin: 0px;
	display: block;
	overflow: hidden;
}
/* Footer */
#footer{
	width: 803px;
	margin-top: 1em;
	margin-bottom: 0.1em;
	height: 25px;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	text-align: center;
	background-image: url(../images/bg_copyright.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* Claim */
#claim{
	width: 813px;
	padding-bottom: 20px;
	float: right;
	text-align: center;
}
