@charset "UTF-8";

/*-----------------------------------------------------------------------------
Primary Style Sheet for print
-----------------------------------------------------------------------------*/
body {
	width:800px;
	margin: 0cm auto;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial";
	background-color: #fff;
	font-size: 10pt;
}
/* regular anchor style -------------------------------------------------- */
a {text-decoration:underline;color:#999;}
img {border:none;background:transparent;}
.hidden {display:none;}
h2 {margin-top:0;font-weight:normal;}
h3 {margin-top:0;margin-bottom:3px;}
h4 {margin:6px 0;}
span.comment {font-size:0.8em;line-height:80%;}
acronym {cursor:help;border-bottom:1px #4dac26 dotted;}
span.acronym_line {text-decoration:underline;}
p,ul,dl {margin:auto;line-height:1.5em;font-size:10px;}
ul {list-style-type: none;}

/* --------------------------------------------------------------------------*/
#header {
	position:relative;
	clear:both;
	width:800px;
	height: 570px;
	margin:0 auto;
}
body.archive #header {
	height: 180px;
}
/* --------------------------------------------------------------------------*/
/* pagebody -----------------------------------------------------------------*/

#pagebody {
	clear:both;
	width:800px;
}

/* footer -------------------------------------------------------------------*/
#footer {
}

