@charset "UTF-8";
/* CSS Document */

body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #492718;
	background-color: #FFFFFF;
	}
h1{/* 大標設定 */
	color: #513422;
}
.text1{ /* 邊框設定 */
border:1px solid #492718;

}
#inquiry {
	width: 600px; 
}

#inquiry table {
	margin-left:0px;/* 表格左邊設定 */
	border-top: 1px solid #fff; 
	border-bottom: none;
	border-left: none; 
	border-right: none;
	font-size: 100%; /* 為了要在Windows Internet Explorer 5上也能正常顯示，指定字型大小 */
	width: 100%; 
}

#inquiry td { /* 選項 */
	border-top: none;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	padding: 10px;
	}
#inquiry th { /* 標題 */
	border-top: none;
	border-bottom: 1px solid #fff; 
	border-left: 4px solid #492718; 
	border-right: none; 
	background-color: #eeeadd; /* 標題底色 */
	text-align:right;
	font-weight: bold; 
	padding: 10px; 
	width: 250px;
}
#inquiry th.must { /*  must的設定*/
}
#inquiry .submit { /* icon */
	text-align:center;
	margin-top:30px;
}

</style>