@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.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	background-color: #d4e9ef;
	 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: 10%;
}
h4,h5,h6{
	font-family: Helvetica, Georgia, Arial, "sans-serif，細明體";
	font-size: 10%;
}
a{	text-decoration: none;}
img{border:none}
#wrapper{
	width: 957px;
	margin-right: auto;
	margin-left: auto;}

.clear{	clear: both;}
/* Header */
#header{
	width: 930px;
	height: 79px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 9px;
	padding-left: 17px;
	padding-right: 10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Main Content */
#main{
	width: 943px;
	background-image: url(../images/bg_middle.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	padding-left: 14px;
}
#content{
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	letter-spacing: 0.1em;
	background-image: url(../images/bg_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 870px;
}

#cornerline{
	width: 770px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
	margin: 0px;
}
/* Footer */
#footer{
	width: 100%;
	overflow: hidden;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
/* Claim */
#claim{
	width: 957px;
	background-image: url(../images/bg_down.jpg);
	background-repeat: no-repeat;
	height: 66px;
	margin-right: auto;
	margin-left: auto;
}
