@charset "utf-8";
/* CSS Document */

/**** IE：針對li及a，移除外框 ****/
li, a {
  noFocusLine:expression(this.onFocus=this.blur());
}

/**** Firefox：加上這個，就都可以了****/
:focus {
  -moz-outline-style: none;
}

#back{
	position:absolute;
	left:50px;
	top:0px;
	z-index: 10;
}
body{
	
	margin-bottom: 0px;
	background-color:#FF9999;
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color:#FC6;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
#pig{
	position:absolute;
	left:569px;
	top:460px;
	z-index: 2;
}
#pig_off{
	position:absolute;
	left:569px;
	top:460px;
	z-index: 1;
}
#bottom {
	font-family:"Trebuchet MS";
	margin:auto 0px 0px 0px;
	height:100px;
	width:1000px;
	bottom:0px;
	right:0px;
	background-image: url(/img/);
	background-repeat: repeat-x;
	visibility: visible;
	text-align: center;
	font-weight: bold;
	color: #69C;
}
#round{
	
	position: relative;
	top:0px;
	height: 900px;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #FF9999;
	visibility: visible;
	
	
	
}
#left{
	height:900px;
	width: 50px;
	float: left;
	padding:0;
}
#middle{
	height:900px;
	width: 900px;
	float: left;
	padding:0;
	background-image: url(pic/main_words.png);
}
#right{
	height:900px;
	width: 50px;
	float: left;
	padding:0;
}
#one{
	position:relative; 
	width:130px;
	height:260px;
	padding: 0px;
	top:0px;
	left:157px;
	float: left;
	
}
.push {
	float: left;
}
#p0 {
	height: 58.422px;
	width: 130px;
}
#tree{
	position:relative;
	width:500px;
	height:420px;
	float: right;
	top: 30px;
	right: 100px;
    
}


#tree1{
	position:absolute;
	float:left;
	width:450px;
	height:350x;
	padding:30px 20px 20px 20px;
	font-size: 12px;
	color: #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	
}
#tree1 p
{	
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC66;
}
#tree4{
	position:absolute;
	float:left;
	width:500px;
	height:30px;
	bottom:10px;
	visibility: visible;
}
#tree_prev{
	float:left;
	padding-left:170px;
}
#tree_next{
	float:left;
}
a img{
	border:none;
}
.fontbig{
	font-size: 2em;
	font-weight:bold;
}
.blue {
	color: #069;	
}
#heart{
	padding:30px 20px 20px 20px;
}