@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html, body {height: 100%;}
body {
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #666;
}

*+html body, * html body { font-size: 82%;/* for WinIE 5,6,7 */ }
img { border: none;}
form { margin: 0px; padding: 0px;}
a:link { text-decoration: none;	}
a:visited {	text-decoration: none; }
p {padding: 0; margin: 0;}
ul, li {list-style: none; padding: 0; margin: 0;}
img {border: none;}
h1, h2, h3, h4, h5 {padding: 0; margin: 0;}
hr { display: none; }


/**** IE：針對li及a，移除外框 ****/
a {
	outline:none;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
	noFocusLine:expression(this.onFocus=this.blur());
	text-decoration: none;
}
li, a { noFocusLine:expression(this.onFocus=this.blur()); }
:focus { -moz-outline-style: none; }/**** Firefox：加上這個，就都可以了****/
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clear {
	zoom:1;
	clear:both;
	font-size: 0px;
	line-height: 0px;
} 
.left {float: left;}
fieldset {
	clear: both;
	border: 1px solid #BFBAB0;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(file:///F|/Backup/PC08/D/web_%E5%8E%9F%E5%A7%8B%E6%AA%94/%E9%9B%BB%E9%9B%BB/j2by/images/main_content_bg_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
}
legend {
	color:#fff;
	font-weight:bold;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: #FF9900;
	border-top-width: 1px;
	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: #FFCC66;
	border-right-color: #8A4500;
	border-bottom-color: #8A4500;
	border-left-color: #FFCC66;
	height: 25px;
}


*legend {
	position: relative;
	left: 5px;
	top: -0.65em;
} 
*fieldset {  
position: relative; 
}
.right {float: right;}
/* 未連結 */
a:link { color: #333333; }
/* 已連結過  */
a:visited {	color: #666666; }
/* 滑鼠移至連結   */
a:hover{
	text-decoration: underline;
}
/* 選擇的連結 */
a:active{ color: #000099; }
.space_left {
	margin-left: 12px;
}

.space_right {
	margin-right: 12px;
}

.space_top {
	margin-top: 12px;
}
.space_down {
	margin-bottom: 12px;
}
.space_down8 {
	padding-bottom: 8px;
}

.space_down30 {
	margin-bottom: 30px;
}
	input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
input {
	vertical-align: middle;
}


.w240 {
	width: 240px;
}
.w120 {
	width: 120px;
}
.w100 {
	width: 100%;
}
.w200 {
	width: 200px;
}
.w130 {
	width: 130px;
}
.w300 {
	width: 300px;
}
.w20 {
	width: 80%;
}


.w80 {
	width: 80%;
}
.w80p {
	width: 80px;
}
.w96 {
	width: 96%;
}
.w90 {
	width: 90%;
}



.browntxt {
	color: #78552E;
}


.smalltxt {
	font-size: 92%;
}
.bluetxt {
	color: #004e91;
}
.redtxt {
	color: #CC0000;
}
.redtxt a {
	color: #CC0000;
	text-decoration: underline;
}
.buttom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bababa;
}

.buttons {
	cursor: hand;
	_cursor: hand; /* for WinIE 5,6 */
}

.inputstyle01 {
	border: 1px solid #CCCCCC;
	color: #000066;
	background-image: url(../images/public/bg_login_input_gray.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px;
}


.hr02  {
	color:#ccc;
	width:100%;
	height:18px;
	border:none;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/public/hr_bar_01.gif);
	background-position: left;
}
.bluetxt2 {
	color: #000066;
}

.submit01   {
	background-image: url(../images/public/formbg2.gif);
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background-repeat: repeat-x;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 0px;
	border: 1px solid #CCCCCC;
	background-position: top;
	text-decoration: none;
}
