@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "微軟正黑體", "新細明體", Arial;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 1000px;
	margin: 0 auto;
	border: 1px dotted #666;
	border-top: 0;
	background: url(img/bb.gif) repeat-x;	
}
#header {
	text-align: center;
	margin-bottom: 5px;
}
#sidebar {
	float: left;
	width: 197px;	
	margin-left: 5px;
	
	border: 1px solid  #b5cbd0;
	background-color: #eef3f5;	
	
	font-size: 14px;
}
#content {
	float: left;
	margin-left: 5px;
}
#column {
	float: left;
	width: 182px;
	margin-left: 5px;
	
	border: 1px solid #b5cbd0;
	background-color: #eef3f5;
}
#footer {
	clear: both;
	text-align: center;
}

/*sidebar*/
.boxTitle {
	background: url(img/tabonbg.gif) repeat-x;
	border: 1px solid #FFF;
	border-top: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #FFF;
	padding-left: 5px;
	
	width: 190px;
}
.sidebarBox {
	margin: 0;
	padding: 0;
	
	list-style: none;
	margin-bottom: 5px;
}
.sidebarBox a {
	color: #900;
}
.sidebarBox #searchBox_searchBtn, .sidebarBox #loginBox_loginBtn {
	background: url(img/btn.png) no-repeat;
	display: block;
	width: 66px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFF;
	
	margin-left: 122px;
}.sidebarBox #searchBox_searchBtn:hover, .sidebarBox #loginBox_loginBtn:hover {
	text-decoration: none;
}
.sidebarBox li {
	padding: 2px 4px;
}
.sidebarBox .label {
	font-weight: bold;
	color: #A00;
	margin-right: 1em;
	
	float: left;
}
#customPage {	
	text-align: center;
}
#customPage img{
	border: 0;
}

/*content*/
#content #advertising {
	text-align: center;
}

#content #caseList {
	width: 590px;
	border: 1px solid #C96;
	background-color: #E8DBC3;
	font-family: "新細明體", Arial;
	padding-left: 4px;
}
#content #caseList .caseBox {
	margin: 3px 2px;
	padding: 0 1px;
	list-style: none;
	width: 32%;
	height: 250px;
	float: left;
	vertical-align: top;	
}
#content #caseList .caseBox li {
	line-height: 17px;
}
#content #caseList .caseBox img {
	width: 187px;
	height: 140px;
	border: 1px solid #666;
}
#content #caseList .casePhoto:hover {
	border: 1px solid #F00;
}
#content #caseList a {
	color: #CC0000;
	font-weight: bold;
	font-size: 13px;
}

#content #pages {
	text-align: center;
}
#content #pages .current {
	font-weight: bold;	
	text-decoration: underline;
	color: #600;
}
#content #pages a {
	margin-left: 8px;
	color: #900;
	font-weight: bold;
	font-size: 14px;
}
#content #pages a:hover {
	color: #036;
}

#detailTable {
	float: left;
	font-size: 15px;
	/*background-color: #fff6ce;*/
	/*border: 1px dotted #666;*/
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 1em;
	width: 500px;
}
#detailTable td {
	border-bottom: 2px solid #FF9933;
	/*padding: 0.3em 0;*/
	vertical-align: middle;
}
#detailTable tr {
	
}
#detailTable .label {
	padding: 0 0.5em;
	width: 6em;
	text-align: right;
	background-color: #FF9933;
	font-weight: bold;
	color: #333;
}
#detailTable .inputField{
	text-align: left;
	padding: 0.1em 0.5em;
}
#detailTable #reserveField {
	text-align: right;
	padding-right: 5px;
	border-bottom: 0;
}
#detailTable #reserveBtn {
	background: url(img/reserve.png);
	width: 81px;
	height: 21px;
	border: 0;
}

#imgList {
	float: left;
	width: 250px;
}
#imgList img {
	width: 250px;
	margin-bottom: 1em;
	border: 1px solid #999;
}
#imgList img:hover {
	border: 1px solid #FF0000;
}
#detailFooter {
	clear: both;
}

#content #aboutus {
	 width: 590px;
	 _width: 570px;
	 font-size: 16px;
	 text-align: justify;
	 text-justify: inter-ideograph; 
	 line-height: 1.5em; 
	 color: #333333;
}
#content #aboutus p {
	   text-indent: 2em;
}
#content #aboutus .secondTitle {
	  color: #990000; 
	  font-weight: bold;
}

