@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	font-size:0.75em;
	color:#333333;
}
a{ color:#336600; }
p{ margin:0; }
img{ border:none; }
.clearFloat{ /*清除 float*/
	clear:both;
	line-height:1px;
}

div#page{ /*整體寬度與背景*/
	margin:0 auto;
	width:980px;
	background:url(img/puzzles-1.gif) right top no-repeat;
}
div.top, div.host{ /*左方漸層背景*/
	background:url(img/barBg.jpg) repeat-y;
}
div.title{ /*右上LOGO*/
	width:360px;
	float:right;
	margin-right:125px;
	padding-bottom:20px;
}
div.navigator{ /*選單列*/
	background:url(img/navBg-1.gif) no-repeat;
}
.navigator img{
	margin:0 80px;
}
div.content{
	background:url(img/barBg.jpg) repeat-y;
	margin:0;
	padding:20px 0;
	padding-left:50px;
	width:520px;
}
div.content p{
	text-indent:2em;
	margin-bottom:10px;
}
div.content p, div.content li{
	line-height:1.8em;
}
.spWord1{
	font-size:1.25em;
	font-weight:bold;
	color:#CC3300;
	line-height:1.5em;
}
div.content ol{ margin:0; }
div.copyright{
	background-color:#E6E6E6;
	border-top:dotted 1px #666666;
	padding-top:10px;
	padding-bottom:30px;
}
div.copyright p{
	margin:2px 0;
	margin-left:150px;
	font-size:12px;
	color:#666666;
}
div.copyright a{ color:#666666; }

