@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-color: #444;*/
	/*background-image: url(../images/bg.jpg);*/
	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;
	background:#fff;	
}
/* Main Content */
#main{
	width: 932px;
	padding-left: 3px;
}
#content{
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
	}


/* Footer */
#footer{
	background-color: #ebf0ec;
	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: 18px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
}
/* Claim */
#claim{
	background-image: url(../images/bg_down.jpg);
	background-repeat: no-repeat;
	height: 138px;
	width: 932px;	
}
