@charset "utf-8";

/* layout 相關---------------------------------------------------------------------------------------------------------------------- */
body { margin-top: 0; margin-bottom: 0; background-image: url(/src/guocui/help/images/bg.gif); font-size: 15px; font-family: sans-serif, "新細明體", "細明體"; }
form { margin: 0px; display: inline; }
img { border:0px; }
pre  { margin-bottom: 0px; }	/* pre會多空一行,需去除 */

/* 頁面框架 */
#wrap { width: 800px; margin:0 auto; background-color: white; border: 1px solid #666; }

#header { width: 100%; background-color: white; }
#topbg_line { background-image: url(./images/head.gif); height: 120px; }

#subnav { text-align: right; font-size: 15px; letter-spacing: .3px; line-height: 22px; margin-right: 5px; padding-top: 3px; }
#subnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; margin-left: 3px; margin-right: 3px;
}
#subnav, #subnav a:hover {	color: #660033; }

h1 { color: #996600; font-size: 18px; text-align: left; margin-left: 30px; }
#footer {
	 height: 70px; padding-top: 10px; margin-top: 15px;
	 clear: both;
	 background-color: #CCCC99;

	 font: normal 12px Arial;	/* footer文字 */
	 color: #333333;
	 line-height: 22px;
	 letter-spacing: 1px;
	 text-align: center;
}