@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-family: arial, helvetica, clean, sans-serif;
	line-height: 1.5;
	font-size: 13px;
	background-color: #ededed;
/* 	background-image: url(../images/navmenu/bg_01.png); */
	background-repeat: repeat-x;
	background-position: top;
}
/* body {
	background-image: url(../images/she_body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
} */

*+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;
	}
hr {
	display: none;
}

strong,em {
	font-weight: bold;
	font-style: normal;
}
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.clearfix {
 display: inline-block;
}
* html .clearfix {
 height: 1%;
}






/**** 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());
}

/**** Firefox：加上這個，就都可以了****/

:focus {
  -moz-outline-style: none;
}

.buttons {
	cursor: auto;
	_cursor: hand; /* for WinIE 5,6 */
}

/**** body 背景 ****/
.pdddingdown15 {
	padding-bottom: 15px;
}
.pdddingdown25 {
	padding-bottom: 25px;
}
.pdddingright24 {
	padding-right: 24px;
}

.pdddingup15 {
	padding-top: 15px;
}
.pdddingleft24 {
	padding-left: 24px;
}
.pdddingleft18 {
	padding-left: 18px;
}
.marginup5 {
	margin-top: 5px;
}
.marginup15 {
	margin-top: 15px;
}

.marginup10 {
	margin-top: 10px;
}
.margindown10 {
	margin-bottom: 10px;
}
.marginup22 {
	margin-top: 22px;
}
.marginup30 {
	margin-top: 30px;
}

.margindown15 {
	margin-bottom: 15px;
}
.clear {
	zoom:1;
	clear:both;
	font-size: 0px;
	line-height: 0px;
} 
.redtxt {
	color: #FF3300;
}
.bluetxt {
	color: #3366CC;
}
.greentxt {
	color: #8B9F07;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}

fieldset {
	clear: both;
	width: 100%;
	border: 1px solid #BFBAB0;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/navmenu/main_bg_01.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
}
*fieldset {
	position: relative;
	top: 0.75em;
}

legend {
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #1990b0;
	/*
	margin-left: 1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1990b0;
	overflow: hidden;
	width: 130px;
	text-align: center;*/
}


*legend {
	position: relative;
	left: 5px;
	top: -0.75em;
} 
.popBoxbg {
	background-color: #FFFFFF;
	background-image: none;
}
