@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0;
margin: 0;
}
body {
	background-color: #FFF;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img { 
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
}
#header {
	height: 300px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header #headerBanner {
	float: left;
	height: 300px;
	width: 800px;
	background-image: url(../images/banner_BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#clearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#navigation {
	height: 52px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
}
#navigation ul li {
	float: left;
	height: 52px;
	width: 200px;
	display: block;
	background-color: #ff1c76;
}
#navigation ul {
	height: 52px;
	width: 800px;
	padding: 0px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}

#form {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#form #reserveForm fieldset {
	width: 800px;
	background-image: url(../images/content_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	top: -4px;
}

#form #reserveForm fieldset .step1_title {
	background-image: url(../images/step1_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
	width: 800px;
	margin-bottom: 24px;
	display: block;
}
#form #reserveForm fieldset .notice1 {
	background-image: url(../images/notice_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#form #reserveForm fieldset ul {
	width: 546px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 13px;
	color: #333;
	padding: 25px;
	letter-spacing: 1px;
	line-height: 19px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F00;
	border-left-color: #F00;
}
#form #reserveForm fieldset ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(../images/star.jpg);
	margin-left: 20px;
}

#form #reserveForm fieldset .notice3 {
	background-image: url(../images/notice_checkbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 13px;
	color: #333;
	text-align: right;
	padding-right: 25px;
	padding-top: 10px;
	padding-left: 25px;
	margin-bottom: 35px;
}
#form #reserveForm fieldset #id {
	background-image: url(../images/id_BG.jpg);
	background-repeat: no-repeat;
	background-position: 121px top;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 800px;
	position: relative;
}
#form #reserveForm fieldset #password {
	background-image: url(../images/password_BG.jpg);
	background-repeat: no-repeat;
	background-position: 121px top;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	position: relative;
}
#form #reserveForm fieldset #login {
	display: block;
	width: 156px;
	position: relative;
	left: 536px;
	top: -49px;
}

.txtBoxA {
	background-color: #FFF;
	border: 1px solid #FFF;
	width: 255px;
	display: block;
	margin-left: 240px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #666;
}
#form #reserveForm fieldset #register {
	font-size: 13px;
	color: #FFF;
	line-height: 38px;
	width: 153px;
	float: left;
	display: block;
	position: relative;
	left: 220px;
}
#form #reserveForm fieldset #forget {
	width: 153px;
	float: left;
	display: block;
	position: relative;
	left: 220px;
}
#form #reserveForm fieldset #notIn {
	float: left;
	height: 38px;
	width: 156px;
	margin-left: 10px;
	display: block;
	position: relative;
	left: 220px;
}
#form #reserveForm fieldset .step2_title {
	background-image: url(../images/step2_title.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 800px;
	display: block;
	margin-bottom: 32px;
}
.infoA {
	font-size: 13px;
	color: #333;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
#form #reserveForm fieldset #invoice {
	background-image: url(../images/invoice_BG.jpg);
	background-repeat: no-repeat;
	background-position: 121px top;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 530px;
	position: relative;
	float: left;
}
.style1 {
	color: #F06;
}
.style1 a {
	color: #F06;
	text-decoration: underline;
}
.style1 a:hover {
	color: #F09;
	text-decoration: underline;
}

#form #reserveForm fieldset #confirm {
	float: left;
	height: 48px;
	width: 76px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
#form #reserveForm fieldset #add {
	float: left;
	height: 48px;
	width: 76px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}

#form #reserveForm fieldset #trashCan {
	float: left;
	height: 48px;
	width: 36px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
#form #reserveForm fieldset #submit {
	position: relative;
	height: 39px;
	width: 107px;
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 12px;
	display: block;
	right: 92px;
}
#form #reserveForm fieldset #rewrite {
	float: right;
	height: 39px;
	width: 107px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	right: 92px;
}
#footer {
	background-image: url(../images/footer_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 63px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 35px;
}
#footer address {
	color: #999;
	font-family: "微軟正黑體", "新細明體", Tahoma, sans-serif, Arial;
	font-size: 12px;
	line-height: 63px;
}
