@charset "utf-8";
.title_9_gary_bold {
	font-family: "新細明體";
	font-size: 9pt;
	font-weight: bold;
	color: #666;
}

/* CSS Document */
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

.font_9_gary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	font-style: normal;
	font-weight: normal;
}
.main_text_9 {
	font-family: "新細明體";
	font-size: 9pt;
	color: #666;
	font-weight: normal;
	line-height: 1.5;
}

.main_text_9_Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	font-weight: normal;
	line-height: 1.5;
}
.main_text_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666;
	font-weight:  bold;
}

.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFF;
}

.Link_text_9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #013A68;
}
.index_text_8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #bebab1;
}
.H1 {
	font-family: "新細明體";
	font-size: 16pt;
	font-weight: bold;
	color: #003A66;
}
.H2 {
	font-family: "新細明體";
	font-size: 14pt;
	font-weight: bold;
	color: #003A66;
}
.H2_Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #003A66;
}

.title_11 {
	font-family: "新細明體";
	font-size: 11pt;
	font-weight: bold;
	color: #666;
}

.title_11_Arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #03C;
}
.line_dot {
	background-repeat: repeat;
	background-image: url(images/line_dot.gif);
}
.box_border {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 8pt;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.qa_box {
	background-color: #FFF;
	border: 1px dashed #999;
}
.box_normal {
	border: 1px solid #999;
}

#BOX {
	border: 1px dashed #CCC;
}
.spec_box {
	border: 5px solid #D9D6D1;
}
.red-dot {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F00;
}
