@charset "UTF-8";

/************************ Basics ************************/

body {
	color: #444;
	font-family: "Open Sans",Geneva, Arial, Helvetica, sans-serif, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei";
	line-height: 1.5;
	font-size: 14px;
	margin: 0; height:100%; 
	min-width: 996px;
}

*+html body, * html body { font-size: 100%;/* for WinIE 5,6,7 */ }

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; }

/**** 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; }

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
	zoom: 1;
}

* html .clearfix { height: 1%; }

.clear { clear:both; font-size: 0px; line-height: 0px; } 
.clearboth {width:100%; height:0px; line-height:0px; display:block; clear:both; overflow:hidden; font-size:0px;}

h1 {
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: -2px;
	color: #898989;
}
h2 {
	font-size: 30px;
	margin: 15px 0px 15px 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #898989;
}
h3 {
	font-size: 22px;
	margin: 15px 0px 15px 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #898989;
}
h4 {
	font-size: 18px;
	margin: 15px 0px 18px 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #AEAEAE;
}
h5 {
	font-size: 15px;
	margin: 15px 0px 15px 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #898989;
}
h6 {
	font-size: 15px;
	margin: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: #898989;
}
.w100 {
	width: 100%;
}
.inner {width:996px; margin:0px auto;}

.padding_top {
	padding-top: 15px;
}
.padding_left8 {
	padding-left: 8px;
}
.padding_right8 {
	padding-right: 8px;
}
.padding_right30 {
	padding-right: 30px;
}
.padding_right50 {
	padding-right: 50px;
}


.padding_down {
	padding-left: 8px;
}


.padding_top30 {
	padding-top: 30px;
}
.img_border {
	border: 1px solid #b8b8b8;
}

.fr, .alignright {float:right;}
.border_line {
	border: 1px solid #CCC;
	padding: 2px;
}
.margin_left8 {
	margin-left: 8px;
}
.margin_right8 {
	margin-right: 8px;
}
.margin_right60 {
	margin-right: 60px;
}

.margin_down8 {
	margin-bottom: 8px;
}
.margin_down20 {
	margin-bottom: 20px;
}
.margin_top20 {
	margin-top: 20px;
}
.margin_top8 {
	margin-top: 8px;
}
.bluetxt {
	color: #0373b4;
	font-size: 100%;
}
.bluetxt02 {
	color: #003399;
	font-size: 100%;
}
hr {
	clear: both;
	margin: 0px;
}
hr.light-gray {
	background-image: url(../images/public/hr_bar_02.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	display: inline-block;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1px;
}
.orangetxt {
	color: #FF6600;
	font-size: 100%;
}