#content #newsList {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 590px;
	_width: 570px;
	font-size: 16px;
}
#content #newsList a:hover {
	text-decoration: underline;
}
#content #newsList #tableTitle {
	font-size: 16px;
	font-weight: bold;
	color: #999933;
}
#content #newsList .newsDate {
	color: #FF5555;
	font-weight: bold;
	text-align: center;
}
#content #newsList .newsTitle {
	padding-bottom: 1em;	
	text-align: center;
}
#content #newsList .newsTitle a {
	color: #666666;
}
#content #newsList #moreNews {
	text-align: right;
}
#content #newsList #moreNews a {
	color: #AA0000;
	font-weight: bold;
}

#content #newsContent {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 590px;
	_width: 570px;
	font-size: 16px;
}
#content #newsContent a:hover {
	text-decoration: underline;
}
#content #newsContent #tableTitle {
	font-size: 16px;
	font-weight: bold;
	color: #999933;
}
#content #newsContent .newsDate {
	color: #FF5555;
	text-align: center;
}
#content #newsContent .newsTitle {
	padding-bottom: 1em;	
	text-align: center;
}
#content #newsContent .newsTitle a {
	color: #666666;
}
#content #newsContent #Previous {
	text-align: right;
}
#content #newsContent #Previous a {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
#content #newsContent #Previous a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#content #pageContent {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 590px;
	_width: 570px;
	font-size: 16px;
}
#content #pageContent a:hover {
	text-decoration: underline;
}
#content #pageContent #tableTitle {
	font-size: 16px;
	font-weight: bold;
	color: #999933;
}
#content #pageContent .pageTitle {
	padding-bottom: 1em;	
	text-align: center;
}
#content #pageContent .pageTitle a {
	color: #666666;
}
#content #pageContent #Previous {
	text-align: right;
}
#content #pageContent #Previous a {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
#content #pageContent #Previous a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#content #joinTable {
	width: 590px;
	_width: 570px;
	border: 1px solid #666;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2em;
	font-size: 12px;
	/*text-align: center;*/
}
#content #joinTable td {
	border-bottom: 1px solid #999;
}
#content #joinTable #joinTitle {
	border: 0;
}
#content #joinTable .label {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #AA0000;
	width: 9em;
}
#content #joinTable .inputField {	
	height: 2.5em;
	text-align: left;
}
#content #joinTable input {
	height: 1em;
}
#content #joinTable #enter {
	text-align: right;
}
#content #joinTable .btn, #content #joinTable #resetBtn{
	height: auto;
}
#content #joinTable #joinUC_accountText, #content #joinTable #joinUC_pwdText, #content #joinTable #joinUC_pwdCheckText, #content #joinTable #joinUC_nameText, #content #joinTable #joinUC_phoneText {
	width: 6em;
}
#content #joinTable #joinUC_emailText, #content #joinTable #joinUC_addrText {
	width: 20em;
}


#content #writeTable {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;	
}
#content #writeTable #writeCell {
	text-align: right;
}
#content #writeTable .label {
	vertical-align: top;
	font-size: 13px;
}
#content #writeTable #messageText {
	width: 520px;
	height: 150px;
}
#content #guestbook {
	width: 590px;
	_width: 570px;
}
#content #guestbook #page {
	width: 590px;
	_width: 570px;
	text-align: center;
}

#content #guestbook .guestbookBox {
	background-color: #FFCC66;
	margin: 1em 0;
	padding: 0.5em 0.5em;
	
	list-style: none;
}
#content #guestbook .mMessage {
	text-indent: -5em;
	margin: 0 5em;
}
#content #guestbook .aMessage {
	text-indent: -6em;
	margin: 0 6em;
	color: #CC0000;
}
#content #guestbook #page {
	text-align: center;	
	font-weight: bold;
	font-size: 13px;
}
#content #guestbook #page #nowPage {
	font-weight: bold;	
	text-decoration: underline;
	margin-left: 0.5em;
}
#content #guestbook #page a {
	text-decoration: none;
	margin-left: 0.5em;
	color: #CC0000;
}
#content #guestbook #page a:hover {
	text-decoration: underline;
	color: #AA0000;
}

#content #queryTable {
	width: 590px;
	_width: 570px;
}
#content #queryTable .label {
	text-align: right;
	width: 250px;
}
#content #queryTable #enter {
	text-align: center;
	padding-left: 17em;
}
#content #queryTable #result {
	text-align: center;
	padding-top: 2em;
}

#column #newsBox {
	margin: 0;
	padding: 0;
	list-style: none;
}
#column #newsBox a:hover {
	text-decoration: underline;
}
#column #newsBox .arrow {
	font-weight: bold;
	color: #585;
}
#column #newsBox .newsDate {
	color: #F55;
	padding-left: 5px;
}
#column #newsBox .newsTitle {
	padding-left: 2em;
}
#column #newsBox .newsTitle a {
	color: #666;
}


.floatCleaner {
	clear: both;
}
.style7
{
    font-size: 14px;
}