@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，細明體";
	font-size: 12px;
	background-repeat: no-repeat;
	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{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 15px;
	margin-bottom: 800px;
}

.clear{	clear: both;}
/* Header */
#header{
	width: 932px;
	height: 249px;
	margin-left: 3px;	
}
/* Main Content */
#main{
	width: 932px;
	padding-left: 3px;
	margin-right: auto;
	margin-left: auto;
}
#content{
	width: 100%;
	background-color: #c6ad03;
	overflow: hidden;
	}


/* Footer */
#footer{
	background-color: #bbb58e;
	background-image: url(../images/pic_contact_phone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 590px;
	clear: both;
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
/* Claim */
#claim{
	background-repeat: no-repeat;
	height: 138px;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}
