@charset "utf-8";
body {
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #F00;
	background-color: #EFEFEF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

.font_intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #666;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}
.font_frame_maim_middle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}

.font_pink_12px {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	color: #F36;
}
.frame_top {
	margin-top: 10px;
}

.frame_main_top {
	background-image: url(frame/main_frame_top.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.frame_main_middle {
	background-image: url(frame/main_frame_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.help_htm_background {
	background-image: url(help_htm/background.gif);
	background-repeat: repeat-y;
}

.frame_main_footer {
	background-image: url(frame/main_frame_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}

