@charset "big5";

/* html,body
---------------------------------------------*/
html,
body {
	height: 100%;
	min-width: 100%;
}
/* ªì´Á³]©w
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
body {
	color: #000;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif, serif;
	margin: 0px;
}
*+html body, * html body {
	font-size: 82%; /* for WinIE 6,7 */
}
/*\*/
* html .clearfix { height: 1%; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
.clear {
	zoom:1;
	clear:both;
	font-size: 2px;
	line-height: 2px;
} 
form {
	margin: 0px;
	padding: 0px;
}

/* ®Ø¬[
---------------------------------------------*/
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color: #000000;
	background-image: url(../images/tai_header_bg_01.gif);
	background-repeat: repeat-x;
	height: 90px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
}

#logo {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
}
.btnbox {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.linebox {
	background-image: url(../images/main_line_01.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 772px;
	margin-top: 1px;
	margin-bottom: 30px;
}
.space01 {
	margin-right: 16px;
}

#footer {
	background-image: url(../images/tai_footer_bg_01.gif);
	background-repeat: repeat-x;
	height: 35px;
	position: absolute;
	bottom: 1px;
	width: 100%;
	color: #999999;
}
#copyright {
	font-size: 86%;
	color: #999999;
	text-align: right;
	padding-top: 10px;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
}


#content {
	top: 100px;
	bottom: 38px;
	width: 100%;
	position: absolute;


}
#contaner  {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
}
#contaner  .flashbox  {
	margin-top: 41px;
	margin-right: auto;
	margin-left: auto;
}

.errorbox {
	background-color: #FFFFCC;
	padding: 6px;
	margin-top: 45px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc3300;
	border-right-color: #cc3300;
	border-bottom-color: #cc3300;
	border-left-color: #cc3300;
	color: #cc0000;
	font-weight: bold;
}
