@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-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	
}

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: 932px;
}

.clear{	clear: both;}

/* Header */
#header{
	width: 932px;
	height: 249px;
	margin-left: 3px;	
}

/* Main Content */
#main{
	width: 932px;
	padding-left: 3px;
}

#content{
	width: 100%;
	overflow: hidden;
	}

/* Footer */
#footer{
	background-color: #fff2bf;
	background-image: url(../images/pic_contact_phone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	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-image: url(../images/bg_down.jpg);
	background-repeat: no-repeat;
	height: 138px;
	width: 932px;	
}
