@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();
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	background-color: #ddd0f2;
}
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: 957px;
	margin-right: auto;
	margin-left: auto;}

.clear{	clear: both;}
/* Header */
#header{
	width: 1000px;
	height: 369px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
/* 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: 865px;
	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;
}
/* table */
.t1 {
	border: none;
	border-collapse: collapse;
	margin: 2em auto;
}
.t2 {
	padding: 0.3em 1em;
	border-top: 2px solid #ff6600;
	border-left: none;
	border-right: none;
	empty-cells: show;
}
.t3 {
	color: #000000;
	background: #ffcc99;
}